Class OsConfigZonalServiceGrpc.OsConfigZonalServiceImplBase
- java.lang.Object
-
- com.google.cloud.osconfig.v1alpha.OsConfigZonalServiceGrpc.OsConfigZonalServiceImplBase
-
- All Implemented Interfaces:
OsConfigZonalServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- OsConfigZonalServiceGrpc
public abstract static class OsConfigZonalServiceGrpc.OsConfigZonalServiceImplBase extends Object implements io.grpc.BindableService, OsConfigZonalServiceGrpc.AsyncService
Base class for the server implementation of the service OsConfigZonalService.Zonal OS Config API The OS Config service is the server-side component that allows users to manage package installations and patch jobs for Compute Engine VM instances.
-
-
Constructor Summary
Constructors Constructor Description OsConfigZonalServiceImplBase()
-
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.v1alpha.OsConfigZonalServiceGrpc.AsyncService
createOSPolicyAssignment, deleteOSPolicyAssignment, getInstanceOSPoliciesCompliance, getInventory, getOSPolicyAssignment, getOSPolicyAssignmentReport, getVulnerabilityReport, listInstanceOSPoliciesCompliances, listInventories, listOSPolicyAssignmentReports, listOSPolicyAssignmentRevisions, listOSPolicyAssignments, listVulnerabilityReports, updateOSPolicyAssignment
-
-