Package com.google.cloud.osconfig.v1
Class OsConfigServiceGrpc
- java.lang.Object
-
- com.google.cloud.osconfig.v1.OsConfigServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/osconfig/v1/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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.
-
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
-
getExecutePatchJobMethod
public static io.grpc.MethodDescriptor<PatchJobs.ExecutePatchJobRequest,PatchJobs.PatchJob> getExecutePatchJobMethod()
-
getGetPatchJobMethod
public static io.grpc.MethodDescriptor<PatchJobs.GetPatchJobRequest,PatchJobs.PatchJob> getGetPatchJobMethod()
-
getCancelPatchJobMethod
public static io.grpc.MethodDescriptor<PatchJobs.CancelPatchJobRequest,PatchJobs.PatchJob> getCancelPatchJobMethod()
-
getListPatchJobsMethod
public static io.grpc.MethodDescriptor<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse> getListPatchJobsMethod()
-
getListPatchJobInstanceDetailsMethod
public static io.grpc.MethodDescriptor<PatchJobs.ListPatchJobInstanceDetailsRequest,PatchJobs.ListPatchJobInstanceDetailsResponse> getListPatchJobInstanceDetailsMethod()
-
getCreatePatchDeploymentMethod
public static io.grpc.MethodDescriptor<PatchDeployments.CreatePatchDeploymentRequest,PatchDeployments.PatchDeployment> getCreatePatchDeploymentMethod()
-
getGetPatchDeploymentMethod
public static io.grpc.MethodDescriptor<PatchDeployments.GetPatchDeploymentRequest,PatchDeployments.PatchDeployment> getGetPatchDeploymentMethod()
-
getListPatchDeploymentsMethod
public static io.grpc.MethodDescriptor<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse> getListPatchDeploymentsMethod()
-
getDeletePatchDeploymentMethod
public static io.grpc.MethodDescriptor<PatchDeployments.DeletePatchDeploymentRequest,com.google.protobuf.Empty> getDeletePatchDeploymentMethod()
-
getUpdatePatchDeploymentMethod
public static io.grpc.MethodDescriptor<PatchDeployments.UpdatePatchDeploymentRequest,PatchDeployments.PatchDeployment> getUpdatePatchDeploymentMethod()
-
getPausePatchDeploymentMethod
public static io.grpc.MethodDescriptor<PatchDeployments.PausePatchDeploymentRequest,PatchDeployments.PatchDeployment> getPausePatchDeploymentMethod()
-
getResumePatchDeploymentMethod
public static io.grpc.MethodDescriptor<PatchDeployments.ResumePatchDeploymentRequest,PatchDeployments.PatchDeployment> getResumePatchDeploymentMethod()
-
newStub
public static OsConfigServiceGrpc.OsConfigServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static OsConfigServiceGrpc.OsConfigServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static OsConfigServiceGrpc.OsConfigServiceFutureStub 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(OsConfigServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-