Class UpdateSpecialistPoolOperationMetadata.Builder (3.17.0)

public static final class UpdateSpecialistPoolOperationMetadata.Builder extends GeneratedMessageV3.Builder<UpdateSpecialistPoolOperationMetadata.Builder> implements UpdateSpecialistPoolOperationMetadataOrBuilder

Runtime operation metadata for SpecialistPoolService.UpdateSpecialistPool.

Protobuf type google.cloud.aiplatform.v1.UpdateSpecialistPoolOperationMetadata

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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 UpdateSpecialistPoolOperationMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Overrides

build()

public UpdateSpecialistPoolOperationMetadata build()

buildPartial()

public UpdateSpecialistPoolOperationMetadata buildPartial()

clear()

public UpdateSpecialistPoolOperationMetadata.Builder clear()
Overrides

clearField(Descriptors.FieldDescriptor field)

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

clearGenericMetadata()

public UpdateSpecialistPoolOperationMetadata.Builder clearGenericMetadata()

The operation generic information.

.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 2;

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearSpecialistPool()

public UpdateSpecialistPoolOperationMetadata.Builder clearSpecialistPool()

Output only. The name of the SpecialistPool to which the specialists are being added. Format: projects/{project_id}/locations/{location_id}/specialistPools/{specialist_pool}

string specialist_pool = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
UpdateSpecialistPoolOperationMetadata.Builder

This builder for chaining.

clone()

public UpdateSpecialistPoolOperationMetadata.Builder clone()
Overrides

getDefaultInstanceForType()

public UpdateSpecialistPoolOperationMetadata getDefaultInstanceForType()

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getGenericMetadata()

public GenericOperationMetadata getGenericMetadata()

The operation generic information.

.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 2;

Returns
TypeDescription
GenericOperationMetadata

The genericMetadata.

getGenericMetadataBuilder()

public GenericOperationMetadata.Builder getGenericMetadataBuilder()

The operation generic information.

.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 2;

Returns
TypeDescription
GenericOperationMetadata.Builder

getGenericMetadataOrBuilder()

public GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()

The operation generic information.

.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 2;

Returns
TypeDescription
GenericOperationMetadataOrBuilder

getSpecialistPool()

public String getSpecialistPool()

Output only. The name of the SpecialistPool to which the specialists are being added. Format: projects/{project_id}/locations/{location_id}/specialistPools/{specialist_pool}

string specialist_pool = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The specialistPool.

getSpecialistPoolBytes()

public ByteString getSpecialistPoolBytes()

Output only. The name of the SpecialistPool to which the specialists are being added. Format: projects/{project_id}/locations/{location_id}/specialistPools/{specialist_pool}

string specialist_pool = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for specialistPool.

hasGenericMetadata()

public boolean hasGenericMetadata()

The operation generic information.

.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 2;

Returns
TypeDescription
boolean

Whether the genericMetadata field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(UpdateSpecialistPoolOperationMetadata other)

public UpdateSpecialistPoolOperationMetadata.Builder mergeFrom(UpdateSpecialistPoolOperationMetadata other)
Parameter
NameDescription
otherUpdateSpecialistPoolOperationMetadata

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public UpdateSpecialistPoolOperationMetadata.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Overrides

mergeGenericMetadata(GenericOperationMetadata value)

public UpdateSpecialistPoolOperationMetadata.Builder mergeGenericMetadata(GenericOperationMetadata value)

The operation generic information.

.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 2;

Parameter
NameDescription
valueGenericOperationMetadata

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setGenericMetadata(GenericOperationMetadata value)

public UpdateSpecialistPoolOperationMetadata.Builder setGenericMetadata(GenericOperationMetadata value)

The operation generic information.

.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 2;

Parameter
NameDescription
valueGenericOperationMetadata

setGenericMetadata(GenericOperationMetadata.Builder builderForValue)

public UpdateSpecialistPoolOperationMetadata.Builder setGenericMetadata(GenericOperationMetadata.Builder builderForValue)

The operation generic information.

.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 2;

Parameter
NameDescription
builderForValueGenericOperationMetadata.Builder

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

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

setSpecialistPool(String value)

public UpdateSpecialistPoolOperationMetadata.Builder setSpecialistPool(String value)

Output only. The name of the SpecialistPool to which the specialists are being added. Format: projects/{project_id}/locations/{location_id}/specialistPools/{specialist_pool}

string specialist_pool = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The specialistPool to set.

Returns
TypeDescription
UpdateSpecialistPoolOperationMetadata.Builder

This builder for chaining.

setSpecialistPoolBytes(ByteString value)

public UpdateSpecialistPoolOperationMetadata.Builder setSpecialistPoolBytes(ByteString value)

Output only. The name of the SpecialistPool to which the specialists are being added. Format: projects/{project_id}/locations/{location_id}/specialistPools/{specialist_pool}

string specialist_pool = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for specialistPool to set.

Returns
TypeDescription
UpdateSpecialistPoolOperationMetadata.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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