public class CloudRun.Projects.Locations.Services.Revisions extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudRun.Projects.Locations.Services.Revisions.Delete |
class |
CloudRun.Projects.Locations.Services.Revisions.ExportStatus |
class |
CloudRun.Projects.Locations.Services.Revisions.Get |
class |
CloudRun.Projects.Locations.Services.Revisions.List |
| Constructor and Description |
|---|
Revisions() |
| Modifier and Type | Method and Description |
|---|---|
CloudRun.Projects.Locations.Services.Revisions.Delete |
delete(String name)
Deletes a Revision.
|
CloudRun.Projects.Locations.Services.Revisions.ExportStatus |
exportStatus(String name,
String operationId)
Read the status of an image export operation.
|
CloudRun.Projects.Locations.Services.Revisions.Get |
get(String name)
Gets information about a Revision.
|
CloudRun.Projects.Locations.Services.Revisions.List |
list(String parent)
Lists Revisions from a given Service, or from a given location.
|
public CloudRun.Projects.Locations.Services.Revisions.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the Revision to delete. Format:
projects/{project}/locations/{location}/services/{service}/revisions/{revision}IOExceptionpublic CloudRun.Projects.Locations.Services.Revisions.ExportStatus exportStatus(String name, String operationId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the resource of which image export operation status has to be fetched. 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 ExecutionoperationId - Required. The operation id returned from ExportImage.IOExceptionpublic CloudRun.Projects.Locations.Services.Revisions.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The full name of the Revision. Format:
projects/{project}/locations/{location}/services/{service}/revisions/{revision}IOExceptionpublic CloudRun.Projects.Locations.Services.Revisions.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The Service from which the Revisions should be listed. To list all Revisions across
Services, use "-" instead of Service name. Format:
projects/{project}/locations/{location}/services/{service}IOExceptionCopyright © 2011–2026 Google. All rights reserved.