Show / Hide Table of Contents

Class NamespacesResource.RevisionsResource

The "revisions" collection of methods.

Inheritance
System.Object
NamespacesResource.RevisionsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudRun.v1alpha1
Assembly: Google.Apis.CloudRun.v1alpha1.dll
Syntax
public class RevisionsResource

Constructors

RevisionsResource(IClientService)

Constructs a new resource.

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

Methods

Delete(String)

Rpc to delete a revision.

Declaration
public virtual NamespacesResource.RevisionsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
System.String name

The name of the revision being deleted. If needed, replace {namespace_id} with the project ID.

Returns
Type Description
NamespacesResource.RevisionsResource.DeleteRequest

Get(String)

Rpc to get information about a revision.

Declaration
public virtual NamespacesResource.RevisionsResource.GetRequest Get(string name)
Parameters
Type Name Description
System.String name

The name of the revision being retrieved. If needed, replace {namespace_id} with the project ID.

Returns
Type Description
NamespacesResource.RevisionsResource.GetRequest

List(String)

Rpc to list revisions.

Declaration
public virtual NamespacesResource.RevisionsResource.ListRequest List(string parent)
Parameters
Type Name Description
System.String parent

The project ID or project number from which the revisions should be listed.

Returns
Type Description
NamespacesResource.RevisionsResource.ListRequest
Back to top