public interface CsvDestinationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GcsDestination |
getGcsDestination()
Required.
|
GcsDestinationOrBuilder |
getGcsDestinationOrBuilder()
Required.
|
boolean |
hasGcsDestination()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsDestination()
Required. Google Cloud Storage location.
.google.cloud.aiplatform.v1beta1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
GcsDestination getGcsDestination()
Required. Google Cloud Storage location.
.google.cloud.aiplatform.v1beta1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
GcsDestinationOrBuilder getGcsDestinationOrBuilder()
Required. Google Cloud Storage location.
.google.cloud.aiplatform.v1beta1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.