Interface Dataset.DocumentWarehouseConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Dataset.DocumentWarehouseConfig,Dataset.DocumentWarehouseConfig.Builder
- Enclosing class:
- Dataset
public static interface Dataset.DocumentWarehouseConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCollection()Output only.com.google.protobuf.ByteStringgetCollectionBytes()Output only.StringgetSchema()Output only.com.google.protobuf.ByteStringgetSchemaBytes()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCollection
String getCollection()
Output only. The collection in Document AI Warehouse associated with the dataset.
string collection = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The collection.
-
getCollectionBytes
com.google.protobuf.ByteString getCollectionBytes()
Output only. The collection in Document AI Warehouse associated with the dataset.
string collection = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for collection.
-
getSchema
String getSchema()
Output only. The schema in Document AI Warehouse associated with the dataset.
string schema = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The schema.
-
getSchemaBytes
com.google.protobuf.ByteString getSchemaBytes()
Output only. The schema in Document AI Warehouse associated with the dataset.
string schema = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for schema.
-
-