Cloud Composer v1 API - Class ImageVersions.ImageVersionsBase (2.7.0)

[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

Inheritance

object > ImageVersions.ImageVersionsBase

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

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
NameDescription
requestListImageVersionsRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskListImageVersionsResponse

The response to send back to the client (wrapped by a task).