Uses of Class
com.google.cloud.osconfig.v1.OsConfigServiceClient.ListPatchJobsPagedResponse
-
Packages that use OsConfigServiceClient.ListPatchJobsPagedResponse Package Description com.google.cloud.osconfig.v1 A client to OS Config APIcom.google.cloud.osconfig.v1.stub -
-
Uses of OsConfigServiceClient.ListPatchJobsPagedResponse in com.google.cloud.osconfig.v1
Methods in com.google.cloud.osconfig.v1 that return OsConfigServiceClient.ListPatchJobsPagedResponse Modifier and Type Method Description OsConfigServiceClient.ListPatchJobsPagedResponse
OsConfigServiceClient. listPatchJobs(PatchJobs.ListPatchJobsRequest request)
Get a list of patch jobs.OsConfigServiceClient.ListPatchJobsPagedResponse
OsConfigServiceClient. listPatchJobs(ProjectName parent)
Get a list of patch jobs.OsConfigServiceClient.ListPatchJobsPagedResponse
OsConfigServiceClient. listPatchJobs(String parent)
Get a list of patch jobs.Methods in com.google.cloud.osconfig.v1 that return types with arguments of type OsConfigServiceClient.ListPatchJobsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<OsConfigServiceClient.ListPatchJobsPagedResponse>
OsConfigServiceClient.ListPatchJobsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,PatchJobs.PatchJob> context, com.google.api.core.ApiFuture<PatchJobs.ListPatchJobsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<PatchJobs.ListPatchJobsRequest,OsConfigServiceClient.ListPatchJobsPagedResponse>
OsConfigServiceClient. listPatchJobsPagedCallable()
Get a list of patch jobs.com.google.api.gax.rpc.PagedCallSettings.Builder<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,OsConfigServiceClient.ListPatchJobsPagedResponse>
OsConfigServiceSettings.Builder. listPatchJobsSettings()
Returns the builder for the settings used for calls to listPatchJobs.com.google.api.gax.rpc.PagedCallSettings<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,OsConfigServiceClient.ListPatchJobsPagedResponse>
OsConfigServiceSettings. listPatchJobsSettings()
Returns the object with the settings used for calls to listPatchJobs. -
Uses of OsConfigServiceClient.ListPatchJobsPagedResponse in com.google.cloud.osconfig.v1.stub
-