Class OperatingSystemVersionServiceClientImpl
OperatingSystemVersionService client wrapper implementation, for convenient use.
Inherited Members
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class OperatingSystemVersionServiceClientImpl : OperatingSystemVersionServiceClient
Remarks
Provides methods for handling OperatingSystemVersion objects.
Constructors
OperatingSystemVersionServiceClientImpl(OperatingSystemVersionServiceClient, OperatingSystemVersionServiceSettings, ILogger)
Constructs a client wrapper for the OperatingSystemVersionService service, with the specified gRPC client and settings.
Declaration
public OperatingSystemVersionServiceClientImpl(OperatingSystemVersionService.OperatingSystemVersionServiceClient grpcClient, OperatingSystemVersionServiceSettings settings, ILogger logger)
Parameters
| Type | Name | Description |
|---|---|---|
| OperatingSystemVersionService.OperatingSystemVersionServiceClient | grpcClient | The underlying gRPC client. |
| OperatingSystemVersionServiceSettings | settings | The base OperatingSystemVersionServiceSettings used within this client. |
| ILogger | logger | Optional ILogger to use within this client. |
Properties
GrpcClient
The underlying gRPC OperatingSystemVersionService client
Declaration
public override OperatingSystemVersionService.OperatingSystemVersionServiceClient GrpcClient { get; }
Property Value
| Type | Description |
|---|---|
| OperatingSystemVersionService.OperatingSystemVersionServiceClient |
Overrides
Methods
GetOperatingSystemVersion(GetOperatingSystemVersionRequest, CallSettings)
API to retrieve a OperatingSystemVersion object.
Declaration
public override OperatingSystemVersion GetOperatingSystemVersion(GetOperatingSystemVersionRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| GetOperatingSystemVersionRequest | request | 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 |
|---|---|
| OperatingSystemVersion | The RPC response. |
Overrides
GetOperatingSystemVersionAsync(GetOperatingSystemVersionRequest, CallSettings)
API to retrieve a OperatingSystemVersion object.
Declaration
public override Task<OperatingSystemVersion> GetOperatingSystemVersionAsync(GetOperatingSystemVersionRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| GetOperatingSystemVersionRequest | request | 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 |
|---|---|
| Task<OperatingSystemVersion> | A Task containing the RPC response. |
Overrides
ListOperatingSystemVersions(ListOperatingSystemVersionsRequest, CallSettings)
API to retrieve a list of OperatingSystemVersion objects.
Declaration
public override PagedEnumerable<ListOperatingSystemVersionsResponse, OperatingSystemVersion> ListOperatingSystemVersions(ListOperatingSystemVersionsRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ListOperatingSystemVersionsRequest | request | 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 |
|---|---|
| PagedEnumerable<ListOperatingSystemVersionsResponse, OperatingSystemVersion> | A pageable sequence of OperatingSystemVersion resources. |
Overrides
ListOperatingSystemVersionsAsync(ListOperatingSystemVersionsRequest, CallSettings)
API to retrieve a list of OperatingSystemVersion objects.
Declaration
public override PagedAsyncEnumerable<ListOperatingSystemVersionsResponse, OperatingSystemVersion> ListOperatingSystemVersionsAsync(ListOperatingSystemVersionsRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ListOperatingSystemVersionsRequest | request | 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 |
|---|---|
| PagedAsyncEnumerable<ListOperatingSystemVersionsResponse, OperatingSystemVersion> | A pageable asynchronous sequence of OperatingSystemVersion resources. |