Class ExportModelOperationMetadata.Builder (3.33.0)

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

Details of ModelService.ExportModel operation.

Protobuf type google.cloud.aiplatform.v1beta1.ExportModelOperationMetadata

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ExportModelOperationMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Overrides

build()

public ExportModelOperationMetadata build()
Returns
TypeDescription
ExportModelOperationMetadata

buildPartial()

public ExportModelOperationMetadata buildPartial()
Returns
TypeDescription
ExportModelOperationMetadata

clear()

public ExportModelOperationMetadata.Builder clear()
Overrides

clearField(Descriptors.FieldDescriptor field)

public ExportModelOperationMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Overrides

clearGenericMetadata()

public ExportModelOperationMetadata.Builder clearGenericMetadata()

The common part of the operation metadata.

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

clearOneof(Descriptors.OneofDescriptor oneof)

public ExportModelOperationMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Overrides

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];

clone()

public ExportModelOperationMetadata.Builder clone()
Overrides

getDefaultInstanceForType()

public ExportModelOperationMetadata getDefaultInstanceForType()
Returns
TypeDescription
ExportModelOperationMetadata

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getGenericMetadata()

public GenericOperationMetadata getGenericMetadata()

The common part of the operation metadata.

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

Returns
TypeDescription
GenericOperationMetadata

The genericMetadata.

getGenericMetadataBuilder()

public GenericOperationMetadata.Builder getGenericMetadataBuilder()

The common part of the operation metadata.

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

Returns
TypeDescription
GenericOperationMetadata.Builder

getGenericMetadataOrBuilder()

public GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()

The common part of the operation metadata.

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

Returns
TypeDescription
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
TypeDescription
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];

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];

hasGenericMetadata()

public boolean hasGenericMetadata()

The common part of the operation metadata.

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

Returns
TypeDescription
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
TypeDescription
boolean

Whether the outputInfo field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ExportModelOperationMetadata other)

public ExportModelOperationMetadata.Builder mergeFrom(ExportModelOperationMetadata other)
Parameter
NameDescription
otherExportModelOperationMetadata

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ExportModelOperationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ExportModelOperationMetadata.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
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
NameDescription
valueGenericOperationMetadata

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
NameDescription
valueExportModelOperationMetadata.OutputInfo

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ExportModelOperationMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ExportModelOperationMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Overrides

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
NameDescription
valueGenericOperationMetadata

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
NameDescription
builderForValueGenericOperationMetadata.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
NameDescription
valueExportModelOperationMetadata.OutputInfo

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
NameDescription
builderForValueExportModelOperationMetadata.OutputInfo.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ExportModelOperationMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ExportModelOperationMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Overrides