Uses of Class
com.google.protobuf.Struct
Packages that use Struct
-
Uses of Struct in com.google.protobuf
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().google.protobuf.Struct struct_value = 5 [json_name = "structValue"];Value.getStructValue().google.protobuf.Struct struct_value = 5 [json_name = "structValue"];ValueOrBuilder.getStructValue().google.protobuf.Struct struct_value = 5 [json_name = "structValue"];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) .google.protobuf.Struct struct_value = 5 [json_name = "structValue"];static Struct.BuilderStruct.newBuilder(Struct prototype) Value.Builder.setStructValue(Struct value) .google.protobuf.Struct struct_value = 5 [json_name = "structValue"];