Uses of Class
com.google.cloud.osconfig.v1.PatchJobName
-
Packages that use PatchJobName Package Description com.google.cloud.osconfig.v1 A client to OS Config API -
-
Uses of PatchJobName in com.google.cloud.osconfig.v1
Methods in com.google.cloud.osconfig.v1 that return PatchJobName Modifier and Type Method Description PatchJobNamePatchJobName.Builder. build()static PatchJobNamePatchJobName. of(String project, String patchJob)static PatchJobNamePatchJobName. parse(String formattedString)Methods in com.google.cloud.osconfig.v1 that return types with arguments of type PatchJobName Modifier and Type Method Description static List<PatchJobName>PatchJobName. parseList(List<String> formattedStrings)Methods in com.google.cloud.osconfig.v1 with parameters of type PatchJobName Modifier and Type Method Description PatchJobs.PatchJobOsConfigServiceClient. getPatchJob(PatchJobName name)Get the patch job.OsConfigServiceClient.ListPatchJobInstanceDetailsPagedResponseOsConfigServiceClient. listPatchJobInstanceDetails(PatchJobName parent)Get a list of instance details for a given patch job.Method parameters in com.google.cloud.osconfig.v1 with type arguments of type PatchJobName Modifier and Type Method Description static List<String>PatchJobName. toStringList(List<PatchJobName> values)
-