public interface CsvDestinationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getGcsDestination()
public abstract GcsDestination getGcsDestination()
Required. Google Cloud Storage location.
.google.cloud.vertexai.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
GcsDestination |
The gcsDestination. |
getGcsDestinationOrBuilder()
public abstract GcsDestinationOrBuilder getGcsDestinationOrBuilder()
Required. Google Cloud Storage location.
.google.cloud.vertexai.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
GcsDestinationOrBuilder |
hasGcsDestination()
public abstract boolean hasGcsDestination()
Required. Google Cloud Storage location.
.google.cloud.vertexai.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the gcsDestination field is set. |