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.
Namespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
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 | |
---|---|
Name | Description |
grpcClient | ImageVersionsImageVersionsClient The underlying gRPC client. |
settings | ImageVersionsSettings The base ImageVersionsSettings used within this client. |
logger | ILogger Optional ILogger to use within this client. |
Properties
GrpcClient
public override ImageVersions.ImageVersionsClient GrpcClient { get; }
The underlying gRPC ImageVersions client
Property Value | |
---|---|
Type | Description |
ImageVersionsImageVersionsClient |
Methods
ListImageVersions(ListImageVersionsRequest, CallSettings)
public override PagedEnumerable<ListImageVersionsResponse, ImageVersion> ListImageVersions(ListImageVersionsRequest request, CallSettings callSettings = null)
List ImageVersions for provided location.
Parameters | |
---|---|
Name | Description |
request | ListImageVersionsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerableListImageVersionsResponseImageVersion | A pageable sequence of ImageVersion resources. |
ListImageVersionsAsync(ListImageVersionsRequest, CallSettings)
public override PagedAsyncEnumerable<ListImageVersionsResponse, ImageVersion> ListImageVersionsAsync(ListImageVersionsRequest request, CallSettings callSettings = null)
List ImageVersions for provided location.
Parameters | |
---|---|
Name | Description |
request | ListImageVersionsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerableListImageVersionsResponseImageVersion | A pageable asynchronous sequence of ImageVersion resources. |