Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RevisionsResource

The "revisions" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.RevisionsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRun.v1
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class ProjectsResource.LocationsResource.RevisionsResource

Constructors

RevisionsResource(IClientService)

Constructs a new resource.

Declaration
public RevisionsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Delete(string)

Delete a revision.

Declaration
public virtual ProjectsResource.LocationsResource.RevisionsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string 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
Type Description
ProjectsResource.LocationsResource.RevisionsResource.DeleteRequest

Get(string)

Get information about a revision.

Declaration
public virtual ProjectsResource.LocationsResource.RevisionsResource.GetRequest Get(string name)
Parameters
Type Name Description
string 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
Type Description
ProjectsResource.LocationsResource.RevisionsResource.GetRequest

List(string)

List revisions. Results are sorted by creation time, descending.

Declaration
public virtual ProjectsResource.LocationsResource.RevisionsResource.ListRequest List(string parent)
Parameters
Type Name Description
string 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
Type Description
ProjectsResource.LocationsResource.RevisionsResource.ListRequest
In this article
Back to top Generated by DocFX