[BindServiceMethod(typeof(Revisions), "BindService")]
public abstract class RevisionsBaseBase class for server-side implementations of Revisions
Namespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Methods
DeleteRevision(DeleteRevisionRequest, ServerCallContext)
public virtual Task<Operation> DeleteRevision(DeleteRevisionRequest request, ServerCallContext context)Delete a Revision.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRevisionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation> |
The response to send back to the client (wrapped by a task). |
GetRevision(GetRevisionRequest, ServerCallContext)
public virtual Task<Revision> GetRevision(GetRevisionRequest request, ServerCallContext context)Gets information about a Revision.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRevisionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Revision> |
The response to send back to the client (wrapped by a task). |
ListRevisions(ListRevisionsRequest, ServerCallContext)
public virtual Task<ListRevisionsResponse> ListRevisions(ListRevisionsRequest request, ServerCallContext context)List Revisions from a given Service, or from a given location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRevisionsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<ListRevisionsResponse> |
The response to send back to the client (wrapped by a task). |