public static final class ExportDataOperationMetadata.Builder extends GeneratedMessage.Builder<ExportDataOperationMetadata.Builder> implements ExportDataOperationMetadataOrBuilderRuntime operation information for DatasetService.ExportData.
Protobuf type google.cloud.aiplatform.v1.ExportDataOperationMetadata
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ExportDataOperationMetadata.BuilderImplements
ExportDataOperationMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ExportDataOperationMetadata build()| Returns | |
|---|---|
| Type | Description |
ExportDataOperationMetadata |
|
buildPartial()
public ExportDataOperationMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
ExportDataOperationMetadata |
|
clear()
public ExportDataOperationMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
ExportDataOperationMetadata.Builder |
|
clearGcsOutputDirectory()
public ExportDataOperationMetadata.Builder clearGcsOutputDirectory()A Google Cloud Storage directory which path ends with '/'. The exported data is stored in the directory.
string gcs_output_directory = 2;
| Returns | |
|---|---|
| Type | Description |
ExportDataOperationMetadata.Builder |
This builder for chaining. |
clearGenericMetadata()
public ExportDataOperationMetadata.Builder clearGenericMetadata()The common part of the operation metadata.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
ExportDataOperationMetadata.Builder |
|
getDefaultInstanceForType()
public ExportDataOperationMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ExportDataOperationMetadata |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getGcsOutputDirectory()
public String getGcsOutputDirectory()A Google Cloud Storage directory which path ends with '/'. The exported data is stored in the directory.
string gcs_output_directory = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The gcsOutputDirectory. |
getGcsOutputDirectoryBytes()
public ByteString getGcsOutputDirectoryBytes()A Google Cloud Storage directory which path ends with '/'. The exported data is stored in the directory.
string gcs_output_directory = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gcsOutputDirectory. |
getGenericMetadata()
public GenericOperationMetadata getGenericMetadata()The common part of the operation metadata.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
GenericOperationMetadata |
The genericMetadata. |
getGenericMetadataBuilder()
public GenericOperationMetadata.Builder getGenericMetadataBuilder()The common part of the operation metadata.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
GenericOperationMetadata.Builder |
|
getGenericMetadataOrBuilder()
public GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()The common part of the operation metadata.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
GenericOperationMetadataOrBuilder |
|
hasGenericMetadata()
public boolean hasGenericMetadata()The common part of the operation metadata.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the genericMetadata field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ExportDataOperationMetadata other)
public ExportDataOperationMetadata.Builder mergeFrom(ExportDataOperationMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportDataOperationMetadata |
| Returns | |
|---|---|
| Type | Description |
ExportDataOperationMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ExportDataOperationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportDataOperationMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ExportDataOperationMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ExportDataOperationMetadata.Builder |
|
mergeGenericMetadata(GenericOperationMetadata value)
public ExportDataOperationMetadata.Builder mergeGenericMetadata(GenericOperationMetadata value)The common part of the operation metadata.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
GenericOperationMetadata |
| Returns | |
|---|---|
| Type | Description |
ExportDataOperationMetadata.Builder |
|
setGcsOutputDirectory(String value)
public ExportDataOperationMetadata.Builder setGcsOutputDirectory(String value)A Google Cloud Storage directory which path ends with '/'. The exported data is stored in the directory.
string gcs_output_directory = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe gcsOutputDirectory to set. |
| Returns | |
|---|---|
| Type | Description |
ExportDataOperationMetadata.Builder |
This builder for chaining. |
setGcsOutputDirectoryBytes(ByteString value)
public ExportDataOperationMetadata.Builder setGcsOutputDirectoryBytes(ByteString value)A Google Cloud Storage directory which path ends with '/'. The exported data is stored in the directory.
string gcs_output_directory = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for gcsOutputDirectory to set. |
| Returns | |
|---|---|
| Type | Description |
ExportDataOperationMetadata.Builder |
This builder for chaining. |
setGenericMetadata(GenericOperationMetadata value)
public ExportDataOperationMetadata.Builder setGenericMetadata(GenericOperationMetadata value)The common part of the operation metadata.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
GenericOperationMetadata |
| Returns | |
|---|---|
| Type | Description |
ExportDataOperationMetadata.Builder |
|
setGenericMetadata(GenericOperationMetadata.Builder builderForValue)
public ExportDataOperationMetadata.Builder setGenericMetadata(GenericOperationMetadata.Builder builderForValue)The common part of the operation metadata.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
GenericOperationMetadata.Builder |
| Returns | |
|---|---|
| Type | Description |
ExportDataOperationMetadata.Builder |
|