Interface ExportDataOperationMetadataOrBuilder (3.42.0)

public interface ExportDataOperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGcsOutputDirectory()

public abstract String getGcsOutputDirectory()

A Google Cloud Storage directory which path ends with '/'. The exported data is stored in the directory.

string gcs_output_directory = 2;

Returns
TypeDescription
String

The gcsOutputDirectory.

getGcsOutputDirectoryBytes()

public abstract ByteString getGcsOutputDirectoryBytes()

A Google Cloud Storage directory which path ends with '/'. The exported data is stored in the directory.

string gcs_output_directory = 2;

Returns
TypeDescription
ByteString

The bytes for gcsOutputDirectory.

getGenericMetadata()

public abstract GenericOperationMetadata getGenericMetadata()

The common part of the operation metadata.

.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;

Returns
TypeDescription
GenericOperationMetadata

The genericMetadata.

getGenericMetadataOrBuilder()

public abstract GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()

The common part of the operation metadata.

.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;

Returns
TypeDescription
GenericOperationMetadataOrBuilder

hasGenericMetadata()

public abstract boolean hasGenericMetadata()

The common part of the operation metadata.

.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;

Returns
TypeDescription
boolean

Whether the genericMetadata field is set.