target.apidocs.com.google.api.services.containeranalysis.v1.ContainerAnalysis.Projects.html Maven / Gradle / Ivy
The newest version!
ContainerAnalysis.Projects (Container Analysis API v1-rev20240924-2.0.0)
com.google.api.services.containeranalysis.v1
Class ContainerAnalysis.Projects
- java.lang.Object
-
- com.google.api.services.containeranalysis.v1.ContainerAnalysis.Projects
-
- Enclosing class:
- ContainerAnalysis
public class ContainerAnalysis.Projects
extends Object
The "projects" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
ContainerAnalysis.Projects.Locations
The "locations" collection of methods.
class
ContainerAnalysis.Projects.Notes
The "notes" collection of methods.
class
ContainerAnalysis.Projects.Occurrences
The "occurrences" collection of methods.
class
ContainerAnalysis.Projects.Resources
The "resources" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Projects()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
ContainerAnalysis.Projects.Locations
locations()
An accessor for creating requests from the Locations collection.
ContainerAnalysis.Projects.Notes
notes()
An accessor for creating requests from the Notes collection.
ContainerAnalysis.Projects.Occurrences
occurrences()
An accessor for creating requests from the Occurrences collection.
ContainerAnalysis.Projects.Resources
resources()
An accessor for creating requests from the Resources collection.
-
-
Method Detail
-
locations
public ContainerAnalysis.Projects.Locations locations()
An accessor for creating requests from the Locations collection.
The typical use is:
ContainerAnalysis containeranalysis = new ContainerAnalysis(...);
ContainerAnalysis.Locations.List request = containeranalysis.locations().list(parameters ...)
- Returns:
- the resource collection
-
notes
public ContainerAnalysis.Projects.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.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.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