Interface SchemaOrBuilder

public interface SchemaOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
List<? extends com.google.cloud.datacatalog.v1.ColumnSchemaOrBuilder>