target.apidocs.com.google.api.services.run.v1.CloudRun.Projects.Locations.Revisions.html Maven / Gradle / Ivy
CloudRun.Projects.Locations.Revisions (Cloud Run Admin API v1-rev20221016-2.0.0)
com.google.api.services.run.v1
Class CloudRun.Projects.Locations.Revisions
- java.lang.Object
-
- com.google.api.services.run.v1.CloudRun.Projects.Locations.Revisions
-
- Enclosing class:
- CloudRun.Projects.Locations
public class CloudRun.Projects.Locations.Revisions
extends Object
The "revisions" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
CloudRun.Projects.Locations.Revisions.Delete
class
CloudRun.Projects.Locations.Revisions.Get
class
CloudRun.Projects.Locations.Revisions.List
-
Constructor Summary
Constructors
Constructor and Description
Revisions()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
CloudRun.Projects.Locations.Revisions.Delete
delete(String name)
Delete a revision.
CloudRun.Projects.Locations.Revisions.Get
get(String name)
Get information about a revision.
CloudRun.Projects.Locations.Revisions.List
list(String parent)
List revisions.
-
-
Method Detail
-
delete
public CloudRun.Projects.Locations.Revisions.Delete delete(String name)
throws IOException
Delete a revision.
Create a request for the method "revisions.delete".
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 name of the revision to delete. For Cloud Run (fully managed), replace {namespace} with the
project ID or number. It takes the form namespaces/{namespace}. For example:
namespaces/PROJECT_ID
- Returns:
- the request
- Throws:
IOException
-
get
public CloudRun.Projects.Locations.Revisions.Get get(String name)
throws IOException
Get information about a revision.
Create a request for the method "revisions.get".
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 name of the revision to retrieve. For Cloud Run (fully managed), replace {namespace} with the
project ID or number. It takes the form namespaces/{namespace}. For example:
namespaces/PROJECT_ID
- Returns:
- the request
- Throws:
IOException
-
list
public CloudRun.Projects.Locations.Revisions.List list(String parent)
throws IOException
List revisions.
Create a request for the method "revisions.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:
parent
- The namespace from which the revisions should be listed. For Cloud Run (fully managed), replace
{namespace} with the project ID or number. It takes the form namespaces/{namespace}. For
example: namespaces/PROJECT_ID
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy