Interface SchemaOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Schema,Schema.Builder
@Generated
public interface SchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetColumns(int index) Required.intRequired.Required.getColumnsOrBuilder(int index) Required.List<? extends ColumnSchemaOrBuilder>Required.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getColumnsList
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]; -
getColumns
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]; -
getColumnsCount
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]; -
getColumnsOrBuilderList
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]; -
getColumnsOrBuilder
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];
-