Interface Dataset.DocumentWarehouseConfigOrBuilder (2.45.0)

public static interface Dataset.DocumentWarehouseConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCollection()

public abstract String getCollection()

Output only. The collection in Document AI Warehouse associated with the dataset.

string collection = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The collection.

getCollectionBytes()

public abstract ByteString getCollectionBytes()

Output only. The collection in Document AI Warehouse associated with the dataset.

string collection = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for collection.

getSchema()

public abstract 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
TypeDescription
String

The schema.

getSchemaBytes()

public abstract 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
TypeDescription
ByteString

The bytes for schema.