public sealed class ImageVersionsClientImpl : ImageVersionsClientImageVersions 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(ImageVersions.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 | ImageVersions.ImageVersionsClientThe underlying gRPC client. | 
| settings | ImageVersionsSettingsThe base ImageVersionsSettings used within this client. | 
| logger | ILoggerOptional ILogger to use within this client. | 
Properties
GrpcClient
public override ImageVersions.ImageVersionsClient GrpcClient { get; }The underlying gRPC ImageVersions client
| Property Value | |
|---|---|
| Type | Description | 
| ImageVersions.ImageVersionsClient | |
Methods
ListImageVersions(ListImageVersionsRequest, CallSettings)
public override PagedEnumerable<ListImageVersionsResponse, ImageVersion> ListImageVersions(ListImageVersionsRequest request, CallSettings callSettings = null)List ImageVersions for provided location.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListImageVersionsRequestThe request object containing all of the parameters for the API call. | 
| callSettings | CallSettingsIf not null, applies overrides to this RPC call. | 
| Returns | |
|---|---|
| Type | Description | 
| PagedEnumerable<ListImageVersionsResponse, ImageVersion> | 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 | ListImageVersionsRequestThe request object containing all of the parameters for the API call. | 
| callSettings | CallSettingsIf not null, applies overrides to this RPC call. | 
| Returns | |
|---|---|
| Type | Description | 
| PagedAsyncEnumerable<ListImageVersionsResponse, ImageVersion> | A pageable asynchronous sequence of ImageVersion resources. |