
target.apidocs.com.google.api.services.containeranalysis.v1.ContainerAnalysis.Projects.Locations.html Maven / Gradle / Ivy
ContainerAnalysis.Projects.Locations (Container Analysis API v1-rev20240924-2.0.0)
com.google.api.services.containeranalysis.v1
Class ContainerAnalysis.Projects.Locations
- java.lang.Object
-
- com.google.api.services.containeranalysis.v1.ContainerAnalysis.Projects.Locations
-
- Enclosing class:
- ContainerAnalysis.Projects
public class ContainerAnalysis.Projects.Locations
extends Object
The "locations" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
ContainerAnalysis.Projects.Locations.Notes
The "notes" collection of methods.
class
ContainerAnalysis.Projects.Locations.Occurrences
The "occurrences" collection of methods.
class
ContainerAnalysis.Projects.Locations.Resources
The "resources" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Locations()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
ContainerAnalysis.Projects.Locations.Notes
notes()
An accessor for creating requests from the Notes collection.
ContainerAnalysis.Projects.Locations.Occurrences
occurrences()
An accessor for creating requests from the Occurrences collection.
ContainerAnalysis.Projects.Locations.Resources
resources()
An accessor for creating requests from the Resources collection.
-
-
Method Detail
-
notes
public ContainerAnalysis.Projects.Locations.Notes notes()
An accessor for creating requests from the Notes collection.
The typical use is:
ContainerAnalysis containeranalysis = new ContainerAnalysis(...);
ContainerAnalysis.Notes.List request = containeranalysis.notes().list(parameters ...)
- Returns:
- the resource collection
-
occurrences
public ContainerAnalysis.Projects.Locations.Occurrences occurrences()
An accessor for creating requests from the Occurrences collection.
The typical use is:
ContainerAnalysis containeranalysis = new ContainerAnalysis(...);
ContainerAnalysis.Occurrences.List request = containeranalysis.occurrences().list(parameters ...)
- Returns:
- the resource collection
-
resources
public ContainerAnalysis.Projects.Locations.Resources resources()
An accessor for creating requests from the Resources collection.
The typical use is:
ContainerAnalysis containeranalysis = new ContainerAnalysis(...);
ContainerAnalysis.Resources.List request = containeranalysis.resources().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy