Package com.google.cloud.osconfig.v1
Class OsConfigZonalServiceGrpc
- java.lang.Object
-
- com.google.cloud.osconfig.v1.OsConfigZonalServiceGrpc
-
@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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateOSPolicyAssignmentMethod
public static io.grpc.MethodDescriptor<CreateOSPolicyAssignmentRequest,com.google.longrunning.Operation> getCreateOSPolicyAssignmentMethod()
-
getUpdateOSPolicyAssignmentMethod
public static io.grpc.MethodDescriptor<UpdateOSPolicyAssignmentRequest,com.google.longrunning.Operation> getUpdateOSPolicyAssignmentMethod()
-
getGetOSPolicyAssignmentMethod
public static io.grpc.MethodDescriptor<GetOSPolicyAssignmentRequest,OSPolicyAssignment> getGetOSPolicyAssignmentMethod()
-
getListOSPolicyAssignmentsMethod
public static io.grpc.MethodDescriptor<ListOSPolicyAssignmentsRequest,ListOSPolicyAssignmentsResponse> getListOSPolicyAssignmentsMethod()
-
getListOSPolicyAssignmentRevisionsMethod
public static io.grpc.MethodDescriptor<ListOSPolicyAssignmentRevisionsRequest,ListOSPolicyAssignmentRevisionsResponse> getListOSPolicyAssignmentRevisionsMethod()
-
getDeleteOSPolicyAssignmentMethod
public static io.grpc.MethodDescriptor<DeleteOSPolicyAssignmentRequest,com.google.longrunning.Operation> getDeleteOSPolicyAssignmentMethod()
-
getGetOSPolicyAssignmentReportMethod
public static io.grpc.MethodDescriptor<GetOSPolicyAssignmentReportRequest,OSPolicyAssignmentReport> getGetOSPolicyAssignmentReportMethod()
-
getListOSPolicyAssignmentReportsMethod
public static io.grpc.MethodDescriptor<ListOSPolicyAssignmentReportsRequest,ListOSPolicyAssignmentReportsResponse> getListOSPolicyAssignmentReportsMethod()
-
getGetInventoryMethod
public static io.grpc.MethodDescriptor<GetInventoryRequest,Inventory> getGetInventoryMethod()
-
getListInventoriesMethod
public static io.grpc.MethodDescriptor<ListInventoriesRequest,ListInventoriesResponse> getListInventoriesMethod()
-
getGetVulnerabilityReportMethod
public static io.grpc.MethodDescriptor<GetVulnerabilityReportRequest,VulnerabilityReport> getGetVulnerabilityReportMethod()
-
getListVulnerabilityReportsMethod
public static io.grpc.MethodDescriptor<ListVulnerabilityReportsRequest,ListVulnerabilityReportsResponse> getListVulnerabilityReportsMethod()
-
newStub
public static OsConfigZonalServiceGrpc.OsConfigZonalServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static OsConfigZonalServiceGrpc.OsConfigZonalServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static OsConfigZonalServiceGrpc.OsConfigZonalServiceFutureStub 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(OsConfigZonalServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-