target.apidocs.com.google.api.services.run.v1.CloudRun.Projects.html Maven / Gradle / Ivy
CloudRun.Projects (Cloud Run Admin API v1-rev20240731-2.0.0)
com.google.api.services.run.v1
Class CloudRun.Projects
- java.lang.Object
-
- com.google.api.services.run.v1.CloudRun.Projects
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
CloudRun.Projects.Authorizeddomains
The "authorizeddomains" collection of methods.
class
CloudRun.Projects.Locations
The "locations" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Projects()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
CloudRun.Projects.Authorizeddomains
authorizeddomains()
An accessor for creating requests from the Authorizeddomains collection.
CloudRun.Projects.Locations
locations()
An accessor for creating requests from the Locations collection.
-
-
Method Detail
-
authorizeddomains
public CloudRun.Projects.Authorizeddomains authorizeddomains()
An accessor for creating requests from the Authorizeddomains collection.
The typical use is:
CloudRun run = new CloudRun(...);
CloudRun.Authorizeddomains.List request = run.authorizeddomains().list(parameters ...)
- Returns:
- the resource collection
-
locations
public CloudRun.Projects.Locations locations()
An accessor for creating requests from the Locations collection.
The typical use is:
CloudRun run = new CloudRun(...);
CloudRun.Locations.List request = run.locations().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy