Uses of Class
com.google.protobuf.Struct
Packages that use Struct
-
Uses of Struct in com.google.protobuf
Fields in com.google.protobuf declared as StructFields in com.google.protobuf with type parameters of type StructMethods 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()
Represents a structured value.Value.getStructValue()
Represents a structured value.ValueOrBuilder.getStructValue()
Represents a structured value.static Struct
Struct.parseDelimitedFrom
(InputStream input) static Struct
Struct.parseDelimitedFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) static Struct
Struct.parseFrom
(byte[] data) static Struct
Struct.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static Struct
Struct.parseFrom
(ByteString data) static Struct
Struct.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static Struct
Struct.parseFrom
(CodedInputStream input) static Struct
Struct.parseFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static Struct
Struct.parseFrom
(InputStream input) static Struct
Struct.parseFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) static Struct
Struct.parseFrom
(ByteBuffer data) static Struct
Struct.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type StructModifier and TypeMethodDescriptionStruct.getParserForType()
Value.Builder.getStructValueFieldBuilder()
Represents a structured value.Struct.parser()
Methods in com.google.protobuf with parameters of type StructModifier and TypeMethodDescriptionValue.Builder.mergeStructValue
(Struct value) Represents a structured value.static Struct.Builder
Struct.newBuilder
(Struct prototype) Value.Builder.setStructValue
(Struct value) Represents a structured value. -
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