Class NamespacesResource.RevisionsResource
The "revisions" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudRun.v1
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class NamespacesResource.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 NamespacesResource.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 |
|---|---|
| NamespacesResource.RevisionsResource.DeleteRequest |
Get(string)
Get information about a revision.
Declaration
public virtual NamespacesResource.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 |
|---|---|
| NamespacesResource.RevisionsResource.GetRequest |
List(string)
List revisions. Results are sorted by creation time, descending.
Declaration
public virtual NamespacesResource.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 |
|---|---|
| NamespacesResource.RevisionsResource.ListRequest |