public interface SchemaOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getColumns(int index)
public abstract ColumnSchema getColumns(int index)Required. Schema of columns. A maximum of 10,000 columns and sub-columns can be specified.
repeated .google.cloud.datacatalog.v1beta1.ColumnSchema columns = 2 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| index | int |
| Type | Description |
| ColumnSchema |
getColumnsCount()
public abstract int getColumnsCount()Required. Schema of columns. A maximum of 10,000 columns and sub-columns can be specified.
repeated .google.cloud.datacatalog.v1beta1.ColumnSchema columns = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| int |
getColumnsList()
public abstract List<ColumnSchema> getColumnsList()Required. Schema of columns. A maximum of 10,000 columns and sub-columns can be specified.
repeated .google.cloud.datacatalog.v1beta1.ColumnSchema columns = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| List<ColumnSchema> |
getColumnsOrBuilder(int index)
public abstract ColumnSchemaOrBuilder getColumnsOrBuilder(int index)Required. Schema of columns. A maximum of 10,000 columns and sub-columns can be specified.
repeated .google.cloud.datacatalog.v1beta1.ColumnSchema columns = 2 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| index | int |
| Type | Description |
| ColumnSchemaOrBuilder |
getColumnsOrBuilderList()
public abstract List<? extends ColumnSchemaOrBuilder> getColumnsOrBuilderList()Required. Schema of columns. A maximum of 10,000 columns and sub-columns can be specified.
repeated .google.cloud.datacatalog.v1beta1.ColumnSchema columns = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| List<? extends com.google.cloud.datacatalog.v1beta1.ColumnSchemaOrBuilder> |