Interface SchemaOrBuilder (1.47.0)

public interface SchemaOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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

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

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

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

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

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