Package com.google.cloud.automl.v1beta1
Interface ExportEvaluatedExamplesOutputConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExportEvaluatedExamplesOutputConfig
,ExportEvaluatedExamplesOutputConfig.Builder
public interface ExportEvaluatedExamplesOutputConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigQueryDestination
getBigqueryDestination()
The BigQuery location where the output is to be written to.BigQueryDestinationOrBuilder
getBigqueryDestinationOrBuilder()
The BigQuery location where the output is to be written to.ExportEvaluatedExamplesOutputConfig.DestinationCase
getDestinationCase()
boolean
hasBigqueryDestination()
The BigQuery location where the output is to be written to.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasBigqueryDestination
boolean hasBigqueryDestination()
The BigQuery location where the output is to be written to.
.google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
- Returns:
- Whether the bigqueryDestination field is set.
-
getBigqueryDestination
BigQueryDestination getBigqueryDestination()
The BigQuery location where the output is to be written to.
.google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
- Returns:
- The bigqueryDestination.
-
getBigqueryDestinationOrBuilder
BigQueryDestinationOrBuilder getBigqueryDestinationOrBuilder()
The BigQuery location where the output is to be written to.
.google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
-
getDestinationCase
ExportEvaluatedExamplesOutputConfig.DestinationCase getDestinationCase()
-
-