Class ChildPublisherServiceClientImpl
ChildPublisherService client wrapper implementation, for convenient use.
Inherited Members
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class ChildPublisherServiceClientImpl : ChildPublisherServiceClient
Remarks
Provides methods for handling [ChildPublisher][google.ads.admanager.v1.ChildPublisher] objects.
Constructors
ChildPublisherServiceClientImpl(ChildPublisherServiceClient, ChildPublisherServiceSettings, ILogger)
Constructs a client wrapper for the ChildPublisherService service, with the specified gRPC client and settings.
Declaration
public ChildPublisherServiceClientImpl(ChildPublisherService.ChildPublisherServiceClient grpcClient, ChildPublisherServiceSettings settings, ILogger logger)
Parameters
| Type | Name | Description |
|---|---|---|
| ChildPublisherService.ChildPublisherServiceClient | grpcClient | The underlying gRPC client. |
| ChildPublisherServiceSettings | settings | The base ChildPublisherServiceSettings used within this client. |
| ILogger | logger | Optional ILogger to use within this client. |
Properties
GrpcClient
The underlying gRPC ChildPublisherService client
Declaration
public override ChildPublisherService.ChildPublisherServiceClient GrpcClient { get; }
Property Value
| Type | Description |
|---|---|
| ChildPublisherService.ChildPublisherServiceClient |
Overrides
Methods
BatchCreateChildPublishers(BatchCreateChildPublishersRequest, CallSettings)
Creates [ChildPublisher][google.ads.admanager.v1.ChildPublisher] objects.
Declaration
public override BatchCreateChildPublishersResponse BatchCreateChildPublishers(BatchCreateChildPublishersRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateChildPublishersRequest | 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 |
|---|---|
| BatchCreateChildPublishersResponse | The RPC response. |
Overrides
BatchCreateChildPublishersAsync(BatchCreateChildPublishersRequest, CallSettings)
Creates [ChildPublisher][google.ads.admanager.v1.ChildPublisher] objects.
Declaration
public override Task<BatchCreateChildPublishersResponse> BatchCreateChildPublishersAsync(BatchCreateChildPublishersRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateChildPublishersRequest | 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<BatchCreateChildPublishersResponse> | A Task containing the RPC response. |
Overrides
BatchUpdateChildPublishers(BatchUpdateChildPublishersRequest, CallSettings)
Batch updates [ChildPublisher][google.ads.admanager.v1.ChildPublisher] objects.
Declaration
public override BatchUpdateChildPublishersResponse BatchUpdateChildPublishers(BatchUpdateChildPublishersRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchUpdateChildPublishersRequest | 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 |
|---|---|
| BatchUpdateChildPublishersResponse | The RPC response. |
Overrides
BatchUpdateChildPublishersAsync(BatchUpdateChildPublishersRequest, CallSettings)
Batch updates [ChildPublisher][google.ads.admanager.v1.ChildPublisher] objects.
Declaration
public override Task<BatchUpdateChildPublishersResponse> BatchUpdateChildPublishersAsync(BatchUpdateChildPublishersRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchUpdateChildPublishersRequest | 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<BatchUpdateChildPublishersResponse> | A Task containing the RPC response. |
Overrides
CreateChildPublisher(CreateChildPublisherRequest, CallSettings)
Creates a [ChildPublisher][google.ads.admanager.v1.ChildPublisher] object.
Declaration
public override ChildPublisher CreateChildPublisher(CreateChildPublisherRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateChildPublisherRequest | 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 |
|---|---|
| ChildPublisher | The RPC response. |
Overrides
CreateChildPublisherAsync(CreateChildPublisherRequest, CallSettings)
Creates a [ChildPublisher][google.ads.admanager.v1.ChildPublisher] object.
Declaration
public override Task<ChildPublisher> CreateChildPublisherAsync(CreateChildPublisherRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateChildPublisherRequest | 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<ChildPublisher> | A Task containing the RPC response. |
Overrides
GetChildPublisher(GetChildPublisherRequest, CallSettings)
Retrieves a [ChildPublisher][google.ads.admanager.v1.ChildPublisher] object.
Declaration
public override ChildPublisher GetChildPublisher(GetChildPublisherRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| GetChildPublisherRequest | 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 |
|---|---|
| ChildPublisher | The RPC response. |
Overrides
GetChildPublisherAsync(GetChildPublisherRequest, CallSettings)
Retrieves a [ChildPublisher][google.ads.admanager.v1.ChildPublisher] object.
Declaration
public override Task<ChildPublisher> GetChildPublisherAsync(GetChildPublisherRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| GetChildPublisherRequest | 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<ChildPublisher> | A Task containing the RPC response. |
Overrides
ListChildPublishers(ListChildPublishersRequest, CallSettings)
Lists [ChildPublisher][google.ads.admanager.v1.ChildPublisher] objects.
Declaration
public override PagedEnumerable<ListChildPublishersResponse, ChildPublisher> ListChildPublishers(ListChildPublishersRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ListChildPublishersRequest | 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<ListChildPublishersResponse, ChildPublisher> | A pageable sequence of ChildPublisher resources. |
Overrides
ListChildPublishersAsync(ListChildPublishersRequest, CallSettings)
Lists [ChildPublisher][google.ads.admanager.v1.ChildPublisher] objects.
Declaration
public override PagedAsyncEnumerable<ListChildPublishersResponse, ChildPublisher> ListChildPublishersAsync(ListChildPublishersRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ListChildPublishersRequest | 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<ListChildPublishersResponse, ChildPublisher> | A pageable asynchronous sequence of ChildPublisher resources. |
Overrides
UpdateChildPublisher(UpdateChildPublisherRequest, CallSettings)
Updates a [ChildPublisher][google.ads.admanager.v1.ChildPublisher] object.
Declaration
public override ChildPublisher UpdateChildPublisher(UpdateChildPublisherRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateChildPublisherRequest | 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 |
|---|---|
| ChildPublisher | The RPC response. |
Overrides
UpdateChildPublisherAsync(UpdateChildPublisherRequest, CallSettings)
Updates a [ChildPublisher][google.ads.admanager.v1.ChildPublisher] object.
Declaration
public override Task<ChildPublisher> UpdateChildPublisherAsync(UpdateChildPublisherRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateChildPublisherRequest | 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<ChildPublisher> | A Task containing the RPC response. |