Class DeploymentResourcePoolServiceGrpc (3.42.0)

public final class DeploymentResourcePoolServiceGrpc

A service that manages the DeploymentResourcePool resource.

Inheritance

java.lang.Object > DeploymentResourcePoolServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(DeploymentResourcePoolServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(DeploymentResourcePoolServiceGrpc.AsyncService service)
Parameter
NameDescription
serviceDeploymentResourcePoolServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCreateDeploymentResourcePoolMethod()

public static MethodDescriptor<CreateDeploymentResourcePoolRequest,Operation> getCreateDeploymentResourcePoolMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateDeploymentResourcePoolRequest,Operation>

getDeleteDeploymentResourcePoolMethod()

public static MethodDescriptor<DeleteDeploymentResourcePoolRequest,Operation> getDeleteDeploymentResourcePoolMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteDeploymentResourcePoolRequest,Operation>

getGetDeploymentResourcePoolMethod()

public static MethodDescriptor<GetDeploymentResourcePoolRequest,DeploymentResourcePool> getGetDeploymentResourcePoolMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetDeploymentResourcePoolRequest,DeploymentResourcePool>

getListDeploymentResourcePoolsMethod()

public static MethodDescriptor<ListDeploymentResourcePoolsRequest,ListDeploymentResourcePoolsResponse> getListDeploymentResourcePoolsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListDeploymentResourcePoolsRequest,ListDeploymentResourcePoolsResponse>

getQueryDeployedModelsMethod()

public static MethodDescriptor<QueryDeployedModelsRequest,QueryDeployedModelsResponse> getQueryDeployedModelsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<QueryDeployedModelsRequest,QueryDeployedModelsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceBlockingStub

newFutureStub(Channel channel)

public static DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceFutureStub

newStub(Channel channel)

public static DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceStub