| Modifier and Type | Method and Description |
|---|---|
StructType.Field.Builder |
StructType.Builder.addFieldsBuilder()
The list of fields that make up this struct.
|
StructType.Field.Builder |
StructType.Builder.addFieldsBuilder(int index)
The list of fields that make up this struct.
|
StructType.Field.Builder |
StructType.Field.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StructType.Field.Builder |
StructType.Field.Builder.clear() |
StructType.Field.Builder |
StructType.Field.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
StructType.Field.Builder |
StructType.Field.Builder.clearName()
The name of the field.
|
StructType.Field.Builder |
StructType.Field.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
StructType.Field.Builder |
StructType.Field.Builder.clearType()
The type of the field.
|
StructType.Field.Builder |
StructType.Field.Builder.clone() |
StructType.Field.Builder |
StructType.Builder.getFieldsBuilder(int index)
The list of fields that make up this struct.
|
StructType.Field.Builder |
StructType.Field.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
StructType.Field.Builder |
StructType.Field.Builder.mergeFrom(com.google.protobuf.Message other) |
StructType.Field.Builder |
StructType.Field.Builder.mergeFrom(StructType.Field other) |
StructType.Field.Builder |
StructType.Field.Builder.mergeType(Type value)
The type of the field.
|
StructType.Field.Builder |
StructType.Field.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static StructType.Field.Builder |
StructType.Field.newBuilder() |
static StructType.Field.Builder |
StructType.Field.newBuilder(StructType.Field prototype) |
StructType.Field.Builder |
StructType.Field.newBuilderForType() |
protected StructType.Field.Builder |
StructType.Field.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
StructType.Field.Builder |
StructType.Field.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StructType.Field.Builder |
StructType.Field.Builder.setName(String value)
The name of the field.
|
StructType.Field.Builder |
StructType.Field.Builder.setNameBytes(com.google.protobuf.ByteString value)
The name of the field.
|
StructType.Field.Builder |
StructType.Field.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
StructType.Field.Builder |
StructType.Field.Builder.setType(Type.Builder builderForValue)
The type of the field.
|
StructType.Field.Builder |
StructType.Field.Builder.setType(Type value)
The type of the field.
|
StructType.Field.Builder |
StructType.Field.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
StructType.Field.Builder |
StructType.Field.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<StructType.Field.Builder> |
StructType.Builder.getFieldsBuilderList()
The list of fields that make up this struct.
|
| Modifier and Type | Method and Description |
|---|---|
StructType.Builder |
StructType.Builder.addFields(int index,
StructType.Field.Builder builderForValue)
The list of fields that make up this struct.
|
StructType.Builder |
StructType.Builder.addFields(StructType.Field.Builder builderForValue)
The list of fields that make up this struct.
|
StructType.Builder |
StructType.Builder.setFields(int index,
StructType.Field.Builder builderForValue)
The list of fields that make up this struct.
|
Copyright © 2022 Google LLC. All rights reserved.