public static interface DocumentOutputConfig.GcsOutputConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getGcsUri()
The Cloud Storage uri (a directory) of the output.
string gcs_uri = 1;com.google.protobuf.ByteString getGcsUriBytes()
The Cloud Storage uri (a directory) of the output.
string gcs_uri = 1;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;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;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;boolean hasShardingConfig()
Specifies the sharding config for the output document.
.google.cloud.documentai.v1beta3.DocumentOutputConfig.GcsOutputConfig.ShardingConfig sharding_config = 3;
DocumentOutputConfig.GcsOutputConfig.ShardingConfig getShardingConfig()
Specifies the sharding config for the output document.
.google.cloud.documentai.v1beta3.DocumentOutputConfig.GcsOutputConfig.ShardingConfig sharding_config = 3;
DocumentOutputConfig.GcsOutputConfig.ShardingConfigOrBuilder getShardingConfigOrBuilder()
Specifies the sharding config for the output document.
.google.cloud.documentai.v1beta3.DocumentOutputConfig.GcsOutputConfig.ShardingConfig sharding_config = 3;
Copyright © 2024 Google LLC. All rights reserved.