Show / Hide Table of Contents

Class CreativeSetServiceClientImpl

CreativeSetService client wrapper implementation, for convenient use.

Inheritance
object
CreativeSetServiceClient
CreativeSetServiceClientImpl
Inherited Members
CreativeSetServiceClient.DefaultEndpoint
CreativeSetServiceClient.DefaultScopes
CreativeSetServiceClient.ServiceMetadata
CreativeSetServiceClient.CreateAsync(CancellationToken)
CreativeSetServiceClient.Create()
CreativeSetServiceClient.ShutdownDefaultChannelsAsync()
CreativeSetServiceClient.GetCreativeSetAsync(GetCreativeSetRequest, CancellationToken)
CreativeSetServiceClient.GetCreativeSet(string, CallSettings)
CreativeSetServiceClient.GetCreativeSetAsync(string, CallSettings)
CreativeSetServiceClient.GetCreativeSetAsync(string, CancellationToken)
CreativeSetServiceClient.GetCreativeSet(CreativeSetName, CallSettings)
CreativeSetServiceClient.GetCreativeSetAsync(CreativeSetName, CallSettings)
CreativeSetServiceClient.GetCreativeSetAsync(CreativeSetName, CancellationToken)
CreativeSetServiceClient.ListCreativeSets(string, string, int?, CallSettings)
CreativeSetServiceClient.ListCreativeSetsAsync(string, string, int?, CallSettings)
CreativeSetServiceClient.ListCreativeSets(NetworkName, string, int?, CallSettings)
CreativeSetServiceClient.ListCreativeSetsAsync(NetworkName, string, int?, CallSettings)
CreativeSetServiceClient.CreateCreativeSetAsync(CreateCreativeSetRequest, CancellationToken)
CreativeSetServiceClient.CreateCreativeSet(string, CreativeSet, CallSettings)
CreativeSetServiceClient.CreateCreativeSetAsync(string, CreativeSet, CallSettings)
CreativeSetServiceClient.CreateCreativeSetAsync(string, CreativeSet, CancellationToken)
CreativeSetServiceClient.CreateCreativeSet(NetworkName, CreativeSet, CallSettings)
CreativeSetServiceClient.CreateCreativeSetAsync(NetworkName, CreativeSet, CallSettings)
CreativeSetServiceClient.CreateCreativeSetAsync(NetworkName, CreativeSet, CancellationToken)
CreativeSetServiceClient.UpdateCreativeSetAsync(UpdateCreativeSetRequest, CancellationToken)
CreativeSetServiceClient.UpdateCreativeSet(CreativeSet, FieldMask, CallSettings)
CreativeSetServiceClient.UpdateCreativeSetAsync(CreativeSet, FieldMask, CallSettings)
CreativeSetServiceClient.UpdateCreativeSetAsync(CreativeSet, FieldMask, CancellationToken)
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class CreativeSetServiceClientImpl : CreativeSetServiceClient
Remarks

Provides methods for handling CreativeSet objects.

Constructors

CreativeSetServiceClientImpl(CreativeSetServiceClient, CreativeSetServiceSettings, ILogger)

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

Declaration
public CreativeSetServiceClientImpl(CreativeSetService.CreativeSetServiceClient grpcClient, CreativeSetServiceSettings settings, ILogger logger)
Parameters
Type Name Description
CreativeSetService.CreativeSetServiceClient grpcClient

The underlying gRPC client.

CreativeSetServiceSettings settings

The base CreativeSetServiceSettings used within this client.

ILogger logger

Optional ILogger to use within this client.

Properties

GrpcClient

The underlying gRPC CreativeSetService client

Declaration
public override CreativeSetService.CreativeSetServiceClient GrpcClient { get; }
Property Value
Type Description
CreativeSetService.CreativeSetServiceClient
Overrides
CreativeSetServiceClient.GrpcClient

Methods

CreateCreativeSet(CreateCreativeSetRequest, CallSettings)

Creates a CreativeSet object.

Declaration
public override CreativeSet CreateCreativeSet(CreateCreativeSetRequest request, CallSettings callSettings = null)
Parameters
Type Name Description
CreateCreativeSetRequest 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
CreativeSet

The RPC response.

Overrides
CreativeSetServiceClient.CreateCreativeSet(CreateCreativeSetRequest, CallSettings)

CreateCreativeSetAsync(CreateCreativeSetRequest, CallSettings)

Creates a CreativeSet object.

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

A Task containing the RPC response.

Overrides
CreativeSetServiceClient.CreateCreativeSetAsync(CreateCreativeSetRequest, CallSettings)

GetCreativeSet(GetCreativeSetRequest, CallSettings)

Retrieves a CreativeSet object.

Declaration
public override CreativeSet GetCreativeSet(GetCreativeSetRequest request, CallSettings callSettings = null)
Parameters
Type Name Description
GetCreativeSetRequest 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
CreativeSet

The RPC response.

Overrides
CreativeSetServiceClient.GetCreativeSet(GetCreativeSetRequest, CallSettings)

GetCreativeSetAsync(GetCreativeSetRequest, CallSettings)

Retrieves a CreativeSet object.

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

A Task containing the RPC response.

Overrides
CreativeSetServiceClient.GetCreativeSetAsync(GetCreativeSetRequest, CallSettings)

ListCreativeSets(ListCreativeSetsRequest, CallSettings)

Lists CreativeSet objects.

Declaration
public override PagedEnumerable<ListCreativeSetsResponse, CreativeSet> ListCreativeSets(ListCreativeSetsRequest request, CallSettings callSettings = null)
Parameters
Type Name Description
ListCreativeSetsRequest 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<ListCreativeSetsResponse, CreativeSet>

A pageable sequence of CreativeSet resources.

Overrides
CreativeSetServiceClient.ListCreativeSets(ListCreativeSetsRequest, CallSettings)

ListCreativeSetsAsync(ListCreativeSetsRequest, CallSettings)

Lists CreativeSet objects.

Declaration
public override PagedAsyncEnumerable<ListCreativeSetsResponse, CreativeSet> ListCreativeSetsAsync(ListCreativeSetsRequest request, CallSettings callSettings = null)
Parameters
Type Name Description
ListCreativeSetsRequest 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<ListCreativeSetsResponse, CreativeSet>

A pageable asynchronous sequence of CreativeSet resources.

Overrides
CreativeSetServiceClient.ListCreativeSetsAsync(ListCreativeSetsRequest, CallSettings)

UpdateCreativeSet(UpdateCreativeSetRequest, CallSettings)

Updates a CreativeSet object.

Declaration
public override CreativeSet UpdateCreativeSet(UpdateCreativeSetRequest request, CallSettings callSettings = null)
Parameters
Type Name Description
UpdateCreativeSetRequest 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
CreativeSet

The RPC response.

Overrides
CreativeSetServiceClient.UpdateCreativeSet(UpdateCreativeSetRequest, CallSettings)

UpdateCreativeSetAsync(UpdateCreativeSetRequest, CallSettings)

Updates a CreativeSet object.

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

A Task containing the RPC response.

Overrides
CreativeSetServiceClient.UpdateCreativeSetAsync(UpdateCreativeSetRequest, CallSettings)
In this article
Back to top Generated by DocFX