Interface DocumentOutputConfig.GcsOutputConfigOrBuilder

    • Method Detail

      • getGcsUri

        String getGcsUri()
         The Cloud Storage uri (a directory) of the output.
         
        string gcs_uri = 1;
        Returns:
        The gcsUri.
      • getGcsUriBytes

        com.google.protobuf.ByteString getGcsUriBytes()
         The Cloud Storage uri (a directory) of the output.
         
        string gcs_uri = 1;
        Returns:
        The bytes for gcsUri.
      • hasFieldMask

        boolean hasFieldMask()
         Specifies which fields to include in the output documents.
         Only supports top level document and pages field so it must be in the
         form of `{document_field_name}` or `pages.{page_field_name}`.
         
        .google.protobuf.FieldMask field_mask = 2;
        Returns:
        Whether the fieldMask field is set.
      • getFieldMask

        com.google.protobuf.FieldMask getFieldMask()
         Specifies which fields to include in the output documents.
         Only supports top level document and pages field so it must be in the
         form of `{document_field_name}` or `pages.{page_field_name}`.
         
        .google.protobuf.FieldMask field_mask = 2;
        Returns:
        The fieldMask.
      • getFieldMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getFieldMaskOrBuilder()
         Specifies which fields to include in the output documents.
         Only supports top level document and pages field so it must be in the
         form of `{document_field_name}` or `pages.{page_field_name}`.
         
        .google.protobuf.FieldMask field_mask = 2;
      • hasShardingConfig

        boolean hasShardingConfig()
         Specifies the sharding config for the output document.
         
        .google.cloud.documentai.v1beta3.DocumentOutputConfig.GcsOutputConfig.ShardingConfig sharding_config = 3;
        Returns:
        Whether the shardingConfig field is set.
      • getShardingConfig

        DocumentOutputConfig.GcsOutputConfig.ShardingConfig getShardingConfig()
         Specifies the sharding config for the output document.
         
        .google.cloud.documentai.v1beta3.DocumentOutputConfig.GcsOutputConfig.ShardingConfig sharding_config = 3;
        Returns:
        The shardingConfig.