Interface CsvDestinationOrBuilder (3.42.0)

public interface CsvDestinationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGcsDestination()

public abstract GcsDestination getGcsDestination()

Required. Google Cloud Storage location.

.google.cloud.aiplatform.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
GcsDestination

The gcsDestination.

getGcsDestinationOrBuilder()

public abstract GcsDestinationOrBuilder getGcsDestinationOrBuilder()

Required. Google Cloud Storage location.

.google.cloud.aiplatform.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
GcsDestinationOrBuilder

hasGcsDestination()

public abstract boolean hasGcsDestination()

Required. Google Cloud Storage location.

.google.cloud.aiplatform.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the gcsDestination field is set.