public class CloudRun.Projects.Locations extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudRun.Projects.Locations.Builds
The "builds" collection of methods.
|
class |
CloudRun.Projects.Locations.ExportImage |
class |
CloudRun.Projects.Locations.ExportImageMetadata |
class |
CloudRun.Projects.Locations.ExportMetadata |
class |
CloudRun.Projects.Locations.ExportProjectMetadata |
class |
CloudRun.Projects.Locations.Instances
The "instances" collection of methods.
|
class |
CloudRun.Projects.Locations.Jobs
The "jobs" collection of methods.
|
class |
CloudRun.Projects.Locations.Operations
The "operations" collection of methods.
|
class |
CloudRun.Projects.Locations.Services
The "services" collection of methods.
|
class |
CloudRun.Projects.Locations.WorkerPools
The "workerPools" collection of methods.
|
| Constructor and Description |
|---|
Locations() |
| Modifier and Type | Method and Description |
|---|---|
CloudRun.Projects.Locations.Builds |
builds()
An accessor for creating requests from the Builds collection.
|
CloudRun.Projects.Locations.ExportImage |
exportImage(String name,
GoogleCloudRunV2ExportImageRequest content)
Export image for a given resource.
|
CloudRun.Projects.Locations.ExportImageMetadata |
exportImageMetadata(String name)
Export image metadata for a given resource.
|
CloudRun.Projects.Locations.ExportMetadata |
exportMetadata(String name)
Export generated customer metadata for a given resource.
|
CloudRun.Projects.Locations.ExportProjectMetadata |
exportProjectMetadata(String name)
Export generated customer metadata for a given project.
|
CloudRun.Projects.Locations.Instances |
instances()
An accessor for creating requests from the Instances collection.
|
CloudRun.Projects.Locations.Jobs |
jobs()
An accessor for creating requests from the Jobs collection.
|
CloudRun.Projects.Locations.Operations |
operations()
An accessor for creating requests from the Operations collection.
|
CloudRun.Projects.Locations.Services |
services()
An accessor for creating requests from the Services collection.
|
CloudRun.Projects.Locations.WorkerPools |
workerPools()
An accessor for creating requests from the WorkerPools collection.
|
public CloudRun.Projects.Locations.ExportImage exportImage(String name, GoogleCloudRunV2ExportImageRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the resource of which image metadata should be exported. Format:
`projects/{project_id_or_number}/locations/{location}/services/{service}/revisions/{revisi
on}` for Revision
`projects/{project_id_or_number}/locations/{location}/jobs/{job}/executions/{execution}`
for Executioncontent - the GoogleCloudRunV2ExportImageRequestIOExceptionpublic CloudRun.Projects.Locations.ExportImageMetadata exportImageMetadata(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the resource of which image metadata should be exported. Format:
`projects/{project_id_or_number}/locations/{location}/services/{service}/revisions/{revisi
on}` for Revision
`projects/{project_id_or_number}/locations/{location}/jobs/{job}/executions/{execution}`
for ExecutionIOExceptionpublic CloudRun.Projects.Locations.ExportMetadata exportMetadata(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the resource of which metadata should be exported. Format:
`projects/{project_id_or_number}/locations/{location}/services/{service}` for Service `pro
jects/{project_id_or_number}/locations/{location}/services/{service}/revisions/{revision}`
for Revision
`projects/{project_id_or_number}/locations/{location}/jobs/{job}/executions/{execution}`
for Execution {project_id_or_number} may contains domain-scoped project IDsIOExceptionpublic CloudRun.Projects.Locations.ExportProjectMetadata exportProjectMetadata(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.name - Required. The name of the project of which metadata should be exported. Format:
`projects/{project_id_or_number}/locations/{location}` for Project in a given location.IOExceptionpublic CloudRun.Projects.Locations.Builds builds()
The typical use is:
CloudRun run = new CloudRun(...);CloudRun.Builds.List request = run.builds().list(parameters ...)
public CloudRun.Projects.Locations.Instances instances()
The typical use is:
CloudRun run = new CloudRun(...);CloudRun.Instances.List request = run.instances().list(parameters ...)
public CloudRun.Projects.Locations.Jobs jobs()
The typical use is:
CloudRun run = new CloudRun(...);CloudRun.Jobs.List request = run.jobs().list(parameters ...)
public CloudRun.Projects.Locations.Operations operations()
The typical use is:
CloudRun run = new CloudRun(...);CloudRun.Operations.List request = run.operations().list(parameters ...)
public CloudRun.Projects.Locations.Services services()
The typical use is:
CloudRun run = new CloudRun(...);CloudRun.Services.List request = run.services().list(parameters ...)
public CloudRun.Projects.Locations.WorkerPools workerPools()
The typical use is:
CloudRun run = new CloudRun(...);CloudRun.WorkerPools.List request = run.workerPools().list(parameters ...)
Copyright © 2011–2026 Google. All rights reserved.