Package com.google.cloud.osconfig.v1beta
Class OsConfigServiceGrpc.OsConfigServiceImplBase
- java.lang.Object
-
- com.google.cloud.osconfig.v1beta.OsConfigServiceGrpc.OsConfigServiceImplBase
-
- All Implemented Interfaces:
OsConfigServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- OsConfigServiceGrpc
public abstract static class OsConfigServiceGrpc.OsConfigServiceImplBase extends Object implements io.grpc.BindableService, OsConfigServiceGrpc.AsyncService
Base class for the server implementation of the service OsConfigService.OS Config API The OS Config service is a server-side component that you can use to manage package installations and patch jobs for virtual machine instances.
-
-
Constructor Summary
Constructors Constructor Description OsConfigServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.osconfig.v1beta.OsConfigServiceGrpc.AsyncService
cancelPatchJob, createGuestPolicy, createPatchDeployment, deleteGuestPolicy, deletePatchDeployment, executePatchJob, getGuestPolicy, getPatchDeployment, getPatchJob, listGuestPolicies, listPatchDeployments, listPatchJobInstanceDetails, listPatchJobs, lookupEffectiveGuestPolicy, pausePatchDeployment, resumePatchDeployment, updateGuestPolicy, updatePatchDeployment
-
-