Interface OutputConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OutputConfig
,OutputConfig.Builder
public interface OutputConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputConfig.DestinationCase
getDestinationCase()
GcsDestination
getGcsDestination()
Output to a file in Cloud Storage.GcsDestinationOrBuilder
getGcsDestinationOrBuilder()
Output to a file in Cloud Storage.GcsFolderDestination
getGcsFolderDestination()
Output to a folder in Cloud Storage.GcsFolderDestinationOrBuilder
getGcsFolderDestinationOrBuilder()
Output to a folder in Cloud Storage.boolean
hasGcsDestination()
Output to a file in Cloud Storage.boolean
hasGcsFolderDestination()
Output to a folder in Cloud Storage.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGcsDestination
boolean hasGcsDestination()
Output to a file in Cloud Storage. Should be used for labeling output other than image segmentation.
.google.cloud.datalabeling.v1beta1.GcsDestination gcs_destination = 1;
- Returns:
- Whether the gcsDestination field is set.
-
getGcsDestination
GcsDestination getGcsDestination()
Output to a file in Cloud Storage. Should be used for labeling output other than image segmentation.
.google.cloud.datalabeling.v1beta1.GcsDestination gcs_destination = 1;
- Returns:
- The gcsDestination.
-
getGcsDestinationOrBuilder
GcsDestinationOrBuilder getGcsDestinationOrBuilder()
Output to a file in Cloud Storage. Should be used for labeling output other than image segmentation.
.google.cloud.datalabeling.v1beta1.GcsDestination gcs_destination = 1;
-
hasGcsFolderDestination
boolean hasGcsFolderDestination()
Output to a folder in Cloud Storage. Should be used for image segmentation labeling output.
.google.cloud.datalabeling.v1beta1.GcsFolderDestination gcs_folder_destination = 2;
- Returns:
- Whether the gcsFolderDestination field is set.
-
getGcsFolderDestination
GcsFolderDestination getGcsFolderDestination()
Output to a folder in Cloud Storage. Should be used for image segmentation labeling output.
.google.cloud.datalabeling.v1beta1.GcsFolderDestination gcs_folder_destination = 2;
- Returns:
- The gcsFolderDestination.
-
getGcsFolderDestinationOrBuilder
GcsFolderDestinationOrBuilder getGcsFolderDestinationOrBuilder()
Output to a folder in Cloud Storage. Should be used for image segmentation labeling output.
.google.cloud.datalabeling.v1beta1.GcsFolderDestination gcs_folder_destination = 2;
-
getDestinationCase
OutputConfig.DestinationCase getDestinationCase()
-
-