Package com.google.cloud.aiplatform.v1
Interface ExportDataRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExportDataRequest,ExportDataRequest.Builder
public interface ExportDataRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportDataConfiggetExportConfig()Required.ExportDataConfigOrBuildergetExportConfigOrBuilder()Required.StringgetName()Required.com.google.protobuf.ByteStringgetNameBytes()Required.booleanhasExportConfig()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
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:
- The name.
-
getNameBytes
com.google.protobuf.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:
- The bytes for name.
-
hasExportConfig
boolean hasExportConfig()
Required. The desired output location.
.google.cloud.aiplatform.v1.ExportDataConfig export_config = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the exportConfig field is set.
-
getExportConfig
ExportDataConfig getExportConfig()
Required. The desired output location.
.google.cloud.aiplatform.v1.ExportDataConfig export_config = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The exportConfig.
-
getExportConfigOrBuilder
ExportDataConfigOrBuilder getExportConfigOrBuilder()
Required. The desired output location.
.google.cloud.aiplatform.v1.ExportDataConfig export_config = 2 [(.google.api.field_behavior) = REQUIRED];
-
-