[BindServiceMethod(typeof(ImageVersions), "BindService")]
public abstract class ImageVersions.ImageVersionsBase
Reference documentation and code samples for the Cloud Composer v1 API class ImageVersions.ImageVersionsBase.
Base class for server-side implementations of ImageVersions
Namespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Methods
ListImageVersions(ListImageVersionsRequest, ServerCallContext)
public virtual Task<ListImageVersionsResponse> ListImageVersions(ListImageVersionsRequest request, ServerCallContext context)
List ImageVersions for provided location.
Parameters | |
---|---|
Name | Description |
request |
ListImageVersionsRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskListImageVersionsResponse |
The response to send back to the client (wrapped by a task). |