Class AssuredWorkloadsServiceGrpc (0.8.2)

public final class AssuredWorkloadsServiceGrpc

Service to manage AssuredWorkloads.

Inheritance

java.lang.Object > AssuredWorkloadsServiceGrpc

Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Methods

getCreateWorkloadMethod()

public static MethodDescriptor<CreateWorkloadRequest,Operation> getCreateWorkloadMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateWorkloadRequest,Operation>

getDeleteWorkloadMethod()

public static MethodDescriptor<DeleteWorkloadRequest,Empty> getDeleteWorkloadMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteWorkloadRequest,Empty>

getGetWorkloadMethod()

public static MethodDescriptor<GetWorkloadRequest,Workload> getGetWorkloadMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetWorkloadRequest,Workload>

getListWorkloadsMethod()

public static MethodDescriptor<ListWorkloadsRequest,ListWorkloadsResponse> getListWorkloadsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListWorkloadsRequest,ListWorkloadsResponse>

getServiceDescriptor()

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

getUpdateWorkloadMethod()

public static MethodDescriptor<UpdateWorkloadRequest,Workload> getUpdateWorkloadMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateWorkloadRequest,Workload>

newBlockingStub(Channel channel)

public static AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceBlockingStub 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
AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceBlockingStub

newFutureStub(Channel channel)

public static AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceFutureStub

newStub(Channel channel)

public static AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceStub