Class ApplicationServiceClientImpl
ApplicationService client wrapper implementation, for convenient use.
Inherited Members
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class ApplicationServiceClientImpl : ApplicationServiceClient
Remarks
Provides methods for handling Application objects.
Constructors
ApplicationServiceClientImpl(ApplicationServiceClient, ApplicationServiceSettings, ILogger)
Constructs a client wrapper for the ApplicationService service, with the specified gRPC client and settings.
Declaration
public ApplicationServiceClientImpl(ApplicationService.ApplicationServiceClient grpcClient, ApplicationServiceSettings settings, ILogger logger)
Parameters
| Type | Name | Description |
|---|---|---|
| ApplicationService.ApplicationServiceClient | grpcClient | The underlying gRPC client. |
| ApplicationServiceSettings | settings | The base ApplicationServiceSettings used within this client. |
| ILogger | logger | Optional ILogger to use within this client. |
Properties
GrpcClient
The underlying gRPC ApplicationService client
Declaration
public override ApplicationService.ApplicationServiceClient GrpcClient { get; }
Property Value
| Type | Description |
|---|---|
| ApplicationService.ApplicationServiceClient |
Overrides
Methods
BatchArchiveApplications(BatchArchiveApplicationsRequest, CallSettings)
/ API to batch archive Application objects.
Declaration
public override BatchArchiveApplicationsResponse BatchArchiveApplications(BatchArchiveApplicationsRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchArchiveApplicationsRequest | 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 |
|---|---|
| BatchArchiveApplicationsResponse | The RPC response. |
Overrides
BatchArchiveApplicationsAsync(BatchArchiveApplicationsRequest, CallSettings)
/ API to batch archive Application objects.
Declaration
public override Task<BatchArchiveApplicationsResponse> BatchArchiveApplicationsAsync(BatchArchiveApplicationsRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchArchiveApplicationsRequest | 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<BatchArchiveApplicationsResponse> | A Task containing the RPC response. |
Overrides
BatchCreateApplications(BatchCreateApplicationsRequest, CallSettings)
API to batch create Application objects.
Declaration
public override BatchCreateApplicationsResponse BatchCreateApplications(BatchCreateApplicationsRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateApplicationsRequest | 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 |
|---|---|
| BatchCreateApplicationsResponse | The RPC response. |
Overrides
BatchCreateApplicationsAsync(BatchCreateApplicationsRequest, CallSettings)
API to batch create Application objects.
Declaration
public override Task<BatchCreateApplicationsResponse> BatchCreateApplicationsAsync(BatchCreateApplicationsRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateApplicationsRequest | 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<BatchCreateApplicationsResponse> | A Task containing the RPC response. |
Overrides
BatchUnarchiveApplications(BatchUnarchiveApplicationsRequest, CallSettings)
/ API to batch unarchive Application objects.
Declaration
public override BatchUnarchiveApplicationsResponse BatchUnarchiveApplications(BatchUnarchiveApplicationsRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchUnarchiveApplicationsRequest | 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 |
|---|---|
| BatchUnarchiveApplicationsResponse | The RPC response. |
Overrides
BatchUnarchiveApplicationsAsync(BatchUnarchiveApplicationsRequest, CallSettings)
/ API to batch unarchive Application objects.
Declaration
public override Task<BatchUnarchiveApplicationsResponse> BatchUnarchiveApplicationsAsync(BatchUnarchiveApplicationsRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchUnarchiveApplicationsRequest | 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<BatchUnarchiveApplicationsResponse> | A Task containing the RPC response. |
Overrides
BatchUpdateApplications(BatchUpdateApplicationsRequest, CallSettings)
API to batch update Application objects.
Declaration
public override BatchUpdateApplicationsResponse BatchUpdateApplications(BatchUpdateApplicationsRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchUpdateApplicationsRequest | 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 |
|---|---|
| BatchUpdateApplicationsResponse | The RPC response. |
Overrides
BatchUpdateApplicationsAsync(BatchUpdateApplicationsRequest, CallSettings)
API to batch update Application objects.
Declaration
public override Task<BatchUpdateApplicationsResponse> BatchUpdateApplicationsAsync(BatchUpdateApplicationsRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchUpdateApplicationsRequest | 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<BatchUpdateApplicationsResponse> | A Task containing the RPC response. |
Overrides
CreateApplication(CreateApplicationRequest, CallSettings)
API to create a Application object.
Declaration
public override Application CreateApplication(CreateApplicationRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateApplicationRequest | 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 |
|---|---|
| Application | The RPC response. |
Overrides
CreateApplicationAsync(CreateApplicationRequest, CallSettings)
API to create a Application object.
Declaration
public override Task<Application> CreateApplicationAsync(CreateApplicationRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateApplicationRequest | 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<Application> | A Task containing the RPC response. |
Overrides
GetApplication(GetApplicationRequest, CallSettings)
API to retrieve a Application object.
Declaration
public override Application GetApplication(GetApplicationRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| GetApplicationRequest | 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 |
|---|---|
| Application | The RPC response. |
Overrides
GetApplicationAsync(GetApplicationRequest, CallSettings)
API to retrieve a Application object.
Declaration
public override Task<Application> GetApplicationAsync(GetApplicationRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| GetApplicationRequest | 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<Application> | A Task containing the RPC response. |
Overrides
ListApplications(ListApplicationsRequest, CallSettings)
API to retrieve a list of Application objects.
Declaration
public override PagedEnumerable<ListApplicationsResponse, Application> ListApplications(ListApplicationsRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ListApplicationsRequest | 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<ListApplicationsResponse, Application> | A pageable sequence of Application resources. |
Overrides
ListApplicationsAsync(ListApplicationsRequest, CallSettings)
API to retrieve a list of Application objects.
Declaration
public override PagedAsyncEnumerable<ListApplicationsResponse, Application> ListApplicationsAsync(ListApplicationsRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ListApplicationsRequest | 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<ListApplicationsResponse, Application> | A pageable asynchronous sequence of Application resources. |
Overrides
UpdateApplication(UpdateApplicationRequest, CallSettings)
API to update a Application object.
Declaration
public override Application UpdateApplication(UpdateApplicationRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateApplicationRequest | 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 |
|---|---|
| Application | The RPC response. |
Overrides
UpdateApplicationAsync(UpdateApplicationRequest, CallSettings)
API to update a Application object.
Declaration
public override Task<Application> UpdateApplicationAsync(UpdateApplicationRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateApplicationRequest | 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<Application> | A Task containing the RPC response. |