public interface SchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ColumnSchema |
getColumns(int index)
Schema of columns.
|
int |
getColumnsCount()
Schema of columns.
|
List<ColumnSchema> |
getColumnsList()
Schema of columns.
|
ColumnSchemaOrBuilder |
getColumnsOrBuilder(int index)
Schema of columns.
|
List<? extends ColumnSchemaOrBuilder> |
getColumnsOrBuilderList()
Schema of columns.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ColumnSchema> getColumnsList()
Schema of columns. A maximum of 10,000 columns and sub-columns can be specified.
repeated .google.cloud.datacatalog.v1beta1.ColumnSchema columns = 2;ColumnSchema getColumns(int index)
Schema of columns. A maximum of 10,000 columns and sub-columns can be specified.
repeated .google.cloud.datacatalog.v1beta1.ColumnSchema columns = 2;int getColumnsCount()
Schema of columns. A maximum of 10,000 columns and sub-columns can be specified.
repeated .google.cloud.datacatalog.v1beta1.ColumnSchema columns = 2;List<? extends ColumnSchemaOrBuilder> getColumnsOrBuilderList()
Schema of columns. A maximum of 10,000 columns and sub-columns can be specified.
repeated .google.cloud.datacatalog.v1beta1.ColumnSchema columns = 2;ColumnSchemaOrBuilder getColumnsOrBuilder(int index)
Schema of columns. A maximum of 10,000 columns and sub-columns can be specified.
repeated .google.cloud.datacatalog.v1beta1.ColumnSchema columns = 2;Copyright © 2019 Google LLC. All rights reserved.