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