Package com.google.cloud.aiplatform.v1
Class MutateDeployedIndexResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<MutateDeployedIndexResponse.Builder>
-
- com.google.cloud.aiplatform.v1.MutateDeployedIndexResponse.Builder
-
- All Implemented Interfaces:
MutateDeployedIndexResponseOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- MutateDeployedIndexResponse
public static final class MutateDeployedIndexResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<MutateDeployedIndexResponse.Builder> implements MutateDeployedIndexResponseOrBuilder
Response message for [IndexEndpointService.MutateDeployedIndex][google.cloud.aiplatform.v1.IndexEndpointService.MutateDeployedIndex].
Protobuf typegoogle.cloud.aiplatform.v1.MutateDeployedIndexResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MutateDeployedIndexResponse.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
MutateDeployedIndexResponse
build()
MutateDeployedIndexResponse
buildPartial()
MutateDeployedIndexResponse.Builder
clear()
MutateDeployedIndexResponse.Builder
clearDeployedIndex()
The DeployedIndex that had been updated in the IndexEndpoint.MutateDeployedIndexResponse.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
MutateDeployedIndexResponse.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
MutateDeployedIndexResponse.Builder
clone()
MutateDeployedIndexResponse
getDefaultInstanceForType()
DeployedIndex
getDeployedIndex()
The DeployedIndex that had been updated in the IndexEndpoint.DeployedIndex.Builder
getDeployedIndexBuilder()
The DeployedIndex that had been updated in the IndexEndpoint.DeployedIndexOrBuilder
getDeployedIndexOrBuilder()
The DeployedIndex that had been updated in the IndexEndpoint.static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
boolean
hasDeployedIndex()
The DeployedIndex that had been updated in the IndexEndpoint.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
MutateDeployedIndexResponse.Builder
mergeDeployedIndex(DeployedIndex value)
The DeployedIndex that had been updated in the IndexEndpoint.MutateDeployedIndexResponse.Builder
mergeFrom(MutateDeployedIndexResponse other)
MutateDeployedIndexResponse.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MutateDeployedIndexResponse.Builder
mergeFrom(com.google.protobuf.Message other)
MutateDeployedIndexResponse.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
MutateDeployedIndexResponse.Builder
setDeployedIndex(DeployedIndex value)
The DeployedIndex that had been updated in the IndexEndpoint.MutateDeployedIndexResponse.Builder
setDeployedIndex(DeployedIndex.Builder builderForValue)
The DeployedIndex that had been updated in the IndexEndpoint.MutateDeployedIndexResponse.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
MutateDeployedIndexResponse.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
MutateDeployedIndexResponse.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<MutateDeployedIndexResponse.Builder>
-
clear
public MutateDeployedIndexResponse.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<MutateDeployedIndexResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<MutateDeployedIndexResponse.Builder>
-
getDefaultInstanceForType
public MutateDeployedIndexResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public MutateDeployedIndexResponse build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public MutateDeployedIndexResponse buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public MutateDeployedIndexResponse.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<MutateDeployedIndexResponse.Builder>
-
setField
public MutateDeployedIndexResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<MutateDeployedIndexResponse.Builder>
-
clearField
public MutateDeployedIndexResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<MutateDeployedIndexResponse.Builder>
-
clearOneof
public MutateDeployedIndexResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<MutateDeployedIndexResponse.Builder>
-
setRepeatedField
public MutateDeployedIndexResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<MutateDeployedIndexResponse.Builder>
-
addRepeatedField
public MutateDeployedIndexResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<MutateDeployedIndexResponse.Builder>
-
mergeFrom
public MutateDeployedIndexResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<MutateDeployedIndexResponse.Builder>
-
mergeFrom
public MutateDeployedIndexResponse.Builder mergeFrom(MutateDeployedIndexResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<MutateDeployedIndexResponse.Builder>
-
mergeFrom
public MutateDeployedIndexResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<MutateDeployedIndexResponse.Builder>
- Throws:
IOException
-
hasDeployedIndex
public boolean hasDeployedIndex()
The DeployedIndex that had been updated in the IndexEndpoint.
.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;
- Specified by:
hasDeployedIndex
in interfaceMutateDeployedIndexResponseOrBuilder
- Returns:
- Whether the deployedIndex field is set.
-
getDeployedIndex
public DeployedIndex getDeployedIndex()
The DeployedIndex that had been updated in the IndexEndpoint.
.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;
- Specified by:
getDeployedIndex
in interfaceMutateDeployedIndexResponseOrBuilder
- Returns:
- The deployedIndex.
-
setDeployedIndex
public MutateDeployedIndexResponse.Builder setDeployedIndex(DeployedIndex value)
The DeployedIndex that had been updated in the IndexEndpoint.
.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;
-
setDeployedIndex
public MutateDeployedIndexResponse.Builder setDeployedIndex(DeployedIndex.Builder builderForValue)
The DeployedIndex that had been updated in the IndexEndpoint.
.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;
-
mergeDeployedIndex
public MutateDeployedIndexResponse.Builder mergeDeployedIndex(DeployedIndex value)
The DeployedIndex that had been updated in the IndexEndpoint.
.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;
-
clearDeployedIndex
public MutateDeployedIndexResponse.Builder clearDeployedIndex()
The DeployedIndex that had been updated in the IndexEndpoint.
.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;
-
getDeployedIndexBuilder
public DeployedIndex.Builder getDeployedIndexBuilder()
The DeployedIndex that had been updated in the IndexEndpoint.
.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;
-
getDeployedIndexOrBuilder
public DeployedIndexOrBuilder getDeployedIndexOrBuilder()
The DeployedIndex that had been updated in the IndexEndpoint.
.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;
- Specified by:
getDeployedIndexOrBuilder
in interfaceMutateDeployedIndexResponseOrBuilder
-
setUnknownFields
public final MutateDeployedIndexResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<MutateDeployedIndexResponse.Builder>
-
mergeUnknownFields
public final MutateDeployedIndexResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<MutateDeployedIndexResponse.Builder>
-
-