| Modifier and Type | Method and Description |
|---|---|
StructType.Field |
StructType.Field.Builder.build() |
StructType.Field |
StructType.Field.Builder.buildPartial() |
static StructType.Field |
StructType.Field.getDefaultInstance() |
StructType.Field |
StructType.Field.getDefaultInstanceForType() |
StructType.Field |
StructType.Field.Builder.getDefaultInstanceForType() |
StructType.Field |
StructTypeOrBuilder.getFields(int index)
The list of fields that make up this struct.
|
StructType.Field |
StructType.getFields(int index)
The list of fields that make up this struct.
|
StructType.Field |
StructType.Builder.getFields(int index)
The list of fields that make up this struct.
|
static StructType.Field |
StructType.Field.parseDelimitedFrom(InputStream input) |
static StructType.Field |
StructType.Field.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StructType.Field |
StructType.Field.parseFrom(byte[] data) |
static StructType.Field |
StructType.Field.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StructType.Field |
StructType.Field.parseFrom(ByteBuffer data) |
static StructType.Field |
StructType.Field.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StructType.Field |
StructType.Field.parseFrom(com.google.protobuf.ByteString data) |
static StructType.Field |
StructType.Field.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StructType.Field |
StructType.Field.parseFrom(com.google.protobuf.CodedInputStream input) |
static StructType.Field |
StructType.Field.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StructType.Field |
StructType.Field.parseFrom(InputStream input) |
static StructType.Field |
StructType.Field.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<StructType.Field> |
StructTypeOrBuilder.getFieldsList()
The list of fields that make up this struct.
|
List<StructType.Field> |
StructType.getFieldsList()
The list of fields that make up this struct.
|
List<StructType.Field> |
StructType.Builder.getFieldsList()
The list of fields that make up this struct.
|
com.google.protobuf.Parser<StructType.Field> |
StructType.Field.getParserForType() |
static com.google.protobuf.Parser<StructType.Field> |
StructType.Field.parser() |
| Modifier and Type | Method and Description |
|---|---|
StructType.Builder |
StructType.Builder.addFields(int index,
StructType.Field value)
The list of fields that make up this struct.
|
StructType.Builder |
StructType.Builder.addFields(StructType.Field value)
The list of fields that make up this struct.
|
StructType.Field.Builder |
StructType.Field.Builder.mergeFrom(StructType.Field other) |
static StructType.Field.Builder |
StructType.Field.newBuilder(StructType.Field prototype) |
StructType.Builder |
StructType.Builder.setFields(int index,
StructType.Field value)
The list of fields that make up this struct.
|
| Modifier and Type | Method and Description |
|---|---|
StructType.Builder |
StructType.Builder.addAllFields(Iterable<? extends StructType.Field> values)
The list of fields that make up this struct.
|
Copyright © 2020 Google LLC. All rights reserved.