Uses of Class
com.google.cloud.aiplatform.v1beta1.DeployIndexRequest
-
Packages that use DeployIndexRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of DeployIndexRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return DeployIndexRequest Modifier and Type Method Description DeployIndexRequest
DeployIndexRequest.Builder. build()
DeployIndexRequest
DeployIndexRequest.Builder. buildPartial()
static DeployIndexRequest
DeployIndexRequest. getDefaultInstance()
DeployIndexRequest
DeployIndexRequest.Builder. getDefaultInstanceForType()
DeployIndexRequest
DeployIndexRequest. getDefaultInstanceForType()
static DeployIndexRequest
DeployIndexRequest. parseDelimitedFrom(InputStream input)
static DeployIndexRequest
DeployIndexRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployIndexRequest
DeployIndexRequest. parseFrom(byte[] data)
static DeployIndexRequest
DeployIndexRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployIndexRequest
DeployIndexRequest. parseFrom(com.google.protobuf.ByteString data)
static DeployIndexRequest
DeployIndexRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployIndexRequest
DeployIndexRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeployIndexRequest
DeployIndexRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployIndexRequest
DeployIndexRequest. parseFrom(InputStream input)
static DeployIndexRequest
DeployIndexRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployIndexRequest
DeployIndexRequest. parseFrom(ByteBuffer data)
static DeployIndexRequest
DeployIndexRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type DeployIndexRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeployIndexRequest,com.google.longrunning.Operation>
IndexEndpointServiceClient. deployIndexCallable()
Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it.com.google.api.gax.rpc.OperationCallable<DeployIndexRequest,DeployIndexResponse,DeployIndexOperationMetadata>
IndexEndpointServiceClient. deployIndexOperationCallable()
Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it.com.google.api.gax.rpc.OperationCallSettings.Builder<DeployIndexRequest,DeployIndexResponse,DeployIndexOperationMetadata>
IndexEndpointServiceSettings.Builder. deployIndexOperationSettings()
Returns the builder for the settings used for calls to deployIndex.com.google.api.gax.rpc.OperationCallSettings<DeployIndexRequest,DeployIndexResponse,DeployIndexOperationMetadata>
IndexEndpointServiceSettings. deployIndexOperationSettings()
Returns the object with the settings used for calls to deployIndex.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeployIndexRequest,com.google.longrunning.Operation>
IndexEndpointServiceSettings.Builder. deployIndexSettings()
Returns the builder for the settings used for calls to deployIndex.com.google.api.gax.rpc.UnaryCallSettings<DeployIndexRequest,com.google.longrunning.Operation>
IndexEndpointServiceSettings. deployIndexSettings()
Returns the object with the settings used for calls to deployIndex.static io.grpc.MethodDescriptor<DeployIndexRequest,com.google.longrunning.Operation>
IndexEndpointServiceGrpc. getDeployIndexMethod()
com.google.protobuf.Parser<DeployIndexRequest>
DeployIndexRequest. getParserForType()
static com.google.protobuf.Parser<DeployIndexRequest>
DeployIndexRequest. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type DeployIndexRequest Modifier and Type Method Description default void
IndexEndpointServiceGrpc.AsyncService. deployIndex(DeployIndexRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it.com.google.longrunning.Operation
IndexEndpointServiceGrpc.IndexEndpointServiceBlockingStub. deployIndex(DeployIndexRequest request)
Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
IndexEndpointServiceGrpc.IndexEndpointServiceFutureStub. deployIndex(DeployIndexRequest request)
Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it.void
IndexEndpointServiceGrpc.IndexEndpointServiceStub. deployIndex(DeployIndexRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it.com.google.api.gax.longrunning.OperationFuture<DeployIndexResponse,DeployIndexOperationMetadata>
IndexEndpointServiceClient. deployIndexAsync(DeployIndexRequest request)
Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it.DeployIndexRequest.Builder
DeployIndexRequest.Builder. mergeFrom(DeployIndexRequest other)
static DeployIndexRequest.Builder
DeployIndexRequest. newBuilder(DeployIndexRequest prototype)
-
Uses of DeployIndexRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type DeployIndexRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeployIndexRequest,com.google.longrunning.Operation>
GrpcIndexEndpointServiceStub. deployIndexCallable()
com.google.api.gax.rpc.UnaryCallable<DeployIndexRequest,com.google.longrunning.Operation>
IndexEndpointServiceStub. deployIndexCallable()
com.google.api.gax.rpc.OperationCallable<DeployIndexRequest,DeployIndexResponse,DeployIndexOperationMetadata>
GrpcIndexEndpointServiceStub. deployIndexOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeployIndexRequest,DeployIndexResponse,DeployIndexOperationMetadata>
IndexEndpointServiceStub. deployIndexOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<DeployIndexRequest,DeployIndexResponse,DeployIndexOperationMetadata>
IndexEndpointServiceStubSettings.Builder. deployIndexOperationSettings()
Returns the builder for the settings used for calls to deployIndex.com.google.api.gax.rpc.OperationCallSettings<DeployIndexRequest,DeployIndexResponse,DeployIndexOperationMetadata>
IndexEndpointServiceStubSettings. deployIndexOperationSettings()
Returns the object with the settings used for calls to deployIndex.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeployIndexRequest,com.google.longrunning.Operation>
IndexEndpointServiceStubSettings.Builder. deployIndexSettings()
Returns the builder for the settings used for calls to deployIndex.com.google.api.gax.rpc.UnaryCallSettings<DeployIndexRequest,com.google.longrunning.Operation>
IndexEndpointServiceStubSettings. deployIndexSettings()
Returns the object with the settings used for calls to deployIndex.
-