public interface OutputConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
OutputConfig.BigQueryDestination |
getBigqueryDestination()
The BigQuery location where the output is to be written to.
|
OutputConfig.BigQueryDestinationOrBuilder |
getBigqueryDestinationOrBuilder()
The BigQuery location where the output is to be written to.
|
OutputConfig.DestinationCase |
getDestinationCase() |
OutputConfig.GcsDestination |
getGcsDestination()
The Google Cloud Storage location where the output is to be written to.
|
OutputConfig.GcsDestinationOrBuilder |
getGcsDestinationOrBuilder()
The Google Cloud Storage location where the output is to be written to.
|
boolean |
hasBigqueryDestination()
The BigQuery location where the output is to be written to.
|
boolean |
hasGcsDestination()
The Google Cloud Storage location where the output is to be written to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsDestination()
The Google Cloud Storage location where the output is to be written to.
.google.cloud.retail.v2.OutputConfig.GcsDestination gcs_destination = 1;OutputConfig.GcsDestination getGcsDestination()
The Google Cloud Storage location where the output is to be written to.
.google.cloud.retail.v2.OutputConfig.GcsDestination gcs_destination = 1;OutputConfig.GcsDestinationOrBuilder getGcsDestinationOrBuilder()
The Google Cloud Storage location where the output is to be written to.
.google.cloud.retail.v2.OutputConfig.GcsDestination gcs_destination = 1;boolean hasBigqueryDestination()
The BigQuery location where the output is to be written to.
.google.cloud.retail.v2.OutputConfig.BigQueryDestination bigquery_destination = 2;OutputConfig.BigQueryDestination getBigqueryDestination()
The BigQuery location where the output is to be written to.
.google.cloud.retail.v2.OutputConfig.BigQueryDestination bigquery_destination = 2;OutputConfig.BigQueryDestinationOrBuilder getBigqueryDestinationOrBuilder()
The BigQuery location where the output is to be written to.
.google.cloud.retail.v2.OutputConfig.BigQueryDestination bigquery_destination = 2;OutputConfig.DestinationCase getDestinationCase()
Copyright © 2025 Google LLC. All rights reserved.