Class ImageVersions.ImageVersionsBase (2.0.0)

[BindServiceMethod(typeof(ImageVersions), "BindService")]
public abstract class 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
Task<ListImageVersionsResponse>

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