public static final class ExportDataRequest.Builder extends GeneratedMessage.Builder<ExportDataRequest.Builder> implements ExportDataRequestOrBuilderRequest message for DatasetService.ExportData.
Protobuf type google.cloud.aiplatform.v1beta1.ExportDataRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ExportDataRequest.BuilderImplements
ExportDataRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ExportDataRequest build()| Returns | |
|---|---|
| Type | Description |
ExportDataRequest |
|
buildPartial()
public ExportDataRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ExportDataRequest |
|
clear()
public ExportDataRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
clearExportConfig()
public ExportDataRequest.Builder clearExportConfig()Required. The desired output location.
.google.cloud.aiplatform.v1beta1.ExportDataConfig export_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
clearName()
public ExportDataRequest.Builder clearName() 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 | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ExportDataRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ExportDataRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getExportConfig()
public ExportDataConfig getExportConfig()Required. The desired output location.
.google.cloud.aiplatform.v1beta1.ExportDataConfig export_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ExportDataConfig |
The exportConfig. |
getExportConfigBuilder()
public ExportDataConfig.Builder getExportConfigBuilder()Required. The desired output location.
.google.cloud.aiplatform.v1beta1.ExportDataConfig export_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ExportDataConfig.Builder |
|
getExportConfigOrBuilder()
public ExportDataConfigOrBuilder getExportConfigOrBuilder()Required. The desired output location.
.google.cloud.aiplatform.v1beta1.ExportDataConfig export_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ExportDataConfigOrBuilder |
|
getName()
public 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 | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
hasExportConfig()
public boolean hasExportConfig()Required. The desired output location.
.google.cloud.aiplatform.v1beta1.ExportDataConfig export_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the exportConfig field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeExportConfig(ExportDataConfig value)
public ExportDataRequest.Builder mergeExportConfig(ExportDataConfig value)Required. The desired output location.
.google.cloud.aiplatform.v1beta1.ExportDataConfig export_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ExportDataConfig |
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
mergeFrom(ExportDataRequest other)
public ExportDataRequest.Builder mergeFrom(ExportDataRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportDataRequest |
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ExportDataRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ExportDataRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
setExportConfig(ExportDataConfig value)
public ExportDataRequest.Builder setExportConfig(ExportDataConfig value)Required. The desired output location.
.google.cloud.aiplatform.v1beta1.ExportDataConfig export_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ExportDataConfig |
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
setExportConfig(ExportDataConfig.Builder builderForValue)
public ExportDataRequest.Builder setExportConfig(ExportDataConfig.Builder builderForValue)Required. The desired output location.
.google.cloud.aiplatform.v1beta1.ExportDataConfig export_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ExportDataConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
|
setName(String value)
public ExportDataRequest.Builder setName(String value) 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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public ExportDataRequest.Builder setNameBytes(ByteString value) 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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
ExportDataRequest.Builder |
This builder for chaining. |