Package com.google.cloud.automl.v1
Interface ExportDataOperationMetadata.ExportDataOutputInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExportDataOperationMetadata.ExportDataOutputInfo
,ExportDataOperationMetadata.ExportDataOutputInfo.Builder
- Enclosing class:
- ExportDataOperationMetadata
public static interface ExportDataOperationMetadata.ExportDataOutputInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getGcsOutputDirectory()
The full path of the Google Cloud Storage directory created, into which the exported data is written.com.google.protobuf.ByteString
getGcsOutputDirectoryBytes()
The full path of the Google Cloud Storage directory created, into which the exported data is written.ExportDataOperationMetadata.ExportDataOutputInfo.OutputLocationCase
getOutputLocationCase()
boolean
hasGcsOutputDirectory()
The full path of the Google Cloud Storage directory created, into which the exported data is written.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGcsOutputDirectory
boolean hasGcsOutputDirectory()
The full path of the Google Cloud Storage directory created, into which the exported data is written.
string gcs_output_directory = 1;
- Returns:
- Whether the gcsOutputDirectory field is set.
-
getGcsOutputDirectory
String getGcsOutputDirectory()
The full path of the Google Cloud Storage directory created, into which the exported data is written.
string gcs_output_directory = 1;
- Returns:
- The gcsOutputDirectory.
-
getGcsOutputDirectoryBytes
com.google.protobuf.ByteString getGcsOutputDirectoryBytes()
The full path of the Google Cloud Storage directory created, into which the exported data is written.
string gcs_output_directory = 1;
- Returns:
- The bytes for gcsOutputDirectory.
-
getOutputLocationCase
ExportDataOperationMetadata.ExportDataOutputInfo.OutputLocationCase getOutputLocationCase()
-
-