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 classRepresents a JSON object.static final classRepresents a JSON object.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 JSON object.Value.getStructValue()Represents a JSON object.ValueOrBuilder.getStructValue()Represents a JSON object.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 JSON object.private voidValue.mergeStructValue(Struct value) Represents a JSON object.static Struct.BuilderStruct.newBuilder(Struct prototype) Value.Builder.setStructValue(Struct value) Represents a JSON object.private voidValue.setStructValue(Struct value) Represents a JSON object. -
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