Class AssuredWorkloadsServiceGrpc (2.41.0)

public final class AssuredWorkloadsServiceGrpc

Service to manage AssuredWorkloads.

Inheritance

java.lang.Object > AssuredWorkloadsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(AssuredWorkloadsServiceGrpc.AsyncService service)

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

getAcknowledgeViolationMethod()

public static MethodDescriptor<AcknowledgeViolationRequest,AcknowledgeViolationResponse> getAcknowledgeViolationMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<AcknowledgeViolationRequest,AcknowledgeViolationResponse>

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>

getGetViolationMethod()

public static MethodDescriptor<GetViolationRequest,Violation> getGetViolationMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetViolationRequest,Violation>

getGetWorkloadMethod()

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

getListViolationsMethod()

public static MethodDescriptor<ListViolationsRequest,ListViolationsResponse> getListViolationsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListViolationsRequest,ListViolationsResponse>

getListWorkloadsMethod()

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

getRestrictAllowedResourcesMethod()

public static MethodDescriptor<RestrictAllowedResourcesRequest,RestrictAllowedResourcesResponse> getRestrictAllowedResourcesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<RestrictAllowedResourcesRequest,RestrictAllowedResourcesResponse>

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