Class MutateDeployedIndexResponse (3.42.0)

public final class MutateDeployedIndexResponse extends GeneratedMessageV3 implements MutateDeployedIndexResponseOrBuilder

Response message for IndexEndpointService.MutateDeployedIndex.

Protobuf type google.cloud.aiplatform.v1.MutateDeployedIndexResponse

Static Fields

DEPLOYED_INDEX_FIELD_NUMBER

public static final int DEPLOYED_INDEX_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static MutateDeployedIndexResponse getDefaultInstance()
Returns
TypeDescription
MutateDeployedIndexResponse

getDescriptor()

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

newBuilder()

public static MutateDeployedIndexResponse.Builder newBuilder()
Returns
TypeDescription
MutateDeployedIndexResponse.Builder

newBuilder(MutateDeployedIndexResponse prototype)

public static MutateDeployedIndexResponse.Builder newBuilder(MutateDeployedIndexResponse prototype)
Parameter
NameDescription
prototypeMutateDeployedIndexResponse
Returns
TypeDescription
MutateDeployedIndexResponse.Builder

parseDelimitedFrom(InputStream input)

public static MutateDeployedIndexResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
MutateDeployedIndexResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MutateDeployedIndexResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MutateDeployedIndexResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static MutateDeployedIndexResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
MutateDeployedIndexResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static MutateDeployedIndexResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MutateDeployedIndexResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static MutateDeployedIndexResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
MutateDeployedIndexResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static MutateDeployedIndexResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MutateDeployedIndexResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static MutateDeployedIndexResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
MutateDeployedIndexResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static MutateDeployedIndexResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MutateDeployedIndexResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static MutateDeployedIndexResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
MutateDeployedIndexResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MutateDeployedIndexResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MutateDeployedIndexResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static MutateDeployedIndexResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
MutateDeployedIndexResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static MutateDeployedIndexResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MutateDeployedIndexResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<MutateDeployedIndexResponse> parser()
Returns
TypeDescription
Parser<MutateDeployedIndexResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public MutateDeployedIndexResponse getDefaultInstanceForType()
Returns
TypeDescription
MutateDeployedIndexResponse

getDeployedIndex()

public DeployedIndex getDeployedIndex()

The DeployedIndex that had been updated in the IndexEndpoint.

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

Returns
TypeDescription
DeployedIndex

The deployedIndex.

getDeployedIndexOrBuilder()

public DeployedIndexOrBuilder getDeployedIndexOrBuilder()

The DeployedIndex that had been updated in the IndexEndpoint.

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

Returns
TypeDescription
DeployedIndexOrBuilder

getParserForType()

public Parser<MutateDeployedIndexResponse> getParserForType()
Returns
TypeDescription
Parser<MutateDeployedIndexResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasDeployedIndex()

public boolean hasDeployedIndex()

The DeployedIndex that had been updated in the IndexEndpoint.

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

Returns
TypeDescription
boolean

Whether the deployedIndex field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public MutateDeployedIndexResponse.Builder newBuilderForType()
Returns
TypeDescription
MutateDeployedIndexResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected MutateDeployedIndexResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
MutateDeployedIndexResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public MutateDeployedIndexResponse.Builder toBuilder()
Returns
TypeDescription
MutateDeployedIndexResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException