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 PatchJobName
PatchJobName.Builder. build()
static PatchJobName
PatchJobName. of(String project, String patchJob)
static PatchJobName
PatchJobName. 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.PatchJob
OsConfigServiceClient. getPatchJob(PatchJobName name)
Get the patch job.OsConfigServiceClient.ListPatchJobInstanceDetailsPagedResponse
OsConfigServiceClient. 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)
-