public interface ExportDataOperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGcsOutputDirectory()
A Google Cloud Storage directory which path ends with '/'.
|
com.google.protobuf.ByteString |
getGcsOutputDirectoryBytes()
A Google Cloud Storage directory which path ends with '/'.
|
GenericOperationMetadata |
getGenericMetadata()
The common part of the operation metadata.
|
GenericOperationMetadataOrBuilder |
getGenericMetadataOrBuilder()
The common part of the operation metadata.
|
boolean |
hasGenericMetadata()
The common part of the operation metadata.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGenericMetadata()
The common part of the operation metadata.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;GenericOperationMetadata getGenericMetadata()
The common part of the operation metadata.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()
The common part of the operation metadata.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;String getGcsOutputDirectory()
A Google Cloud Storage directory which path ends with '/'. The exported data is stored in the directory.
string gcs_output_directory = 2;com.google.protobuf.ByteString getGcsOutputDirectoryBytes()
A Google Cloud Storage directory which path ends with '/'. The exported data is stored in the directory.
string gcs_output_directory = 2;Copyright © 2025 Google LLC. All rights reserved.