Class ExportModelOperationMetadata.Builder (3.84.0)

public static final class ExportModelOperationMetadata.Builder extends GeneratedMessage.Builder<ExportModelOperationMetadata.Builder> implements ExportModelOperationMetadataOrBuilder

Details of ModelService.ExportModel operation.

Protobuf type google.cloud.aiplatform.v1beta1.ExportModelOperationMetadata

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ExportModelOperationMetadata build()
Returns
Type Description
ExportModelOperationMetadata

buildPartial()

public ExportModelOperationMetadata buildPartial()
Returns
Type Description
ExportModelOperationMetadata

clear()

public ExportModelOperationMetadata.Builder clear()
Returns
Type Description
ExportModelOperationMetadata.Builder
Overrides

clearGenericMetadata()

public ExportModelOperationMetadata.Builder clearGenericMetadata()

The common part of the operation metadata.

.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;

Returns
Type Description
ExportModelOperationMetadata.Builder

clearOutputInfo()

public ExportModelOperationMetadata.Builder clearOutputInfo()

Output only. Information further describing the output of this Model export.

.google.cloud.aiplatform.v1beta1.ExportModelOperationMetadata.OutputInfo output_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ExportModelOperationMetadata.Builder

getDefaultInstanceForType()

public ExportModelOperationMetadata getDefaultInstanceForType()
Returns
Type Description
ExportModelOperationMetadata

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getGenericMetadata()

public GenericOperationMetadata getGenericMetadata()

The common part of the operation metadata.

.google.cloud.aiplatform.v1beta1.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.v1beta1.GenericOperationMetadata generic_metadata = 1;

Returns
Type Description
GenericOperationMetadata.Builder

getGenericMetadataOrBuilder()

public GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()

The common part of the operation metadata.

.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;

Returns
Type Description
GenericOperationMetadataOrBuilder

getOutputInfo()

public ExportModelOperationMetadata.OutputInfo getOutputInfo()

Output only. Information further describing the output of this Model export.

.google.cloud.aiplatform.v1beta1.ExportModelOperationMetadata.OutputInfo output_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ExportModelOperationMetadata.OutputInfo

The outputInfo.

getOutputInfoBuilder()

public ExportModelOperationMetadata.OutputInfo.Builder getOutputInfoBuilder()

Output only. Information further describing the output of this Model export.

.google.cloud.aiplatform.v1beta1.ExportModelOperationMetadata.OutputInfo output_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ExportModelOperationMetadata.OutputInfo.Builder

getOutputInfoOrBuilder()

public ExportModelOperationMetadata.OutputInfoOrBuilder getOutputInfoOrBuilder()

Output only. Information further describing the output of this Model export.

.google.cloud.aiplatform.v1beta1.ExportModelOperationMetadata.OutputInfo output_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ExportModelOperationMetadata.OutputInfoOrBuilder

hasGenericMetadata()

public boolean hasGenericMetadata()

The common part of the operation metadata.

.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;

Returns
Type Description
boolean

Whether the genericMetadata field is set.

hasOutputInfo()

public boolean hasOutputInfo()

Output only. Information further describing the output of this Model export.

.google.cloud.aiplatform.v1beta1.ExportModelOperationMetadata.OutputInfo output_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the outputInfo field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ExportModelOperationMetadata other)

public ExportModelOperationMetadata.Builder mergeFrom(ExportModelOperationMetadata other)
Parameter
Name Description
other ExportModelOperationMetadata
Returns
Type Description
ExportModelOperationMetadata.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ExportModelOperationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExportModelOperationMetadata.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ExportModelOperationMetadata.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ExportModelOperationMetadata.Builder
Overrides

mergeGenericMetadata(GenericOperationMetadata value)

public ExportModelOperationMetadata.Builder mergeGenericMetadata(GenericOperationMetadata value)

The common part of the operation metadata.

.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;

Parameter
Name Description
value GenericOperationMetadata
Returns
Type Description
ExportModelOperationMetadata.Builder

mergeOutputInfo(ExportModelOperationMetadata.OutputInfo value)

public ExportModelOperationMetadata.Builder mergeOutputInfo(ExportModelOperationMetadata.OutputInfo value)

Output only. Information further describing the output of this Model export.

.google.cloud.aiplatform.v1beta1.ExportModelOperationMetadata.OutputInfo output_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ExportModelOperationMetadata.OutputInfo
Returns
Type Description
ExportModelOperationMetadata.Builder

setGenericMetadata(GenericOperationMetadata value)

public ExportModelOperationMetadata.Builder setGenericMetadata(GenericOperationMetadata value)

The common part of the operation metadata.

.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;

Parameter
Name Description
value GenericOperationMetadata
Returns
Type Description
ExportModelOperationMetadata.Builder

setGenericMetadata(GenericOperationMetadata.Builder builderForValue)

public ExportModelOperationMetadata.Builder setGenericMetadata(GenericOperationMetadata.Builder builderForValue)

The common part of the operation metadata.

.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;

Parameter
Name Description
builderForValue GenericOperationMetadata.Builder
Returns
Type Description
ExportModelOperationMetadata.Builder

setOutputInfo(ExportModelOperationMetadata.OutputInfo value)

public ExportModelOperationMetadata.Builder setOutputInfo(ExportModelOperationMetadata.OutputInfo value)

Output only. Information further describing the output of this Model export.

.google.cloud.aiplatform.v1beta1.ExportModelOperationMetadata.OutputInfo output_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ExportModelOperationMetadata.OutputInfo
Returns
Type Description
ExportModelOperationMetadata.Builder

setOutputInfo(ExportModelOperationMetadata.OutputInfo.Builder builderForValue)

public ExportModelOperationMetadata.Builder setOutputInfo(ExportModelOperationMetadata.OutputInfo.Builder builderForValue)

Output only. Information further describing the output of this Model export.

.google.cloud.aiplatform.v1beta1.ExportModelOperationMetadata.OutputInfo output_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue ExportModelOperationMetadata.OutputInfo.Builder
Returns
Type Description
ExportModelOperationMetadata.Builder