Interface DatasetSchemaOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    DatasetSchema, DatasetSchema.Builder

    public interface DatasetSchemaOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getName

        String getName()
         Dataset schema resource name.
         Format:
         `projects/{project}/locations/{location}/processors/{processor}/dataset/datasetSchema`
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Dataset schema resource name.
         Format:
         `projects/{project}/locations/{location}/processors/{processor}/dataset/datasetSchema`
         
        string name = 1;
        Returns:
        The bytes for name.
      • hasDocumentSchema

        boolean hasDocumentSchema()
         Optional. Schema of the dataset.
         
        .google.cloud.documentai.v1beta3.DocumentSchema document_schema = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the documentSchema field is set.
      • getDocumentSchema

        DocumentSchema getDocumentSchema()
         Optional. Schema of the dataset.
         
        .google.cloud.documentai.v1beta3.DocumentSchema document_schema = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The documentSchema.
      • getDocumentSchemaOrBuilder

        DocumentSchemaOrBuilder getDocumentSchemaOrBuilder()
         Optional. Schema of the dataset.
         
        .google.cloud.documentai.v1beta3.DocumentSchema document_schema = 3 [(.google.api.field_behavior) = OPTIONAL];