target.apidocs.com.google.api.services.run.v1.CloudRun.Projects.Locations.html Maven / Gradle / Ivy
CloudRun.Projects.Locations (Cloud Run Admin API v1-rev20221016-2.0.0)
com.google.api.services.run.v1
Class CloudRun.Projects.Locations
- java.lang.Object
-
- com.google.api.services.run.v1.CloudRun.Projects.Locations
-
- Enclosing class:
- CloudRun.Projects
public class CloudRun.Projects.Locations
extends Object
The "locations" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
CloudRun.Projects.Locations.Authorizeddomains
The "authorizeddomains" collection of methods.
class
CloudRun.Projects.Locations.Configurations
The "configurations" collection of methods.
class
CloudRun.Projects.Locations.Domainmappings
The "domainmappings" collection of methods.
class
CloudRun.Projects.Locations.Jobs
The "jobs" collection of methods.
class
CloudRun.Projects.Locations.List
class
CloudRun.Projects.Locations.Revisions
The "revisions" collection of methods.
class
CloudRun.Projects.Locations.Routes
The "routes" collection of methods.
class
CloudRun.Projects.Locations.Services
The "services" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Locations()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
CloudRun.Projects.Locations.Authorizeddomains
authorizeddomains()
An accessor for creating requests from the Authorizeddomains collection.
CloudRun.Projects.Locations.Configurations
configurations()
An accessor for creating requests from the Configurations collection.
CloudRun.Projects.Locations.Domainmappings
domainmappings()
An accessor for creating requests from the Domainmappings collection.
CloudRun.Projects.Locations.Jobs
jobs()
An accessor for creating requests from the Jobs collection.
CloudRun.Projects.Locations.List
list(String name)
Lists information about the supported locations for this service.
CloudRun.Projects.Locations.Revisions
revisions()
An accessor for creating requests from the Revisions collection.
CloudRun.Projects.Locations.Routes
routes()
An accessor for creating requests from the Routes collection.
CloudRun.Projects.Locations.Services
services()
An accessor for creating requests from the Services collection.
-
-
Method Detail
-
list
public CloudRun.Projects.Locations.List list(String name)
throws IOException
Lists information about the supported locations for this service.
Create a request for the method "locations.list".
This request holds the parameters needed by the run server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- The resource that owns the locations collection, if applicable.
- Returns:
- the request
- Throws:
IOException
-
authorizeddomains
public CloudRun.Projects.Locations.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
-
configurations
public CloudRun.Projects.Locations.Configurations configurations()
An accessor for creating requests from the Configurations collection.
The typical use is:
CloudRun run = new CloudRun(...);
CloudRun.Configurations.List request = run.configurations().list(parameters ...)
- Returns:
- the resource collection
-
domainmappings
public CloudRun.Projects.Locations.Domainmappings domainmappings()
An accessor for creating requests from the Domainmappings collection.
The typical use is:
CloudRun run = new CloudRun(...);
CloudRun.Domainmappings.List request = run.domainmappings().list(parameters ...)
- Returns:
- the resource collection
-
jobs
public CloudRun.Projects.Locations.Jobs jobs()
An accessor for creating requests from the Jobs collection.
The typical use is:
CloudRun run = new CloudRun(...);
CloudRun.Jobs.List request = run.jobs().list(parameters ...)
- Returns:
- the resource collection
-
revisions
public CloudRun.Projects.Locations.Revisions revisions()
An accessor for creating requests from the Revisions collection.
The typical use is:
CloudRun run = new CloudRun(...);
CloudRun.Revisions.List request = run.revisions().list(parameters ...)
- Returns:
- the resource collection
-
routes
public CloudRun.Projects.Locations.Routes routes()
An accessor for creating requests from the Routes collection.
The typical use is:
CloudRun run = new CloudRun(...);
CloudRun.Routes.List request = run.routes().list(parameters ...)
- Returns:
- the resource collection
-
services
public CloudRun.Projects.Locations.Services services()
An accessor for creating requests from the Services collection.
The typical use is:
CloudRun run = new CloudRun(...);
CloudRun.Services.List request = run.services().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy