@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/assuredworkloads/v1/assuredworkloads.proto") public final class AssuredWorkloadsServiceGrpc extends Object
Service to manage AssuredWorkloads.
| Modifier and Type | Class and Description |
|---|---|
static class |
AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service AssuredWorkloadsService.
|
static class |
AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service
AssuredWorkloadsService.
|
static class |
AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceImplBase
Base class for the server implementation of the service AssuredWorkloadsService.
|
static class |
AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceStub
A stub to allow clients to do asynchronous rpc calls to service AssuredWorkloadsService.
|
static interface |
AssuredWorkloadsServiceGrpc.AsyncService
Service to manage AssuredWorkloads.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(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.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateWorkloadRequest,Workload> |
getUpdateWorkloadMethod() |
static AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreateWorkloadRequest,com.google.longrunning.Operation> getCreateWorkloadMethod()
public static io.grpc.MethodDescriptor<UpdateWorkloadRequest,Workload> getUpdateWorkloadMethod()
public static io.grpc.MethodDescriptor<RestrictAllowedResourcesRequest,RestrictAllowedResourcesResponse> getRestrictAllowedResourcesMethod()
public static io.grpc.MethodDescriptor<DeleteWorkloadRequest,com.google.protobuf.Empty> getDeleteWorkloadMethod()
public static io.grpc.MethodDescriptor<GetWorkloadRequest,Workload> getGetWorkloadMethod()
public static io.grpc.MethodDescriptor<ListWorkloadsRequest,ListWorkloadsResponse> getListWorkloadsMethod()
public static io.grpc.MethodDescriptor<ListViolationsRequest,ListViolationsResponse> getListViolationsMethod()
public static io.grpc.MethodDescriptor<GetViolationRequest,Violation> getGetViolationMethod()
public static io.grpc.MethodDescriptor<AcknowledgeViolationRequest,AcknowledgeViolationResponse> getAcknowledgeViolationMethod()
public static AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceStub newStub(io.grpc.Channel channel)
public static AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(AssuredWorkloadsServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.