Class AssuredWorkloadsServiceStub
- java.lang.Object
-
- com.google.cloud.assuredworkloads.v1beta1.stub.AssuredWorkloadsServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcAssuredWorkloadsServiceStub
,HttpJsonAssuredWorkloadsServiceStub
@BetaApi @Generated("by gapic-generator-java") public abstract class AssuredWorkloadsServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the AssuredWorkloadsService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description AssuredWorkloadsServiceStub()
-
Method Summary
-
-
-
Method Detail
-
getOperationsStub
public com.google.longrunning.stub.OperationsStub getOperationsStub()
-
getHttpJsonOperationsStub
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub()
-
createWorkloadOperationCallable
public com.google.api.gax.rpc.OperationCallable<CreateWorkloadRequest,Workload,CreateWorkloadOperationMetadata> createWorkloadOperationCallable()
-
createWorkloadCallable
public com.google.api.gax.rpc.UnaryCallable<CreateWorkloadRequest,com.google.longrunning.Operation> createWorkloadCallable()
-
updateWorkloadCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateWorkloadRequest,Workload> updateWorkloadCallable()
-
restrictAllowedResourcesCallable
public com.google.api.gax.rpc.UnaryCallable<RestrictAllowedResourcesRequest,RestrictAllowedResourcesResponse> restrictAllowedResourcesCallable()
-
deleteWorkloadCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteWorkloadRequest,com.google.protobuf.Empty> deleteWorkloadCallable()
-
getWorkloadCallable
public com.google.api.gax.rpc.UnaryCallable<GetWorkloadRequest,Workload> getWorkloadCallable()
-
analyzeWorkloadMoveCallable
public com.google.api.gax.rpc.UnaryCallable<AnalyzeWorkloadMoveRequest,AnalyzeWorkloadMoveResponse> analyzeWorkloadMoveCallable()
-
listWorkloadsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListWorkloadsRequest,AssuredWorkloadsServiceClient.ListWorkloadsPagedResponse> listWorkloadsPagedCallable()
-
listWorkloadsCallable
public com.google.api.gax.rpc.UnaryCallable<ListWorkloadsRequest,ListWorkloadsResponse> listWorkloadsCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-