Uses of Class
com.google.cloud.aiplatform.v1beta1.MutateDeployedIndexResponse
-
Packages that use MutateDeployedIndexResponse Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of MutateDeployedIndexResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return MutateDeployedIndexResponse Modifier and Type Method Description MutateDeployedIndexResponse
MutateDeployedIndexResponse.Builder. build()
MutateDeployedIndexResponse
MutateDeployedIndexResponse.Builder. buildPartial()
static MutateDeployedIndexResponse
MutateDeployedIndexResponse. getDefaultInstance()
MutateDeployedIndexResponse
MutateDeployedIndexResponse.Builder. getDefaultInstanceForType()
MutateDeployedIndexResponse
MutateDeployedIndexResponse. getDefaultInstanceForType()
static MutateDeployedIndexResponse
MutateDeployedIndexResponse. parseDelimitedFrom(InputStream input)
static MutateDeployedIndexResponse
MutateDeployedIndexResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateDeployedIndexResponse
MutateDeployedIndexResponse. parseFrom(byte[] data)
static MutateDeployedIndexResponse
MutateDeployedIndexResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateDeployedIndexResponse
MutateDeployedIndexResponse. parseFrom(com.google.protobuf.ByteString data)
static MutateDeployedIndexResponse
MutateDeployedIndexResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateDeployedIndexResponse
MutateDeployedIndexResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static MutateDeployedIndexResponse
MutateDeployedIndexResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateDeployedIndexResponse
MutateDeployedIndexResponse. parseFrom(InputStream input)
static MutateDeployedIndexResponse
MutateDeployedIndexResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateDeployedIndexResponse
MutateDeployedIndexResponse. parseFrom(ByteBuffer data)
static MutateDeployedIndexResponse
MutateDeployedIndexResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type MutateDeployedIndexResponse Modifier and Type Method Description com.google.protobuf.Parser<MutateDeployedIndexResponse>
MutateDeployedIndexResponse. getParserForType()
com.google.api.gax.longrunning.OperationFuture<MutateDeployedIndexResponse,MutateDeployedIndexOperationMetadata>
IndexEndpointServiceClient. mutateDeployedIndexAsync(IndexEndpointName indexEndpoint, DeployedIndex deployedIndex)
Update an existing DeployedIndex under an IndexEndpoint.com.google.api.gax.longrunning.OperationFuture<MutateDeployedIndexResponse,MutateDeployedIndexOperationMetadata>
IndexEndpointServiceClient. mutateDeployedIndexAsync(MutateDeployedIndexRequest request)
Update an existing DeployedIndex under an IndexEndpoint.com.google.api.gax.longrunning.OperationFuture<MutateDeployedIndexResponse,MutateDeployedIndexOperationMetadata>
IndexEndpointServiceClient. mutateDeployedIndexAsync(String indexEndpoint, DeployedIndex deployedIndex)
Update an existing DeployedIndex under an IndexEndpoint.com.google.api.gax.rpc.OperationCallable<MutateDeployedIndexRequest,MutateDeployedIndexResponse,MutateDeployedIndexOperationMetadata>
IndexEndpointServiceClient. mutateDeployedIndexOperationCallable()
Update an existing DeployedIndex under an IndexEndpoint.com.google.api.gax.rpc.OperationCallSettings.Builder<MutateDeployedIndexRequest,MutateDeployedIndexResponse,MutateDeployedIndexOperationMetadata>
IndexEndpointServiceSettings.Builder. mutateDeployedIndexOperationSettings()
Returns the builder for the settings used for calls to mutateDeployedIndex.com.google.api.gax.rpc.OperationCallSettings<MutateDeployedIndexRequest,MutateDeployedIndexResponse,MutateDeployedIndexOperationMetadata>
IndexEndpointServiceSettings. mutateDeployedIndexOperationSettings()
Returns the object with the settings used for calls to mutateDeployedIndex.static com.google.protobuf.Parser<MutateDeployedIndexResponse>
MutateDeployedIndexResponse. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type MutateDeployedIndexResponse Modifier and Type Method Description MutateDeployedIndexResponse.Builder
MutateDeployedIndexResponse.Builder. mergeFrom(MutateDeployedIndexResponse other)
static MutateDeployedIndexResponse.Builder
MutateDeployedIndexResponse. newBuilder(MutateDeployedIndexResponse prototype)
-
Uses of MutateDeployedIndexResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type MutateDeployedIndexResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<MutateDeployedIndexRequest,MutateDeployedIndexResponse,MutateDeployedIndexOperationMetadata>
GrpcIndexEndpointServiceStub. mutateDeployedIndexOperationCallable()
com.google.api.gax.rpc.OperationCallable<MutateDeployedIndexRequest,MutateDeployedIndexResponse,MutateDeployedIndexOperationMetadata>
IndexEndpointServiceStub. mutateDeployedIndexOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<MutateDeployedIndexRequest,MutateDeployedIndexResponse,MutateDeployedIndexOperationMetadata>
IndexEndpointServiceStubSettings.Builder. mutateDeployedIndexOperationSettings()
Returns the builder for the settings used for calls to mutateDeployedIndex.com.google.api.gax.rpc.OperationCallSettings<MutateDeployedIndexRequest,MutateDeployedIndexResponse,MutateDeployedIndexOperationMetadata>
IndexEndpointServiceStubSettings. mutateDeployedIndexOperationSettings()
Returns the object with the settings used for calls to mutateDeployedIndex.
-