Class DeploymentResourcePoolServiceGrpc
- java.lang.Object
-
- com.google.cloud.aiplatform.v1beta1.DeploymentResourcePoolServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/aiplatform/v1beta1/deployment_resource_pool_service.proto") public final class DeploymentResourcePoolServiceGrpc extends Object
A service that manages the DeploymentResourcePool resource.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DeploymentResourcePoolServiceGrpc.AsyncService
A service that manages the DeploymentResourcePool resource.static class
DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service DeploymentResourcePoolService.static class
DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service DeploymentResourcePoolService.static class
DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceImplBase
Base class for the server implementation of the service DeploymentResourcePoolService.static class
DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceStub
A stub to allow clients to do asynchronous rpc calls to service DeploymentResourcePoolService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateDeploymentResourcePoolMethod
public static io.grpc.MethodDescriptor<CreateDeploymentResourcePoolRequest,com.google.longrunning.Operation> getCreateDeploymentResourcePoolMethod()
-
getGetDeploymentResourcePoolMethod
public static io.grpc.MethodDescriptor<GetDeploymentResourcePoolRequest,DeploymentResourcePool> getGetDeploymentResourcePoolMethod()
-
getListDeploymentResourcePoolsMethod
public static io.grpc.MethodDescriptor<ListDeploymentResourcePoolsRequest,ListDeploymentResourcePoolsResponse> getListDeploymentResourcePoolsMethod()
-
getDeleteDeploymentResourcePoolMethod
public static io.grpc.MethodDescriptor<DeleteDeploymentResourcePoolRequest,com.google.longrunning.Operation> getDeleteDeploymentResourcePoolMethod()
-
getQueryDeployedModelsMethod
public static io.grpc.MethodDescriptor<QueryDeployedModelsRequest,QueryDeployedModelsResponse> getQueryDeployedModelsMethod()
-
newStub
public static DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceFutureStub 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(DeploymentResourcePoolServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-