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