@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/osconfig/v1beta/osconfig_service.proto") public final class OsConfigServiceGrpc extends Object
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OsConfigServiceGrpc.AsyncService
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.
|
static class |
OsConfigServiceGrpc.OsConfigServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service OsConfigService.
|
static class |
OsConfigServiceGrpc.OsConfigServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service OsConfigService.
|
static class |
OsConfigServiceGrpc.OsConfigServiceImplBase
Base class for the server implementation of the service OsConfigService.
|
static class |
OsConfigServiceGrpc.OsConfigServiceStub
A stub to allow clients to do asynchronous rpc calls to service OsConfigService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<PatchJobs.ExecutePatchJobRequest,PatchJobs.PatchJob> getExecutePatchJobMethod()
public static io.grpc.MethodDescriptor<PatchJobs.GetPatchJobRequest,PatchJobs.PatchJob> getGetPatchJobMethod()
public static io.grpc.MethodDescriptor<PatchJobs.CancelPatchJobRequest,PatchJobs.PatchJob> getCancelPatchJobMethod()
public static io.grpc.MethodDescriptor<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse> getListPatchJobsMethod()
public static io.grpc.MethodDescriptor<PatchJobs.ListPatchJobInstanceDetailsRequest,PatchJobs.ListPatchJobInstanceDetailsResponse> getListPatchJobInstanceDetailsMethod()
public static io.grpc.MethodDescriptor<PatchDeployments.CreatePatchDeploymentRequest,PatchDeployments.PatchDeployment> getCreatePatchDeploymentMethod()
public static io.grpc.MethodDescriptor<PatchDeployments.GetPatchDeploymentRequest,PatchDeployments.PatchDeployment> getGetPatchDeploymentMethod()
public static io.grpc.MethodDescriptor<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse> getListPatchDeploymentsMethod()
public static io.grpc.MethodDescriptor<PatchDeployments.DeletePatchDeploymentRequest,com.google.protobuf.Empty> getDeletePatchDeploymentMethod()
public static io.grpc.MethodDescriptor<PatchDeployments.UpdatePatchDeploymentRequest,PatchDeployments.PatchDeployment> getUpdatePatchDeploymentMethod()
public static io.grpc.MethodDescriptor<PatchDeployments.PausePatchDeploymentRequest,PatchDeployments.PatchDeployment> getPausePatchDeploymentMethod()
public static io.grpc.MethodDescriptor<PatchDeployments.ResumePatchDeploymentRequest,PatchDeployments.PatchDeployment> getResumePatchDeploymentMethod()
public static io.grpc.MethodDescriptor<GuestPolicies.CreateGuestPolicyRequest,GuestPolicies.GuestPolicy> getCreateGuestPolicyMethod()
public static io.grpc.MethodDescriptor<GuestPolicies.GetGuestPolicyRequest,GuestPolicies.GuestPolicy> getGetGuestPolicyMethod()
public static io.grpc.MethodDescriptor<GuestPolicies.ListGuestPoliciesRequest,GuestPolicies.ListGuestPoliciesResponse> getListGuestPoliciesMethod()
public static io.grpc.MethodDescriptor<GuestPolicies.UpdateGuestPolicyRequest,GuestPolicies.GuestPolicy> getUpdateGuestPolicyMethod()
public static io.grpc.MethodDescriptor<GuestPolicies.DeleteGuestPolicyRequest,com.google.protobuf.Empty> getDeleteGuestPolicyMethod()
public static io.grpc.MethodDescriptor<GuestPolicies.LookupEffectiveGuestPolicyRequest,GuestPolicies.EffectiveGuestPolicy> getLookupEffectiveGuestPolicyMethod()
public static OsConfigServiceGrpc.OsConfigServiceStub newStub(io.grpc.Channel channel)
public static OsConfigServiceGrpc.OsConfigServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static OsConfigServiceGrpc.OsConfigServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(OsConfigServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.