Package com.google.cloud.aiplatform.v1
Class IndexEndpointServiceGrpc
- java.lang.Object
-
- com.google.cloud.aiplatform.v1.IndexEndpointServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/aiplatform/v1/index_endpoint_service.proto") public final class IndexEndpointServiceGrpc extends Object
A service for managing Vertex AI's IndexEndpoints.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
IndexEndpointServiceGrpc.AsyncService
A service for managing Vertex AI's IndexEndpoints.static class
IndexEndpointServiceGrpc.IndexEndpointServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service IndexEndpointService.static class
IndexEndpointServiceGrpc.IndexEndpointServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service IndexEndpointService.static class
IndexEndpointServiceGrpc.IndexEndpointServiceImplBase
Base class for the server implementation of the service IndexEndpointService.static class
IndexEndpointServiceGrpc.IndexEndpointServiceStub
A stub to allow clients to do asynchronous rpc calls to service IndexEndpointService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(IndexEndpointServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateIndexEndpointRequest,com.google.longrunning.Operation>
getCreateIndexEndpointMethod()
static io.grpc.MethodDescriptor<DeleteIndexEndpointRequest,com.google.longrunning.Operation>
getDeleteIndexEndpointMethod()
static io.grpc.MethodDescriptor<DeployIndexRequest,com.google.longrunning.Operation>
getDeployIndexMethod()
static io.grpc.MethodDescriptor<GetIndexEndpointRequest,IndexEndpoint>
getGetIndexEndpointMethod()
static io.grpc.MethodDescriptor<ListIndexEndpointsRequest,ListIndexEndpointsResponse>
getListIndexEndpointsMethod()
static io.grpc.MethodDescriptor<MutateDeployedIndexRequest,com.google.longrunning.Operation>
getMutateDeployedIndexMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UndeployIndexRequest,com.google.longrunning.Operation>
getUndeployIndexMethod()
static io.grpc.MethodDescriptor<UpdateIndexEndpointRequest,IndexEndpoint>
getUpdateIndexEndpointMethod()
static IndexEndpointServiceGrpc.IndexEndpointServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic IndexEndpointServiceGrpc.IndexEndpointServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic IndexEndpointServiceGrpc.IndexEndpointServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateIndexEndpointMethod
public static io.grpc.MethodDescriptor<CreateIndexEndpointRequest,com.google.longrunning.Operation> getCreateIndexEndpointMethod()
-
getGetIndexEndpointMethod
public static io.grpc.MethodDescriptor<GetIndexEndpointRequest,IndexEndpoint> getGetIndexEndpointMethod()
-
getListIndexEndpointsMethod
public static io.grpc.MethodDescriptor<ListIndexEndpointsRequest,ListIndexEndpointsResponse> getListIndexEndpointsMethod()
-
getUpdateIndexEndpointMethod
public static io.grpc.MethodDescriptor<UpdateIndexEndpointRequest,IndexEndpoint> getUpdateIndexEndpointMethod()
-
getDeleteIndexEndpointMethod
public static io.grpc.MethodDescriptor<DeleteIndexEndpointRequest,com.google.longrunning.Operation> getDeleteIndexEndpointMethod()
-
getDeployIndexMethod
public static io.grpc.MethodDescriptor<DeployIndexRequest,com.google.longrunning.Operation> getDeployIndexMethod()
-
getUndeployIndexMethod
public static io.grpc.MethodDescriptor<UndeployIndexRequest,com.google.longrunning.Operation> getUndeployIndexMethod()
-
getMutateDeployedIndexMethod
public static io.grpc.MethodDescriptor<MutateDeployedIndexRequest,com.google.longrunning.Operation> getMutateDeployedIndexMethod()
-
newStub
public static IndexEndpointServiceGrpc.IndexEndpointServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static IndexEndpointServiceGrpc.IndexEndpointServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static IndexEndpointServiceGrpc.IndexEndpointServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(IndexEndpointServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-