| Modifier and Type | Class and Description |
|---|---|
static class |
StructType.Field
Message representing a single field of a struct.
|
static class |
StructType.Field.Builder
Message representing a single field of a struct.
|
| Modifier and Type | Method and Description |
|---|---|
StructType.FieldOrBuilder |
StructTypeOrBuilder.getFieldsOrBuilder(int index)
The list of fields that make up this struct.
|
StructType.FieldOrBuilder |
StructType.getFieldsOrBuilder(int index)
The list of fields that make up this struct.
|
StructType.FieldOrBuilder |
StructType.Builder.getFieldsOrBuilder(int index)
The list of fields that make up this struct.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends StructType.FieldOrBuilder> |
StructTypeOrBuilder.getFieldsOrBuilderList()
The list of fields that make up this struct.
|
List<? extends StructType.FieldOrBuilder> |
StructType.getFieldsOrBuilderList()
The list of fields that make up this struct.
|
List<? extends StructType.FieldOrBuilder> |
StructType.Builder.getFieldsOrBuilderList()
The list of fields that make up this struct.
|
Copyright © 2020 Google LLC. All rights reserved.