public interface DatasetSchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DocumentSchema |
getDocumentSchema()
Optional.
|
DocumentSchemaOrBuilder |
getDocumentSchemaOrBuilder()
Optional.
|
String |
getName()
Dataset schema resource name.
|
com.google.protobuf.ByteString |
getNameBytes()
Dataset schema resource name.
|
boolean |
hasDocumentSchema()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Dataset schema resource name.
Format:
`projects/{project}/locations/{location}/processors/{processor}/dataset/datasetSchema`
string name = 1;com.google.protobuf.ByteString getNameBytes()
Dataset schema resource name.
Format:
`projects/{project}/locations/{location}/processors/{processor}/dataset/datasetSchema`
string name = 1;boolean hasDocumentSchema()
Optional. Schema of the dataset.
.google.cloud.documentai.v1beta3.DocumentSchema document_schema = 3 [(.google.api.field_behavior) = OPTIONAL];
DocumentSchema getDocumentSchema()
Optional. Schema of the dataset.
.google.cloud.documentai.v1beta3.DocumentSchema document_schema = 3 [(.google.api.field_behavior) = OPTIONAL];
DocumentSchemaOrBuilder getDocumentSchemaOrBuilder()
Optional. Schema of the dataset.
.google.cloud.documentai.v1beta3.DocumentSchema document_schema = 3 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2024 Google LLC. All rights reserved.