target.apidocs.com.google.api.services.osconfig.v1.OSConfig.Projects.html Maven / Gradle / Ivy
The newest version!
OSConfig.Projects (OS Config API v1-rev20240901-2.0.0)
com.google.api.services.osconfig.v1
Class OSConfig.Projects
- java.lang.Object
-
- com.google.api.services.osconfig.v1.OSConfig.Projects
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
OSConfig.Projects.Locations
The "locations" collection of methods.
class
OSConfig.Projects.PatchDeployments
The "patchDeployments" collection of methods.
class
OSConfig.Projects.PatchJobs
The "patchJobs" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Projects()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
OSConfig.Projects.Locations
locations()
An accessor for creating requests from the Locations collection.
OSConfig.Projects.PatchDeployments
patchDeployments()
An accessor for creating requests from the PatchDeployments collection.
OSConfig.Projects.PatchJobs
patchJobs()
An accessor for creating requests from the PatchJobs collection.
-
-
Method Detail
-
locations
public OSConfig.Projects.Locations locations()
An accessor for creating requests from the Locations collection.
The typical use is:
OSConfig osconfig = new OSConfig(...);
OSConfig.Locations.List request = osconfig.locations().list(parameters ...)
- Returns:
- the resource collection
-
patchDeployments
public OSConfig.Projects.PatchDeployments patchDeployments()
An accessor for creating requests from the PatchDeployments collection.
The typical use is:
OSConfig osconfig = new OSConfig(...);
OSConfig.PatchDeployments.List request = osconfig.patchDeployments().list(parameters ...)
- Returns:
- the resource collection
-
patchJobs
public OSConfig.Projects.PatchJobs patchJobs()
An accessor for creating requests from the PatchJobs collection.
The typical use is:
OSConfig osconfig = new OSConfig(...);
OSConfig.PatchJobs.List request = osconfig.patchJobs().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.