Interface ExportDataRequestOrBuilder (3.42.0)

public interface ExportDataRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExportConfig()

public abstract ExportDataConfig getExportConfig()

Required. The desired output location.

.google.cloud.aiplatform.v1.ExportDataConfig export_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ExportDataConfig

The exportConfig.

getExportConfigOrBuilder()

public abstract ExportDataConfigOrBuilder getExportConfigOrBuilder()

Required. The desired output location.

.google.cloud.aiplatform.v1.ExportDataConfig export_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ExportDataConfigOrBuilder

getName()

public abstract String getName()

Required. The name of the Dataset resource. Format: projects/{project}/locations/{location}/datasets/{dataset}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The name of the Dataset resource. Format: projects/{project}/locations/{location}/datasets/{dataset}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

hasExportConfig()

public abstract boolean hasExportConfig()

Required. The desired output location.

.google.cloud.aiplatform.v1.ExportDataConfig export_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the exportConfig field is set.