Uses of Class
com.google.cloud.aiplatform.v1.DeployIndexRequest
-
Packages that use DeployIndexRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of DeployIndexRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return DeployIndexRequest Modifier and Type Method Description DeployIndexRequestDeployIndexRequest.Builder. build()DeployIndexRequestDeployIndexRequest.Builder. buildPartial()static DeployIndexRequestDeployIndexRequest. getDefaultInstance()DeployIndexRequestDeployIndexRequest.Builder. getDefaultInstanceForType()DeployIndexRequestDeployIndexRequest. getDefaultInstanceForType()static DeployIndexRequestDeployIndexRequest. parseDelimitedFrom(InputStream input)static DeployIndexRequestDeployIndexRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployIndexRequestDeployIndexRequest. parseFrom(byte[] data)static DeployIndexRequestDeployIndexRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployIndexRequestDeployIndexRequest. parseFrom(com.google.protobuf.ByteString data)static DeployIndexRequestDeployIndexRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployIndexRequestDeployIndexRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeployIndexRequestDeployIndexRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployIndexRequestDeployIndexRequest. parseFrom(InputStream input)static DeployIndexRequestDeployIndexRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployIndexRequestDeployIndexRequest. parseFrom(ByteBuffer data)static DeployIndexRequestDeployIndexRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1 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.v1 with parameters of type DeployIndexRequest Modifier and Type Method Description default voidIndexEndpointServiceGrpc.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.OperationIndexEndpointServiceGrpc.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.voidIndexEndpointServiceGrpc.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.BuilderDeployIndexRequest.Builder. mergeFrom(DeployIndexRequest other)static DeployIndexRequest.BuilderDeployIndexRequest. newBuilder(DeployIndexRequest prototype) -
Uses of DeployIndexRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.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.
-