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 StructModifier and TypeFieldDescriptionStruct.PARSERprivate SingleFieldBuilder<Struct, Struct.Builder, StructOrBuilder> Value.Builder.structValueBuilder_Methods in com.google.protobuf that return StructModifier and TypeMethodDescriptionStruct.Builder.build()Struct.Builder.buildPartial()static StructStruct.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 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 StructModifier and TypeMethodDescriptionStruct.getParserForType()private SingleFieldBuilder<Struct, Struct.Builder, StructOrBuilder> Value.Builder.internalGetStructValueFieldBuilder()Represents a structured value.Struct.parser()Methods in com.google.protobuf with parameters of type StructModifier and TypeMethodDescriptionprivate voidStruct.Builder.buildPartial0(Struct result) Value.Builder.mergeStructValue(Struct value) Represents a structured value.static Struct.BuilderStruct.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 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