Uses of Class
com.google.api.expr.v1alpha1.MapValue.Builder
- 
Packages that use MapValue.Builder Package Description com.google.api.expr.v1alpha1 
- 
- 
Uses of MapValue.Builder in com.google.api.expr.v1alpha1Methods in com.google.api.expr.v1alpha1 that return MapValue.Builder Modifier and Type Method Description MapValue.BuilderMapValue.Builder. addAllEntries(java.lang.Iterable<? extends MapValue.Entry> values)The set of map entries.MapValue.BuilderMapValue.Builder. addEntries(int index, MapValue.Entry value)The set of map entries.MapValue.BuilderMapValue.Builder. addEntries(int index, MapValue.Entry.Builder builderForValue)The set of map entries.MapValue.BuilderMapValue.Builder. addEntries(MapValue.Entry value)The set of map entries.MapValue.BuilderMapValue.Builder. addEntries(MapValue.Entry.Builder builderForValue)The set of map entries.MapValue.BuilderMapValue.Builder. clear()MapValue.BuilderMapValue.Builder. clearEntries()The set of map entries.MapValue.BuilderValue.Builder. getMapValueBuilder()Map value.MapValue.BuilderMapValue.Builder. mergeFrom(MapValue other)MapValue.BuilderMapValue.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)MapValue.BuilderMapValue.Builder. mergeFrom(com.google.protobuf.Message other)static MapValue.BuilderMapValue. newBuilder()static MapValue.BuilderMapValue. newBuilder(MapValue prototype)MapValue.BuilderMapValue. newBuilderForType()protected MapValue.BuilderMapValue. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)MapValue.BuilderMapValue.Builder. removeEntries(int index)The set of map entries.MapValue.BuilderMapValue.Builder. setEntries(int index, MapValue.Entry value)The set of map entries.MapValue.BuilderMapValue.Builder. setEntries(int index, MapValue.Entry.Builder builderForValue)The set of map entries.MapValue.BuilderMapValue. toBuilder()Methods in com.google.api.expr.v1alpha1 with parameters of type MapValue.Builder Modifier and Type Method Description Value.BuilderValue.Builder. setMapValue(MapValue.Builder builderForValue)Map value.
 
-