Class AssuredWorkloadsServiceGrpc
- java.lang.Object
-
- com.google.cloud.assuredworkloads.v1beta1.AssuredWorkloadsServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/assuredworkloads/v1beta1/assuredworkloads_service.proto") public final class AssuredWorkloadsServiceGrpc extends Object
Service to manage AssuredWorkloads.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(AssuredWorkloadsServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<AnalyzeWorkloadMoveRequest,AnalyzeWorkloadMoveResponse>
getAnalyzeWorkloadMoveMethod()
static io.grpc.MethodDescriptor<CreateWorkloadRequest,com.google.longrunning.Operation>
getCreateWorkloadMethod()
static io.grpc.MethodDescriptor<DeleteWorkloadRequest,com.google.protobuf.Empty>
getDeleteWorkloadMethod()
static io.grpc.MethodDescriptor<GetWorkloadRequest,Workload>
getGetWorkloadMethod()
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 servicestatic AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceStub
newStub(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()
-
getAnalyzeWorkloadMoveMethod
public static io.grpc.MethodDescriptor<AnalyzeWorkloadMoveRequest,AnalyzeWorkloadMoveResponse> getAnalyzeWorkloadMoveMethod()
-
getListWorkloadsMethod
public static io.grpc.MethodDescriptor<ListWorkloadsRequest,ListWorkloadsResponse> getListWorkloadsMethod()
-
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()
-
-