Package com.google.cloud.documentai.v1
Interface DocumentOutputConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DocumentOutputConfig
,DocumentOutputConfig.Builder
public interface DocumentOutputConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGcsOutputConfig
boolean hasGcsOutputConfig()
Output config to write the results to Cloud Storage.
.google.cloud.documentai.v1.DocumentOutputConfig.GcsOutputConfig gcs_output_config = 1;
- Returns:
- Whether the gcsOutputConfig field is set.
-
getGcsOutputConfig
DocumentOutputConfig.GcsOutputConfig getGcsOutputConfig()
Output config to write the results to Cloud Storage.
.google.cloud.documentai.v1.DocumentOutputConfig.GcsOutputConfig gcs_output_config = 1;
- Returns:
- The gcsOutputConfig.
-
getGcsOutputConfigOrBuilder
DocumentOutputConfig.GcsOutputConfigOrBuilder getGcsOutputConfigOrBuilder()
Output config to write the results to Cloud Storage.
.google.cloud.documentai.v1.DocumentOutputConfig.GcsOutputConfig gcs_output_config = 1;
-
getDestinationCase
DocumentOutputConfig.DestinationCase getDestinationCase()
-
-