Uses of Class
com.google.protobuf.Struct.Builder
-
Packages that use Struct.Builder Package Description com.google.protobuf -
-
Uses of Struct.Builder in com.google.protobuf
Methods in com.google.protobuf that return Struct.Builder Modifier and Type Method Description Struct.BuilderStruct.Builder. clear()Struct.BuilderStruct.Builder. clearFields()Struct.BuilderValue.Builder. getStructValueBuilder().google.protobuf.Struct struct_value = 5 [json_name = "structValue"];Struct.BuilderStruct.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Struct.BuilderStruct.Builder. mergeFrom(Message other)Struct.BuilderStruct.Builder. mergeFrom(Struct other)static Struct.BuilderStruct. newBuilder()static Struct.BuilderStruct. newBuilder(Struct prototype)Struct.BuilderStruct. newBuilderForType()protected Struct.BuilderStruct. newBuilderForType(AbstractMessage.BuilderParent parent)Struct.BuilderStruct.Builder. putAllFields(java.util.Map<java.lang.String,Value> values)map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];Struct.BuilderStruct.Builder. putFields(java.lang.String key, Value value)map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];Struct.BuilderStruct.Builder. removeFields(java.lang.String key)map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];Struct.BuilderStruct. toBuilder()Methods in com.google.protobuf with parameters of type Struct.Builder Modifier and Type Method Description Value.BuilderValue.Builder. setStructValue(Struct.Builder builderForValue).google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
-