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
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Struct.Builder
Struct.newBuilder()
static Struct.Builder
Struct.newBuilder
(Struct prototype) Struct.newBuilderForType()
protected Struct.Builder
Struct.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"];