Show / Hide Table of Contents

Class CreativeWrapperServiceClientImpl

CreativeWrapperService client wrapper implementation, for convenient use.

Inheritance
object
CreativeWrapperServiceClient
CreativeWrapperServiceClientImpl
Inherited Members
CreativeWrapperServiceClient.DefaultEndpoint
CreativeWrapperServiceClient.DefaultScopes
CreativeWrapperServiceClient.ServiceMetadata
CreativeWrapperServiceClient.CreateAsync(CancellationToken)
CreativeWrapperServiceClient.Create()
CreativeWrapperServiceClient.ShutdownDefaultChannelsAsync()
CreativeWrapperServiceClient.GetCreativeWrapperAsync(GetCreativeWrapperRequest, CancellationToken)
CreativeWrapperServiceClient.GetCreativeWrapper(string, CallSettings)
CreativeWrapperServiceClient.GetCreativeWrapperAsync(string, CallSettings)
CreativeWrapperServiceClient.GetCreativeWrapperAsync(string, CancellationToken)
CreativeWrapperServiceClient.GetCreativeWrapper(CreativeWrapperName, CallSettings)
CreativeWrapperServiceClient.GetCreativeWrapperAsync(CreativeWrapperName, CallSettings)
CreativeWrapperServiceClient.GetCreativeWrapperAsync(CreativeWrapperName, CancellationToken)
CreativeWrapperServiceClient.ListCreativeWrappers(string, string, int?, CallSettings)
CreativeWrapperServiceClient.ListCreativeWrappersAsync(string, string, int?, CallSettings)
CreativeWrapperServiceClient.ListCreativeWrappers(NetworkName, string, int?, CallSettings)
CreativeWrapperServiceClient.ListCreativeWrappersAsync(NetworkName, string, int?, CallSettings)
CreativeWrapperServiceClient.CreateCreativeWrapperAsync(CreateCreativeWrapperRequest, CancellationToken)
CreativeWrapperServiceClient.CreateCreativeWrapper(string, CreativeWrapper, CallSettings)
CreativeWrapperServiceClient.CreateCreativeWrapperAsync(string, CreativeWrapper, CallSettings)
CreativeWrapperServiceClient.CreateCreativeWrapperAsync(string, CreativeWrapper, CancellationToken)
CreativeWrapperServiceClient.CreateCreativeWrapper(NetworkName, CreativeWrapper, CallSettings)
CreativeWrapperServiceClient.CreateCreativeWrapperAsync(NetworkName, CreativeWrapper, CallSettings)
CreativeWrapperServiceClient.CreateCreativeWrapperAsync(NetworkName, CreativeWrapper, CancellationToken)
CreativeWrapperServiceClient.BatchCreateCreativeWrappersAsync(BatchCreateCreativeWrappersRequest, CancellationToken)
CreativeWrapperServiceClient.BatchCreateCreativeWrappers(string, IEnumerable<CreateCreativeWrapperRequest>, CallSettings)
CreativeWrapperServiceClient.BatchCreateCreativeWrappersAsync(string, IEnumerable<CreateCreativeWrapperRequest>, CallSettings)
CreativeWrapperServiceClient.BatchCreateCreativeWrappersAsync(string, IEnumerable<CreateCreativeWrapperRequest>, CancellationToken)
CreativeWrapperServiceClient.BatchCreateCreativeWrappers(NetworkName, IEnumerable<CreateCreativeWrapperRequest>, CallSettings)
CreativeWrapperServiceClient.BatchCreateCreativeWrappersAsync(NetworkName, IEnumerable<CreateCreativeWrapperRequest>, CallSettings)
CreativeWrapperServiceClient.BatchCreateCreativeWrappersAsync(NetworkName, IEnumerable<CreateCreativeWrapperRequest>, CancellationToken)
CreativeWrapperServiceClient.UpdateCreativeWrapperAsync(UpdateCreativeWrapperRequest, CancellationToken)
CreativeWrapperServiceClient.UpdateCreativeWrapper(CreativeWrapper, FieldMask, CallSettings)
CreativeWrapperServiceClient.UpdateCreativeWrapperAsync(CreativeWrapper, FieldMask, CallSettings)
CreativeWrapperServiceClient.UpdateCreativeWrapperAsync(CreativeWrapper, FieldMask, CancellationToken)
CreativeWrapperServiceClient.BatchUpdateCreativeWrappersAsync(BatchUpdateCreativeWrappersRequest, CancellationToken)
CreativeWrapperServiceClient.BatchUpdateCreativeWrappers(string, IEnumerable<UpdateCreativeWrapperRequest>, CallSettings)
CreativeWrapperServiceClient.BatchUpdateCreativeWrappersAsync(string, IEnumerable<UpdateCreativeWrapperRequest>, CallSettings)
CreativeWrapperServiceClient.BatchUpdateCreativeWrappersAsync(string, IEnumerable<UpdateCreativeWrapperRequest>, CancellationToken)
CreativeWrapperServiceClient.BatchUpdateCreativeWrappers(NetworkName, IEnumerable<UpdateCreativeWrapperRequest>, CallSettings)
CreativeWrapperServiceClient.BatchUpdateCreativeWrappersAsync(NetworkName, IEnumerable<UpdateCreativeWrapperRequest>, CallSettings)
CreativeWrapperServiceClient.BatchUpdateCreativeWrappersAsync(NetworkName, IEnumerable<UpdateCreativeWrapperRequest>, CancellationToken)
CreativeWrapperServiceClient.BatchActivateCreativeWrappersAsync(BatchActivateCreativeWrappersRequest, CancellationToken)
CreativeWrapperServiceClient.BatchActivateCreativeWrappers(string, IEnumerable<string>, CallSettings)
CreativeWrapperServiceClient.BatchActivateCreativeWrappersAsync(string, IEnumerable<string>, CallSettings)
CreativeWrapperServiceClient.BatchActivateCreativeWrappersAsync(string, IEnumerable<string>, CancellationToken)
CreativeWrapperServiceClient.BatchActivateCreativeWrappers(NetworkName, IEnumerable<CreativeWrapperName>, CallSettings)
CreativeWrapperServiceClient.BatchActivateCreativeWrappersAsync(NetworkName, IEnumerable<CreativeWrapperName>, CallSettings)
CreativeWrapperServiceClient.BatchActivateCreativeWrappersAsync(NetworkName, IEnumerable<CreativeWrapperName>, CancellationToken)
CreativeWrapperServiceClient.BatchDeactivateCreativeWrappersAsync(BatchDeactivateCreativeWrappersRequest, CancellationToken)
CreativeWrapperServiceClient.BatchDeactivateCreativeWrappers(string, IEnumerable<string>, CallSettings)
CreativeWrapperServiceClient.BatchDeactivateCreativeWrappersAsync(string, IEnumerable<string>, CallSettings)
CreativeWrapperServiceClient.BatchDeactivateCreativeWrappersAsync(string, IEnumerable<string>, CancellationToken)
CreativeWrapperServiceClient.BatchDeactivateCreativeWrappers(NetworkName, IEnumerable<CreativeWrapperName>, CallSettings)
CreativeWrapperServiceClient.BatchDeactivateCreativeWrappersAsync(NetworkName, IEnumerable<CreativeWrapperName>, CallSettings)
CreativeWrapperServiceClient.BatchDeactivateCreativeWrappersAsync(NetworkName, IEnumerable<CreativeWrapperName>, CancellationToken)
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class CreativeWrapperServiceClientImpl : CreativeWrapperServiceClient
Remarks

Provides methods for handling CreativeWrapper objects.

Constructors

CreativeWrapperServiceClientImpl(CreativeWrapperServiceClient, CreativeWrapperServiceSettings, ILogger)

Constructs a client wrapper for the CreativeWrapperService service, with the specified gRPC client and settings.

Declaration
public CreativeWrapperServiceClientImpl(CreativeWrapperService.CreativeWrapperServiceClient grpcClient, CreativeWrapperServiceSettings settings, ILogger logger)
Parameters
Type Name Description
CreativeWrapperService.CreativeWrapperServiceClient grpcClient

The underlying gRPC client.

CreativeWrapperServiceSettings settings

The base CreativeWrapperServiceSettings used within this client.

ILogger logger

Optional ILogger to use within this client.

Properties

GrpcClient

The underlying gRPC CreativeWrapperService client

Declaration
public override CreativeWrapperService.CreativeWrapperServiceClient GrpcClient { get; }
Property Value
Type Description
CreativeWrapperService.CreativeWrapperServiceClient
Overrides
CreativeWrapperServiceClient.GrpcClient

Methods

BatchActivateCreativeWrappers(BatchActivateCreativeWrappersRequest, CallSettings)

Batch activates CreativeWrapper objects.

Declaration
public override BatchActivateCreativeWrappersResponse BatchActivateCreativeWrappers(BatchActivateCreativeWrappersRequest request, CallSettings callSettings = null)
Parameters
Type Name Description
BatchActivateCreativeWrappersRequest 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
BatchActivateCreativeWrappersResponse

The RPC response.

Overrides
CreativeWrapperServiceClient.BatchActivateCreativeWrappers(BatchActivateCreativeWrappersRequest, CallSettings)

BatchActivateCreativeWrappersAsync(BatchActivateCreativeWrappersRequest, CallSettings)

Batch activates CreativeWrapper objects.

Declaration
public override Task<BatchActivateCreativeWrappersResponse> BatchActivateCreativeWrappersAsync(BatchActivateCreativeWrappersRequest request, CallSettings callSettings = null)
Parameters
Type Name Description
BatchActivateCreativeWrappersRequest 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<BatchActivateCreativeWrappersResponse>

A Task containing the RPC response.

Overrides
CreativeWrapperServiceClient.BatchActivateCreativeWrappersAsync(BatchActivateCreativeWrappersRequest, CallSettings)

BatchCreateCreativeWrappers(BatchCreateCreativeWrappersRequest, CallSettings)

Creates CreativeWrapper objects.

Declaration
public override BatchCreateCreativeWrappersResponse BatchCreateCreativeWrappers(BatchCreateCreativeWrappersRequest request, CallSettings callSettings = null)
Parameters
Type Name Description
BatchCreateCreativeWrappersRequest 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
BatchCreateCreativeWrappersResponse

The RPC response.

Overrides
CreativeWrapperServiceClient.BatchCreateCreativeWrappers(BatchCreateCreativeWrappersRequest, CallSettings)

BatchCreateCreativeWrappersAsync(BatchCreateCreativeWrappersRequest, CallSettings)

Creates CreativeWrapper objects.

Declaration
public override Task<BatchCreateCreativeWrappersResponse> BatchCreateCreativeWrappersAsync(BatchCreateCreativeWrappersRequest request, CallSettings callSettings = null)
Parameters
Type Name Description
BatchCreateCreativeWrappersRequest 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<BatchCreateCreativeWrappersResponse>

A Task containing the RPC response.

Overrides
CreativeWrapperServiceClient.BatchCreateCreativeWrappersAsync(BatchCreateCreativeWrappersRequest, CallSettings)

BatchDeactivateCreativeWrappers(BatchDeactivateCreativeWrappersRequest, CallSettings)

Deactivates a list of CreativeWrapper objects.

Declaration
public override BatchDeactivateCreativeWrappersResponse BatchDeactivateCreativeWrappers(BatchDeactivateCreativeWrappersRequest request, CallSettings callSettings = null)
Parameters
Type Name Description
BatchDeactivateCreativeWrappersRequest 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
BatchDeactivateCreativeWrappersResponse

The RPC response.

Overrides
CreativeWrapperServiceClient.BatchDeactivateCreativeWrappers(BatchDeactivateCreativeWrappersRequest, CallSettings)

BatchDeactivateCreativeWrappersAsync(BatchDeactivateCreativeWrappersRequest, CallSettings)

Deactivates a list of CreativeWrapper objects.

Declaration
public override Task<BatchDeactivateCreativeWrappersResponse> BatchDeactivateCreativeWrappersAsync(BatchDeactivateCreativeWrappersRequest request, CallSettings callSettings = null)
Parameters
Type Name Description
BatchDeactivateCreativeWrappersRequest 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<BatchDeactivateCreativeWrappersResponse>

A Task containing the RPC response.

Overrides
CreativeWrapperServiceClient.BatchDeactivateCreativeWrappersAsync(BatchDeactivateCreativeWrappersRequest, CallSettings)

BatchUpdateCreativeWrappers(BatchUpdateCreativeWrappersRequest, CallSettings)

Batch updates CreativeWrapper objects.

Declaration
public override BatchUpdateCreativeWrappersResponse BatchUpdateCreativeWrappers(BatchUpdateCreativeWrappersRequest request, CallSettings callSettings = null)
Parameters
Type Name Description
BatchUpdateCreativeWrappersRequest 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
BatchUpdateCreativeWrappersResponse

The RPC response.

Overrides
CreativeWrapperServiceClient.BatchUpdateCreativeWrappers(BatchUpdateCreativeWrappersRequest, CallSettings)

BatchUpdateCreativeWrappersAsync(BatchUpdateCreativeWrappersRequest, CallSettings)

Batch updates CreativeWrapper objects.

Declaration
public override Task<BatchUpdateCreativeWrappersResponse> BatchUpdateCreativeWrappersAsync(BatchUpdateCreativeWrappersRequest request, CallSettings callSettings = null)
Parameters
Type Name Description
BatchUpdateCreativeWrappersRequest 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<BatchUpdateCreativeWrappersResponse>

A Task containing the RPC response.

Overrides
CreativeWrapperServiceClient.BatchUpdateCreativeWrappersAsync(BatchUpdateCreativeWrappersRequest, CallSettings)

CreateCreativeWrapper(CreateCreativeWrapperRequest, CallSettings)

Creates a CreativeWrapper object.

Declaration
public override CreativeWrapper CreateCreativeWrapper(CreateCreativeWrapperRequest request, CallSettings callSettings = null)
Parameters
Type Name Description
CreateCreativeWrapperRequest 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
CreativeWrapper

The RPC response.

Overrides
CreativeWrapperServiceClient.CreateCreativeWrapper(CreateCreativeWrapperRequest, CallSettings)

CreateCreativeWrapperAsync(CreateCreativeWrapperRequest, CallSettings)

Creates a CreativeWrapper object.

Declaration
public override Task<CreativeWrapper> CreateCreativeWrapperAsync(CreateCreativeWrapperRequest request, CallSettings callSettings = null)
Parameters
Type Name Description
CreateCreativeWrapperRequest 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<CreativeWrapper>

A Task containing the RPC response.

Overrides
CreativeWrapperServiceClient.CreateCreativeWrapperAsync(CreateCreativeWrapperRequest, CallSettings)

GetCreativeWrapper(GetCreativeWrapperRequest, CallSettings)

Retrieves a CreativeWrapper object.

Declaration
public override CreativeWrapper GetCreativeWrapper(GetCreativeWrapperRequest request, CallSettings callSettings = null)
Parameters
Type Name Description
GetCreativeWrapperRequest 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
CreativeWrapper

The RPC response.

Overrides
CreativeWrapperServiceClient.GetCreativeWrapper(GetCreativeWrapperRequest, CallSettings)

GetCreativeWrapperAsync(GetCreativeWrapperRequest, CallSettings)

Retrieves a CreativeWrapper object.

Declaration
public override Task<CreativeWrapper> GetCreativeWrapperAsync(GetCreativeWrapperRequest request, CallSettings callSettings = null)
Parameters
Type Name Description
GetCreativeWrapperRequest 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<CreativeWrapper>

A Task containing the RPC response.

Overrides
CreativeWrapperServiceClient.GetCreativeWrapperAsync(GetCreativeWrapperRequest, CallSettings)

ListCreativeWrappers(ListCreativeWrappersRequest, CallSettings)

Lists CreativeWrapper objects.

Declaration
public override PagedEnumerable<ListCreativeWrappersResponse, CreativeWrapper> ListCreativeWrappers(ListCreativeWrappersRequest request, CallSettings callSettings = null)
Parameters
Type Name Description
ListCreativeWrappersRequest 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<ListCreativeWrappersResponse, CreativeWrapper>

A pageable sequence of CreativeWrapper resources.

Overrides
CreativeWrapperServiceClient.ListCreativeWrappers(ListCreativeWrappersRequest, CallSettings)

ListCreativeWrappersAsync(ListCreativeWrappersRequest, CallSettings)

Lists CreativeWrapper objects.

Declaration
public override PagedAsyncEnumerable<ListCreativeWrappersResponse, CreativeWrapper> ListCreativeWrappersAsync(ListCreativeWrappersRequest request, CallSettings callSettings = null)
Parameters
Type Name Description
ListCreativeWrappersRequest 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<ListCreativeWrappersResponse, CreativeWrapper>

A pageable asynchronous sequence of CreativeWrapper resources.

Overrides
CreativeWrapperServiceClient.ListCreativeWrappersAsync(ListCreativeWrappersRequest, CallSettings)

UpdateCreativeWrapper(UpdateCreativeWrapperRequest, CallSettings)

Updates a CreativeWrapper object.

Declaration
public override CreativeWrapper UpdateCreativeWrapper(UpdateCreativeWrapperRequest request, CallSettings callSettings = null)
Parameters
Type Name Description
UpdateCreativeWrapperRequest 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
CreativeWrapper

The RPC response.

Overrides
CreativeWrapperServiceClient.UpdateCreativeWrapper(UpdateCreativeWrapperRequest, CallSettings)

UpdateCreativeWrapperAsync(UpdateCreativeWrapperRequest, CallSettings)

Updates a CreativeWrapper object.

Declaration
public override Task<CreativeWrapper> UpdateCreativeWrapperAsync(UpdateCreativeWrapperRequest request, CallSettings callSettings = null)
Parameters
Type Name Description
UpdateCreativeWrapperRequest 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<CreativeWrapper>

A Task containing the RPC response.

Overrides
CreativeWrapperServiceClient.UpdateCreativeWrapperAsync(UpdateCreativeWrapperRequest, CallSettings)
In this article
Back to top Generated by DocFX