target.apidocs.com.google.api.services.run.v2.CloudRun.Projects.Locations.html Maven / Gradle / Ivy
CloudRun.Projects.Locations (Cloud Run Admin API v2-rev20241025-2.0.0)
com.google.api.services.run.v2
Class CloudRun.Projects.Locations
- java.lang.Object
-
- com.google.api.services.run.v2.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.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.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.
-
Constructor Summary
Constructors
Constructor and Description
Locations()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.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.
-
-
Method Detail
-
exportImage
public CloudRun.Projects.Locations.ExportImage exportImage(String name,
GoogleCloudRunV2ExportImageRequest content)
throws IOException
Export image for a given resource.
Create a request for the method "locations.exportImage".
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
- 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 Execution
content
- the GoogleCloudRunV2ExportImageRequest
- Returns:
- the request
- Throws:
IOException
-
exportImageMetadata
public CloudRun.Projects.Locations.ExportImageMetadata exportImageMetadata(String name)
throws IOException
Export image metadata for a given resource.
Create a request for the method "locations.exportImageMetadata".
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
- 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 Execution
- Returns:
- the request
- Throws:
IOException
-
exportMetadata
public CloudRun.Projects.Locations.ExportMetadata exportMetadata(String name)
throws IOException
Export generated customer metadata for a given resource.
Create a request for the method "locations.exportMetadata".
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
- 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
- Returns:
- the request
- Throws:
IOException
-
exportProjectMetadata
public CloudRun.Projects.Locations.ExportProjectMetadata exportProjectMetadata(String name)
throws IOException
Export generated customer metadata for a given project.
Create a request for the method "locations.exportProjectMetadata".
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
- 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.
- Returns:
- the request
- Throws:
IOException
-
builds
public CloudRun.Projects.Locations.Builds builds()
An accessor for creating requests from the Builds collection.
The typical use is:
CloudRun run = new CloudRun(...);
CloudRun.Builds.List request = run.builds().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
-
operations
public CloudRun.Projects.Locations.Operations operations()
An accessor for creating requests from the Operations collection.
The typical use is:
CloudRun run = new CloudRun(...);
CloudRun.Operations.List request = run.operations().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–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy