Cloud Composer v1 API - Class ImageVersionsClientImpl (2.7.0)

public sealed class ImageVersionsClientImpl : ImageVersionsClient

Reference documentation and code samples for the Cloud Composer v1 API class ImageVersionsClientImpl.

ImageVersions client wrapper implementation, for convenient use.

Inheritance

object > ImageVersionsClient > ImageVersionsClientImpl

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Remarks

Readonly service to query available ImageVersions.

Constructors

ImageVersionsClientImpl(ImageVersionsClient, ImageVersionsSettings, ILogger)

public ImageVersionsClientImpl(ImageVersions.ImageVersionsClient grpcClient, ImageVersionsSettings settings, ILogger logger)

Constructs a client wrapper for the ImageVersions service, with the specified gRPC client and settings.

Parameters
NameDescription
grpcClientImageVersionsImageVersionsClient

The underlying gRPC client.

settingsImageVersionsSettings

The base ImageVersionsSettings used within this client.

loggerILogger

Optional ILogger to use within this client.

Properties

GrpcClient

public override ImageVersions.ImageVersionsClient GrpcClient { get; }

The underlying gRPC ImageVersions client

Property Value
TypeDescription
ImageVersionsImageVersionsClient
Overrides

Methods

ListImageVersions(ListImageVersionsRequest, CallSettings)

public override PagedEnumerable<ListImageVersionsResponse, ImageVersion> ListImageVersions(ListImageVersionsRequest request, CallSettings callSettings = null)

List ImageVersions for provided location.

Parameters
NameDescription
requestListImageVersionsRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedEnumerableListImageVersionsResponseImageVersion

A pageable sequence of ImageVersion resources.

Overrides

ListImageVersionsAsync(ListImageVersionsRequest, CallSettings)

public override PagedAsyncEnumerable<ListImageVersionsResponse, ImageVersion> ListImageVersionsAsync(ListImageVersionsRequest request, CallSettings callSettings = null)

List ImageVersions for provided location.

Parameters
NameDescription
requestListImageVersionsRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedAsyncEnumerableListImageVersionsResponseImageVersion

A pageable asynchronous sequence of ImageVersion resources.

Overrides