public interface TableSchemaOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
TableFieldSchema |
getFields(int index)
Describes the fields in a table.
|
int |
getFieldsCount()
Describes the fields in a table.
|
List<TableFieldSchema> |
getFieldsList()
Describes the fields in a table.
|
TableFieldSchemaOrBuilder |
getFieldsOrBuilder(int index)
Describes the fields in a table.
|
List<? extends TableFieldSchemaOrBuilder> |
getFieldsOrBuilderList()
Describes the fields in a table.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<TableFieldSchema> getFieldsList()
Describes the fields in a table.
repeated .google.cloud.asset.v1.TableFieldSchema fields = 1;
TableFieldSchema getFields(int index)
Describes the fields in a table.
repeated .google.cloud.asset.v1.TableFieldSchema fields = 1;
int getFieldsCount()
Describes the fields in a table.
repeated .google.cloud.asset.v1.TableFieldSchema fields = 1;
List<? extends TableFieldSchemaOrBuilder> getFieldsOrBuilderList()
Describes the fields in a table.
repeated .google.cloud.asset.v1.TableFieldSchema fields = 1;
TableFieldSchemaOrBuilder getFieldsOrBuilder(int index)
Describes the fields in a table.
repeated .google.cloud.asset.v1.TableFieldSchema fields = 1;
Copyright © 2022 Google LLC. All rights reserved.