Interface SchemaOrBuilder (1.51.0)

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
Name Description
index int
Returns
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;

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

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

Parameter
Name Description
index int
Returns
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;

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