Class DeployIndexResponse.Builder (3.38.0)

public static final class DeployIndexResponse.Builder extends GeneratedMessageV3.Builder<DeployIndexResponse.Builder> implements DeployIndexResponseOrBuilder

Response message for IndexEndpointService.DeployIndex.

Protobuf type google.cloud.aiplatform.v1.DeployIndexResponse

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public DeployIndexResponse build()
Returns
TypeDescription
DeployIndexResponse

buildPartial()

public DeployIndexResponse buildPartial()
Returns
TypeDescription
DeployIndexResponse

clear()

public DeployIndexResponse.Builder clear()
Returns
TypeDescription
DeployIndexResponse.Builder
Overrides

clearDeployedIndex()

public DeployIndexResponse.Builder clearDeployedIndex()

The DeployedIndex that had been deployed in the IndexEndpoint.

.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;

Returns
TypeDescription
DeployIndexResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public DeployIndexResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
DeployIndexResponse.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public DeployIndexResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
DeployIndexResponse.Builder
Overrides

clone()

public DeployIndexResponse.Builder clone()
Returns
TypeDescription
DeployIndexResponse.Builder
Overrides

getDefaultInstanceForType()

public DeployIndexResponse getDefaultInstanceForType()
Returns
TypeDescription
DeployIndexResponse

getDeployedIndex()

public DeployedIndex getDeployedIndex()

The DeployedIndex that had been deployed in the IndexEndpoint.

.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;

Returns
TypeDescription
DeployedIndex

The deployedIndex.

getDeployedIndexBuilder()

public DeployedIndex.Builder getDeployedIndexBuilder()

The DeployedIndex that had been deployed in the IndexEndpoint.

.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;

Returns
TypeDescription
DeployedIndex.Builder

getDeployedIndexOrBuilder()

public DeployedIndexOrBuilder getDeployedIndexOrBuilder()

The DeployedIndex that had been deployed in the IndexEndpoint.

.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;

Returns
TypeDescription
DeployedIndexOrBuilder

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

hasDeployedIndex()

public boolean hasDeployedIndex()

The DeployedIndex that had been deployed in the IndexEndpoint.

.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;

Returns
TypeDescription
boolean

Whether the deployedIndex field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeDeployedIndex(DeployedIndex value)

public DeployIndexResponse.Builder mergeDeployedIndex(DeployedIndex value)

The DeployedIndex that had been deployed in the IndexEndpoint.

.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;

Parameter
NameDescription
valueDeployedIndex
Returns
TypeDescription
DeployIndexResponse.Builder

mergeFrom(DeployIndexResponse other)

public DeployIndexResponse.Builder mergeFrom(DeployIndexResponse other)
Parameter
NameDescription
otherDeployIndexResponse
Returns
TypeDescription
DeployIndexResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public DeployIndexResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
DeployIndexResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DeployIndexResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
DeployIndexResponse.Builder
Overrides

setDeployedIndex(DeployedIndex value)

public DeployIndexResponse.Builder setDeployedIndex(DeployedIndex value)

The DeployedIndex that had been deployed in the IndexEndpoint.

.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;

Parameter
NameDescription
valueDeployedIndex
Returns
TypeDescription
DeployIndexResponse.Builder

setDeployedIndex(DeployedIndex.Builder builderForValue)

public DeployIndexResponse.Builder setDeployedIndex(DeployedIndex.Builder builderForValue)

The DeployedIndex that had been deployed in the IndexEndpoint.

.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;

Parameter
NameDescription
builderForValueDeployedIndex.Builder
Returns
TypeDescription
DeployIndexResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

setUnknownFields(UnknownFieldSet unknownFields)

public final DeployIndexResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
DeployIndexResponse.Builder
Overrides