Interface DocumentOutputConfig.GcsOutputConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DocumentOutputConfig.GcsOutputConfig
,DocumentOutputConfig.GcsOutputConfig.Builder
- Enclosing class:
- DocumentOutputConfig
public static interface DocumentOutputConfig.GcsOutputConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.FieldMask
getFieldMask()
Specifies which fields to include in the output documents.com.google.protobuf.FieldMaskOrBuilder
getFieldMaskOrBuilder()
Specifies which fields to include in the output documents.String
getGcsUri()
The Cloud Storage uri (a directory) of the output.com.google.protobuf.ByteString
getGcsUriBytes()
The Cloud Storage uri (a directory) of the output.DocumentOutputConfig.GcsOutputConfig.ShardingConfig
getShardingConfig()
Specifies the sharding config for the output document.DocumentOutputConfig.GcsOutputConfig.ShardingConfigOrBuilder
getShardingConfigOrBuilder()
Specifies the sharding config for the output document.boolean
hasFieldMask()
Specifies which fields to include in the output documents.boolean
hasShardingConfig()
Specifies the sharding config for the output document.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
getShardingConfigOrBuilder
DocumentOutputConfig.GcsOutputConfig.ShardingConfigOrBuilder getShardingConfigOrBuilder()
Specifies the sharding config for the output document.
.google.cloud.documentai.v1beta3.DocumentOutputConfig.GcsOutputConfig.ShardingConfig sharding_config = 3;
-
-