public interface DocumentOutputConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DocumentOutputConfig.DestinationCase |
getDestinationCase() |
DocumentOutputConfig.GcsOutputConfig |
getGcsOutputConfig()
Output config to write the results to Cloud Storage.
|
DocumentOutputConfig.GcsOutputConfigOrBuilder |
getGcsOutputConfigOrBuilder()
Output config to write the results to Cloud Storage.
|
boolean |
hasGcsOutputConfig()
Output config to write the results to Cloud Storage.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsOutputConfig()
Output config to write the results to Cloud Storage.
.google.cloud.documentai.v1beta3.DocumentOutputConfig.GcsOutputConfig gcs_output_config = 1;
DocumentOutputConfig.GcsOutputConfig getGcsOutputConfig()
Output config to write the results to Cloud Storage.
.google.cloud.documentai.v1beta3.DocumentOutputConfig.GcsOutputConfig gcs_output_config = 1;
DocumentOutputConfig.GcsOutputConfigOrBuilder getGcsOutputConfigOrBuilder()
Output config to write the results to Cloud Storage.
.google.cloud.documentai.v1beta3.DocumentOutputConfig.GcsOutputConfig gcs_output_config = 1;
DocumentOutputConfig.DestinationCase getDestinationCase()
Copyright © 2024 Google LLC. All rights reserved.