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