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];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| 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];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.datacatalog.v1beta1.ColumnSchemaOrBuilder> |
|