public interface SchemaOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getColumns(int index)
public abstract ColumnSchema getColumns(int index)The unified GoogleSQL-like schema of columns. The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.
repeated .google.cloud.datacatalog.v1.ColumnSchema columns = 2;
| Name | Description |
| index | int |
| Type | Description |
| ColumnSchema |
getColumnsCount()
public abstract int getColumnsCount()The unified GoogleSQL-like schema of columns. The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.
repeated .google.cloud.datacatalog.v1.ColumnSchema columns = 2;
| Type | Description |
| int |
getColumnsList()
public abstract List<ColumnSchema> getColumnsList()The unified GoogleSQL-like schema of columns. The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.
repeated .google.cloud.datacatalog.v1.ColumnSchema columns = 2;
| Type | Description |
| List<ColumnSchema> |
getColumnsOrBuilder(int index)
public abstract ColumnSchemaOrBuilder getColumnsOrBuilder(int index)The unified GoogleSQL-like schema of columns. The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.
repeated .google.cloud.datacatalog.v1.ColumnSchema columns = 2;
| Name | Description |
| index | int |
| Type | Description |
| ColumnSchemaOrBuilder |
getColumnsOrBuilderList()
public abstract List<? extends ColumnSchemaOrBuilder> getColumnsOrBuilderList()The unified GoogleSQL-like schema of columns. The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.
repeated .google.cloud.datacatalog.v1.ColumnSchema columns = 2;
| Type | Description |
| List<? extends com.google.cloud.datacatalog.v1.ColumnSchemaOrBuilder> |