Uses of Class
com.google.protobuf.Struct
Packages that use Struct
-
Uses of Struct in com.google.protobuf
Methods in com.google.protobuf that return StructModifier and TypeMethodDescriptionStruct.Builder.build()
Struct.Builder.buildPartial()
static Struct
Struct.getDefaultInstance()
Struct.Builder.getDefaultInstanceForType()
Struct.getDefaultInstanceForType()
Value.Builder.getStructValue()
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
Value.getStructValue()
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
ValueOrBuilder.getStructValue()
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
static Struct
Struct.parseDelimitedFrom
(InputStream input) static Struct
Struct.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Struct
Struct.parseFrom
(byte[] data) static Struct
Struct.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Struct
Struct.parseFrom
(com.google.protobuf.ByteString data) static Struct
Struct.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Struct
Struct.parseFrom
(com.google.protobuf.CodedInputStream input) static Struct
Struct.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Struct
Struct.parseFrom
(InputStream input) static Struct
Struct.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Struct
Struct.parseFrom
(ByteBuffer data) static Struct
Struct.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type StructModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<Struct> Struct.getParserForType()
static com.google.protobuf.Parser
<Struct> Struct.parser()
Methods in com.google.protobuf with parameters of type StructModifier and TypeMethodDescriptionValue.Builder.mergeStructValue
(Struct value) .google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
static Struct.Builder
Struct.newBuilder
(Struct prototype) Value.Builder.setStructValue
(Struct value) .google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
-
Uses of Struct in com.google.protobuf.util
Methods in com.google.protobuf.util that return StructModifier and TypeMethodDescriptionstatic Struct
Returns a struct containing the key-value pair.static Struct
Returns a struct containing each of the key-value pairs.static Struct
Returns a struct containing each of the key-value pairs.Methods in com.google.protobuf.util with parameters of type Struct