Uses of Class
com.google.protobuf.Struct
Packages that use Struct
-
Uses of Struct in com.google.protobuf
Subclasses with type arguments of type Struct in com.google.protobufModifier and TypeClassDescriptionfinal class`Struct` represents a structured data value, consisting of fields which map to dynamically typed values.static final class`Struct` represents a structured data value, consisting of fields which map to dynamically typed values.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 TypeMethodDescriptionstatic StructStruct.getDefaultInstance()Value.Builder.getStructValue()Represents a structured value.Value.getStructValue()Represents a structured value.ValueOrBuilder.getStructValue()Represents a structured value.static StructStruct.parseDelimitedFrom(InputStream input) static StructStruct.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static StructStruct.parseFrom(byte[] data) static StructStruct.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static StructStruct.parseFrom(ByteString data) static StructStruct.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static StructStruct.parseFrom(CodedInputStream input) static StructStruct.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static StructStruct.parseFrom(InputStream input) static StructStruct.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static StructStruct.parseFrom(ByteBuffer data) static StructStruct.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type StructMethods in com.google.protobuf with parameters of type StructModifier and TypeMethodDescriptionValue.Builder.mergeStructValue(Struct value) Represents a structured value.private voidValue.mergeStructValue(Struct value) Represents a structured value.static Struct.BuilderStruct.newBuilder(Struct prototype) Value.Builder.setStructValue(Struct value) Represents a structured value.private voidValue.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 StructReturns a struct containing the key-value pair.static StructReturns a struct containing each of the key-value pairs.static StructReturns a struct containing each of the key-value pairs.Methods in com.google.protobuf.util with parameters of type Struct