@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/osconfig/v1/osconfig_zonal_service.proto") public final class OsConfigZonalServiceGrpc extends Object
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OsConfigZonalServiceGrpc.AsyncService
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.
|
static class |
OsConfigZonalServiceGrpc.OsConfigZonalServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service OsConfigZonalService.
|
static class |
OsConfigZonalServiceGrpc.OsConfigZonalServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service OsConfigZonalService.
|
static class |
OsConfigZonalServiceGrpc.OsConfigZonalServiceImplBase
Base class for the server implementation of the service OsConfigZonalService.
|
static class |
OsConfigZonalServiceGrpc.OsConfigZonalServiceStub
A stub to allow clients to do asynchronous rpc calls to service OsConfigZonalService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreateOSPolicyAssignmentRequest,com.google.longrunning.Operation> getCreateOSPolicyAssignmentMethod()
public static io.grpc.MethodDescriptor<UpdateOSPolicyAssignmentRequest,com.google.longrunning.Operation> getUpdateOSPolicyAssignmentMethod()
public static io.grpc.MethodDescriptor<GetOSPolicyAssignmentRequest,OSPolicyAssignment> getGetOSPolicyAssignmentMethod()
public static io.grpc.MethodDescriptor<ListOSPolicyAssignmentsRequest,ListOSPolicyAssignmentsResponse> getListOSPolicyAssignmentsMethod()
public static io.grpc.MethodDescriptor<ListOSPolicyAssignmentRevisionsRequest,ListOSPolicyAssignmentRevisionsResponse> getListOSPolicyAssignmentRevisionsMethod()
public static io.grpc.MethodDescriptor<DeleteOSPolicyAssignmentRequest,com.google.longrunning.Operation> getDeleteOSPolicyAssignmentMethod()
public static io.grpc.MethodDescriptor<GetOSPolicyAssignmentReportRequest,OSPolicyAssignmentReport> getGetOSPolicyAssignmentReportMethod()
public static io.grpc.MethodDescriptor<ListOSPolicyAssignmentReportsRequest,ListOSPolicyAssignmentReportsResponse> getListOSPolicyAssignmentReportsMethod()
public static io.grpc.MethodDescriptor<GetInventoryRequest,Inventory> getGetInventoryMethod()
public static io.grpc.MethodDescriptor<ListInventoriesRequest,ListInventoriesResponse> getListInventoriesMethod()
public static io.grpc.MethodDescriptor<GetVulnerabilityReportRequest,VulnerabilityReport> getGetVulnerabilityReportMethod()
public static io.grpc.MethodDescriptor<ListVulnerabilityReportsRequest,ListVulnerabilityReportsResponse> getListVulnerabilityReportsMethod()
public static OsConfigZonalServiceGrpc.OsConfigZonalServiceStub newStub(io.grpc.Channel channel)
public static OsConfigZonalServiceGrpc.OsConfigZonalServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static OsConfigZonalServiceGrpc.OsConfigZonalServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(OsConfigZonalServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.