Class OsConfigServiceStub (2.5.1)

public abstract class OsConfigServiceStub implements BackgroundResource

Base stub class for the OsConfigService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > OsConfigServiceStub

Implements

BackgroundResource

Constructors

OsConfigServiceStub()

public OsConfigServiceStub()

Methods

cancelPatchJobCallable()

public UnaryCallable<PatchJobs.CancelPatchJobRequest,PatchJobs.PatchJob> cancelPatchJobCallable()
Returns
TypeDescription
UnaryCallable<CancelPatchJobRequest,PatchJob>

close()

public abstract void close()

createPatchDeploymentCallable()

public UnaryCallable<PatchDeployments.CreatePatchDeploymentRequest,PatchDeployments.PatchDeployment> createPatchDeploymentCallable()
Returns
TypeDescription
UnaryCallable<CreatePatchDeploymentRequest,PatchDeployment>

deletePatchDeploymentCallable()

public UnaryCallable<PatchDeployments.DeletePatchDeploymentRequest,Empty> deletePatchDeploymentCallable()
Returns
TypeDescription
UnaryCallable<DeletePatchDeploymentRequest,Empty>

executePatchJobCallable()

public UnaryCallable<PatchJobs.ExecutePatchJobRequest,PatchJobs.PatchJob> executePatchJobCallable()
Returns
TypeDescription
UnaryCallable<ExecutePatchJobRequest,PatchJob>

getPatchDeploymentCallable()

public UnaryCallable<PatchDeployments.GetPatchDeploymentRequest,PatchDeployments.PatchDeployment> getPatchDeploymentCallable()
Returns
TypeDescription
UnaryCallable<GetPatchDeploymentRequest,PatchDeployment>

getPatchJobCallable()

public UnaryCallable<PatchJobs.GetPatchJobRequest,PatchJobs.PatchJob> getPatchJobCallable()
Returns
TypeDescription
UnaryCallable<GetPatchJobRequest,PatchJob>

listPatchDeploymentsCallable()

public UnaryCallable<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse> listPatchDeploymentsCallable()
Returns
TypeDescription
UnaryCallable<ListPatchDeploymentsRequest,ListPatchDeploymentsResponse>

listPatchDeploymentsPagedCallable()

public UnaryCallable<PatchDeployments.ListPatchDeploymentsRequest,OsConfigServiceClient.ListPatchDeploymentsPagedResponse> listPatchDeploymentsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListPatchDeploymentsRequest,ListPatchDeploymentsPagedResponse>

listPatchJobInstanceDetailsCallable()

public UnaryCallable<PatchJobs.ListPatchJobInstanceDetailsRequest,PatchJobs.ListPatchJobInstanceDetailsResponse> listPatchJobInstanceDetailsCallable()
Returns
TypeDescription
UnaryCallable<ListPatchJobInstanceDetailsRequest,ListPatchJobInstanceDetailsResponse>

listPatchJobInstanceDetailsPagedCallable()

public UnaryCallable<PatchJobs.ListPatchJobInstanceDetailsRequest,OsConfigServiceClient.ListPatchJobInstanceDetailsPagedResponse> listPatchJobInstanceDetailsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListPatchJobInstanceDetailsRequest,ListPatchJobInstanceDetailsPagedResponse>

listPatchJobsCallable()

public UnaryCallable<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse> listPatchJobsCallable()
Returns
TypeDescription
UnaryCallable<ListPatchJobsRequest,ListPatchJobsResponse>

listPatchJobsPagedCallable()

public UnaryCallable<PatchJobs.ListPatchJobsRequest,OsConfigServiceClient.ListPatchJobsPagedResponse> listPatchJobsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListPatchJobsRequest,ListPatchJobsPagedResponse>

pausePatchDeploymentCallable()

public UnaryCallable<PatchDeployments.PausePatchDeploymentRequest,PatchDeployments.PatchDeployment> pausePatchDeploymentCallable()
Returns
TypeDescription
UnaryCallable<PausePatchDeploymentRequest,PatchDeployment>

resumePatchDeploymentCallable()

public UnaryCallable<PatchDeployments.ResumePatchDeploymentRequest,PatchDeployments.PatchDeployment> resumePatchDeploymentCallable()
Returns
TypeDescription
UnaryCallable<ResumePatchDeploymentRequest,PatchDeployment>

updatePatchDeploymentCallable()

public UnaryCallable<PatchDeployments.UpdatePatchDeploymentRequest,PatchDeployments.PatchDeployment> updatePatchDeploymentCallable()
Returns
TypeDescription
UnaryCallable<UpdatePatchDeploymentRequest,PatchDeployment>