public static interface Dataset.DocumentWarehouseConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCollection()
Output only.
|
com.google.protobuf.ByteString |
getCollectionBytes()
Output only.
|
String |
getSchema()
Output only.
|
com.google.protobuf.ByteString |
getSchemaBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCollection()
Output only. The collection in Document AI Warehouse associated with the dataset.
string collection = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];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];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) = { ... }
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) = { ... }
Copyright © 2024 Google LLC. All rights reserved.