public class GrpcAssuredWorkloadsServiceStub extends AssuredWorkloadsServiceStub
gRPC stub implementation for the AssuredWorkloadsService service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcAssuredWorkloadsServiceStub create(ClientContext clientContext)
Parameter
Returns
Exceptions
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcAssuredWorkloadsServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
Returns
Exceptions
create(AssuredWorkloadsServiceStubSettings settings)
public static final GrpcAssuredWorkloadsServiceStub create(AssuredWorkloadsServiceStubSettings settings)
Parameter
Returns
Exceptions
Constructors
GrpcAssuredWorkloadsServiceStub(AssuredWorkloadsServiceStubSettings settings, ClientContext clientContext)
protected GrpcAssuredWorkloadsServiceStub(AssuredWorkloadsServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcAssuredWorkloadsServiceStub, using the given settings. This is
protected so that it is easy to make a subclass, but otherwise, the static factory methods
should be preferred.
Parameters
GrpcAssuredWorkloadsServiceStub(AssuredWorkloadsServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcAssuredWorkloadsServiceStub(AssuredWorkloadsServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcAssuredWorkloadsServiceStub, using the given settings. This is
protected so that it is easy to make a subclass, but otherwise, the static factory methods
should be preferred.
Parameters
Methods
acknowledgeViolationCallable()
public UnaryCallable<AcknowledgeViolationRequest,AcknowledgeViolationResponse> acknowledgeViolationCallable()
Returns
Overrides
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Returns
Exceptions
close()
public final void close()
Overrides
createWorkloadCallable()
public UnaryCallable<CreateWorkloadRequest,Operation> createWorkloadCallable()
Returns
Overrides
createWorkloadOperationCallable()
public OperationCallable<CreateWorkloadRequest,Workload,CreateWorkloadOperationMetadata> createWorkloadOperationCallable()
Returns
Overrides
deleteWorkloadCallable()
public UnaryCallable<DeleteWorkloadRequest,Empty> deleteWorkloadCallable()
Returns
Overrides
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
Returns
Overrides
getViolationCallable()
public UnaryCallable<GetViolationRequest,Violation> getViolationCallable()
Returns
Overrides
getWorkloadCallable()
public UnaryCallable<GetWorkloadRequest,Workload> getWorkloadCallable()
Returns
Overrides
isShutdown()
public boolean isShutdown()
Returns
isTerminated()
public boolean isTerminated()
Returns
listViolationsCallable()
public UnaryCallable<ListViolationsRequest,ListViolationsResponse> listViolationsCallable()
Returns
Overrides
listViolationsPagedCallable()
public UnaryCallable<ListViolationsRequest,AssuredWorkloadsServiceClient.ListViolationsPagedResponse> listViolationsPagedCallable()
Returns
Overrides
listWorkloadsCallable()
public UnaryCallable<ListWorkloadsRequest,ListWorkloadsResponse> listWorkloadsCallable()
Returns
Overrides
listWorkloadsPagedCallable()
public UnaryCallable<ListWorkloadsRequest,AssuredWorkloadsServiceClient.ListWorkloadsPagedResponse> listWorkloadsPagedCallable()
Returns
Overrides
restrictAllowedResourcesCallable()
public UnaryCallable<RestrictAllowedResourcesRequest,RestrictAllowedResourcesResponse> restrictAllowedResourcesCallable()
Returns
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
updateWorkloadCallable()
public UnaryCallable<UpdateWorkloadRequest,Workload> updateWorkloadCallable()
Returns
Overrides