| Modifier and Type | Method and Description |
|---|---|
TableFieldSchema |
TableFieldSchema.Builder.build() |
TableFieldSchema |
TableFieldSchema.Builder.buildPartial() |
static TableFieldSchema |
TableFieldSchema.getDefaultInstance() |
TableFieldSchema |
TableFieldSchema.getDefaultInstanceForType() |
TableFieldSchema |
TableFieldSchema.Builder.getDefaultInstanceForType() |
TableFieldSchema |
TableFieldSchema.getFields(int index)
Optional.
|
TableFieldSchema |
TableFieldSchema.Builder.getFields(int index)
Optional.
|
TableFieldSchema |
TableSchema.getFields(int index)
Describes the fields in a table.
|
TableFieldSchema |
TableSchema.Builder.getFields(int index)
Describes the fields in a table.
|
TableFieldSchema |
TableSchemaOrBuilder.getFields(int index)
Describes the fields in a table.
|
TableFieldSchema |
TableFieldSchemaOrBuilder.getFields(int index)
Optional.
|
static TableFieldSchema |
TableFieldSchema.parseDelimitedFrom(InputStream input) |
static TableFieldSchema |
TableFieldSchema.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableFieldSchema |
TableFieldSchema.parseFrom(byte[] data) |
static TableFieldSchema |
TableFieldSchema.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableFieldSchema |
TableFieldSchema.parseFrom(ByteBuffer data) |
static TableFieldSchema |
TableFieldSchema.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableFieldSchema |
TableFieldSchema.parseFrom(com.google.protobuf.ByteString data) |
static TableFieldSchema |
TableFieldSchema.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableFieldSchema |
TableFieldSchema.parseFrom(com.google.protobuf.CodedInputStream input) |
static TableFieldSchema |
TableFieldSchema.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableFieldSchema |
TableFieldSchema.parseFrom(InputStream input) |
static TableFieldSchema |
TableFieldSchema.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<TableFieldSchema> |
TableFieldSchema.getFieldsList()
Optional.
|
List<TableFieldSchema> |
TableFieldSchema.Builder.getFieldsList()
Optional.
|
List<TableFieldSchema> |
TableSchema.getFieldsList()
Describes the fields in a table.
|
List<TableFieldSchema> |
TableSchema.Builder.getFieldsList()
Describes the fields in a table.
|
List<TableFieldSchema> |
TableSchemaOrBuilder.getFieldsList()
Describes the fields in a table.
|
List<TableFieldSchema> |
TableFieldSchemaOrBuilder.getFieldsList()
Optional.
|
com.google.protobuf.Parser<TableFieldSchema> |
TableFieldSchema.getParserForType() |
static com.google.protobuf.Parser<TableFieldSchema> |
TableFieldSchema.parser() |
| Modifier and Type | Method and Description |
|---|---|
TableFieldSchema.Builder |
TableFieldSchema.Builder.addFields(int index,
TableFieldSchema value)
Optional.
|
TableSchema.Builder |
TableSchema.Builder.addFields(int index,
TableFieldSchema value)
Describes the fields in a table.
|
TableFieldSchema.Builder |
TableFieldSchema.Builder.addFields(TableFieldSchema value)
Optional.
|
TableSchema.Builder |
TableSchema.Builder.addFields(TableFieldSchema value)
Describes the fields in a table.
|
TableFieldSchema.Builder |
TableFieldSchema.Builder.mergeFrom(TableFieldSchema other) |
static TableFieldSchema.Builder |
TableFieldSchema.newBuilder(TableFieldSchema prototype) |
TableFieldSchema.Builder |
TableFieldSchema.Builder.setFields(int index,
TableFieldSchema value)
Optional.
|
TableSchema.Builder |
TableSchema.Builder.setFields(int index,
TableFieldSchema value)
Describes the fields in a table.
|
| Modifier and Type | Method and Description |
|---|---|
TableFieldSchema.Builder |
TableFieldSchema.Builder.addAllFields(Iterable<? extends TableFieldSchema> values)
Optional.
|
TableSchema.Builder |
TableSchema.Builder.addAllFields(Iterable<? extends TableFieldSchema> values)
Describes the fields in a table.
|
Copyright © 2021 Google LLC. All rights reserved.