target.apidocs.com.google.api.services.run.v1.CloudRun.Namespaces.html Maven / Gradle / Ivy
CloudRun.Namespaces (Cloud Run Admin API v1-rev20221016-2.0.0)
com.google.api.services.run.v1
Class CloudRun.Namespaces
- java.lang.Object
-
- com.google.api.services.run.v1.CloudRun.Namespaces
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
CloudRun.Namespaces.Authorizeddomains
The "authorizeddomains" collection of methods.
class
CloudRun.Namespaces.Configurations
The "configurations" collection of methods.
class
CloudRun.Namespaces.Domainmappings
The "domainmappings" collection of methods.
class
CloudRun.Namespaces.Executions
The "executions" collection of methods.
class
CloudRun.Namespaces.Jobs
The "jobs" collection of methods.
class
CloudRun.Namespaces.Revisions
The "revisions" collection of methods.
class
CloudRun.Namespaces.Routes
The "routes" collection of methods.
class
CloudRun.Namespaces.Services
The "services" collection of methods.
class
CloudRun.Namespaces.Tasks
The "tasks" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Namespaces()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
CloudRun.Namespaces.Authorizeddomains
authorizeddomains()
An accessor for creating requests from the Authorizeddomains collection.
CloudRun.Namespaces.Configurations
configurations()
An accessor for creating requests from the Configurations collection.
CloudRun.Namespaces.Domainmappings
domainmappings()
An accessor for creating requests from the Domainmappings collection.
CloudRun.Namespaces.Executions
executions()
An accessor for creating requests from the Executions collection.
CloudRun.Namespaces.Jobs
jobs()
An accessor for creating requests from the Jobs collection.
CloudRun.Namespaces.Revisions
revisions()
An accessor for creating requests from the Revisions collection.
CloudRun.Namespaces.Routes
routes()
An accessor for creating requests from the Routes collection.
CloudRun.Namespaces.Services
services()
An accessor for creating requests from the Services collection.
CloudRun.Namespaces.Tasks
tasks()
An accessor for creating requests from the Tasks collection.
-
-
Method Detail
-
authorizeddomains
public CloudRun.Namespaces.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.Namespaces.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.Namespaces.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
-
executions
public CloudRun.Namespaces.Executions executions()
An accessor for creating requests from the Executions collection.
The typical use is:
CloudRun run = new CloudRun(...);
CloudRun.Executions.List request = run.executions().list(parameters ...)
- Returns:
- the resource collection
-
jobs
public CloudRun.Namespaces.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.Namespaces.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.Namespaces.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.Namespaces.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
-
tasks
public CloudRun.Namespaces.Tasks tasks()
An accessor for creating requests from the Tasks collection.
The typical use is:
CloudRun run = new CloudRun(...);
CloudRun.Tasks.List request = run.tasks().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy