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 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.