public interface DatasetSchemaOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDocumentSchema()
public abstract DocumentSchema getDocumentSchema()
Optional. Schema of the dataset.
.google.cloud.documentai.v1beta3.DocumentSchema document_schema = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DocumentSchema |
The documentSchema. |
getDocumentSchemaOrBuilder()
public abstract DocumentSchemaOrBuilder getDocumentSchemaOrBuilder()
Optional. Schema of the dataset.
.google.cloud.documentai.v1beta3.DocumentSchema document_schema = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DocumentSchemaOrBuilder |
getName()
public abstract String getName()
Dataset schema resource name.
Format:
projects/{project}/locations/{location}/processors/{processor}/dataset/datasetSchema
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Dataset schema resource name.
Format:
projects/{project}/locations/{location}/processors/{processor}/dataset/datasetSchema
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getSatisfiesPzi()
public abstract boolean getSatisfiesPzi()
Output only. Reserved for future use.
bool satisfies_pzi = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
The satisfiesPzi. |
getSatisfiesPzs()
public abstract boolean getSatisfiesPzs()
Output only. Reserved for future use.
bool satisfies_pzs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
The satisfiesPzs. |
hasDocumentSchema()
public abstract boolean hasDocumentSchema()
Optional. Schema of the dataset.
.google.cloud.documentai.v1beta3.DocumentSchema document_schema = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the documentSchema field is set. |