Class AssuredWorkloadsServiceGrpc
- java.lang.Object
-
- com.google.cloud.assuredworkloads.v1.AssuredWorkloadsServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/assuredworkloads/v1/assuredworkloads.proto") public final class AssuredWorkloadsServiceGrpc extends Object
Service to manage AssuredWorkloads.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service AssuredWorkloadsService.static classAssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service AssuredWorkloadsService.static classAssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceImplBaseBase class for the server implementation of the service AssuredWorkloadsService.static classAssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceStubA stub to allow clients to do asynchronous rpc calls to service AssuredWorkloadsService.static interfaceAssuredWorkloadsServiceGrpc.AsyncServiceService to manage AssuredWorkloads.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(AssuredWorkloadsServiceGrpc.AsyncService service)static io.grpc.MethodDescriptor<AcknowledgeViolationRequest,AcknowledgeViolationResponse>getAcknowledgeViolationMethod()static io.grpc.MethodDescriptor<CreateWorkloadRequest,com.google.longrunning.Operation>getCreateWorkloadMethod()static io.grpc.MethodDescriptor<DeleteWorkloadRequest,com.google.protobuf.Empty>getDeleteWorkloadMethod()static io.grpc.MethodDescriptor<GetViolationRequest,Violation>getGetViolationMethod()static io.grpc.MethodDescriptor<GetWorkloadRequest,Workload>getGetWorkloadMethod()static io.grpc.MethodDescriptor<ListViolationsRequest,ListViolationsResponse>getListViolationsMethod()static io.grpc.MethodDescriptor<ListWorkloadsRequest,ListWorkloadsResponse>getListWorkloadsMethod()static io.grpc.MethodDescriptor<RestrictAllowedResourcesRequest,RestrictAllowedResourcesResponse>getRestrictAllowedResourcesMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateWorkloadRequest,Workload>getUpdateWorkloadMethod()static AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateWorkloadMethod
public static io.grpc.MethodDescriptor<CreateWorkloadRequest,com.google.longrunning.Operation> getCreateWorkloadMethod()
-
getUpdateWorkloadMethod
public static io.grpc.MethodDescriptor<UpdateWorkloadRequest,Workload> getUpdateWorkloadMethod()
-
getRestrictAllowedResourcesMethod
public static io.grpc.MethodDescriptor<RestrictAllowedResourcesRequest,RestrictAllowedResourcesResponse> getRestrictAllowedResourcesMethod()
-
getDeleteWorkloadMethod
public static io.grpc.MethodDescriptor<DeleteWorkloadRequest,com.google.protobuf.Empty> getDeleteWorkloadMethod()
-
getGetWorkloadMethod
public static io.grpc.MethodDescriptor<GetWorkloadRequest,Workload> getGetWorkloadMethod()
-
getListWorkloadsMethod
public static io.grpc.MethodDescriptor<ListWorkloadsRequest,ListWorkloadsResponse> getListWorkloadsMethod()
-
getListViolationsMethod
public static io.grpc.MethodDescriptor<ListViolationsRequest,ListViolationsResponse> getListViolationsMethod()
-
getGetViolationMethod
public static io.grpc.MethodDescriptor<GetViolationRequest,Violation> getGetViolationMethod()
-
getAcknowledgeViolationMethod
public static io.grpc.MethodDescriptor<AcknowledgeViolationRequest,AcknowledgeViolationResponse> getAcknowledgeViolationMethod()
-
newStub
public static AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceFutureStub 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(AssuredWorkloadsServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-