Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Class and Description |
---|---|
class |
Struct
`Struct` represents a structured data value, consisting of fields
which map to dynamically typed values.
|
static class |
Struct.Builder
`Struct` represents a structured data value, consisting of fields
which map to dynamically typed values.
|
Modifier and Type | Field and Description |
---|---|
private SingleFieldBuilderV3<Struct,Struct.Builder,StructOrBuilder> |
Value.Builder.structValueBuilder_ |
Modifier and Type | Method and Description |
---|---|
StructOrBuilder |
Value.getStructValueOrBuilder()
Represents a structured value.
|
StructOrBuilder |
Value.Builder.getStructValueOrBuilder()
Represents a structured value.
|
StructOrBuilder |
ValueOrBuilder.getStructValueOrBuilder()
Represents a structured value.
|
Modifier and Type | Method and Description |
---|---|
private SingleFieldBuilderV3<Struct,Struct.Builder,StructOrBuilder> |
Value.Builder.getStructValueFieldBuilder()
Represents a structured value.
|