Show / Hide Table of Contents

Class EntitySignalsMappingService.EntitySignalsMappingServiceClient

Client for EntitySignalsMappingService

Inheritance
object
ClientBase
ClientBase<EntitySignalsMappingService.EntitySignalsMappingServiceClient>
EntitySignalsMappingService.EntitySignalsMappingServiceClient
Inherited Members
ClientBase<EntitySignalsMappingService.EntitySignalsMappingServiceClient>.WithHost(string)
ClientBase.CallInvoker
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public class EntitySignalsMappingService.EntitySignalsMappingServiceClient : ClientBase<EntitySignalsMappingService.EntitySignalsMappingServiceClient>

Constructors

EntitySignalsMappingServiceClient()

Protected parameterless constructor to allow creation of test doubles.

Declaration
protected EntitySignalsMappingServiceClient()

EntitySignalsMappingServiceClient(CallInvoker)

Creates a new client for EntitySignalsMappingService that uses a custom CallInvoker.

Declaration
public EntitySignalsMappingServiceClient(CallInvoker callInvoker)
Parameters
Type Name Description
CallInvoker callInvoker

The callInvoker to use to make remote calls.

EntitySignalsMappingServiceClient(ChannelBase)

Creates a new client for EntitySignalsMappingService

Declaration
public EntitySignalsMappingServiceClient(ChannelBase channel)
Parameters
Type Name Description
ChannelBase channel

The channel to use to make remote calls.

EntitySignalsMappingServiceClient(ClientBaseConfiguration)

Protected constructor to allow creation of configured clients.

Declaration
protected EntitySignalsMappingServiceClient(ClientBase.ClientBaseConfiguration configuration)
Parameters
Type Name Description
ClientBase.ClientBaseConfiguration configuration

The client configuration.

Methods

BatchCreateEntitySignalsMappings(BatchCreateEntitySignalsMappingsRequest, CallOptions)

API to batch create EntitySignalsMapping objects.

Declaration
public virtual BatchCreateEntitySignalsMappingsResponse BatchCreateEntitySignalsMappings(BatchCreateEntitySignalsMappingsRequest request, CallOptions options)
Parameters
Type Name Description
BatchCreateEntitySignalsMappingsRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
BatchCreateEntitySignalsMappingsResponse

The response received from the server.

BatchCreateEntitySignalsMappings(BatchCreateEntitySignalsMappingsRequest, Metadata, DateTime?, CancellationToken)

API to batch create EntitySignalsMapping objects.

Declaration
public virtual BatchCreateEntitySignalsMappingsResponse BatchCreateEntitySignalsMappings(BatchCreateEntitySignalsMappingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
BatchCreateEntitySignalsMappingsRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
BatchCreateEntitySignalsMappingsResponse

The response received from the server.

BatchCreateEntitySignalsMappingsAsync(BatchCreateEntitySignalsMappingsRequest, CallOptions)

API to batch create EntitySignalsMapping objects.

Declaration
public virtual AsyncUnaryCall<BatchCreateEntitySignalsMappingsResponse> BatchCreateEntitySignalsMappingsAsync(BatchCreateEntitySignalsMappingsRequest request, CallOptions options)
Parameters
Type Name Description
BatchCreateEntitySignalsMappingsRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<BatchCreateEntitySignalsMappingsResponse>

The call object.

BatchCreateEntitySignalsMappingsAsync(BatchCreateEntitySignalsMappingsRequest, Metadata, DateTime?, CancellationToken)

API to batch create EntitySignalsMapping objects.

Declaration
public virtual AsyncUnaryCall<BatchCreateEntitySignalsMappingsResponse> BatchCreateEntitySignalsMappingsAsync(BatchCreateEntitySignalsMappingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
BatchCreateEntitySignalsMappingsRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<BatchCreateEntitySignalsMappingsResponse>

The call object.

BatchUpdateEntitySignalsMappings(BatchUpdateEntitySignalsMappingsRequest, CallOptions)

API to batch update EntitySignalsMapping objects.

Declaration
public virtual BatchUpdateEntitySignalsMappingsResponse BatchUpdateEntitySignalsMappings(BatchUpdateEntitySignalsMappingsRequest request, CallOptions options)
Parameters
Type Name Description
BatchUpdateEntitySignalsMappingsRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
BatchUpdateEntitySignalsMappingsResponse

The response received from the server.

BatchUpdateEntitySignalsMappings(BatchUpdateEntitySignalsMappingsRequest, Metadata, DateTime?, CancellationToken)

API to batch update EntitySignalsMapping objects.

Declaration
public virtual BatchUpdateEntitySignalsMappingsResponse BatchUpdateEntitySignalsMappings(BatchUpdateEntitySignalsMappingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
BatchUpdateEntitySignalsMappingsRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
BatchUpdateEntitySignalsMappingsResponse

The response received from the server.

BatchUpdateEntitySignalsMappingsAsync(BatchUpdateEntitySignalsMappingsRequest, CallOptions)

API to batch update EntitySignalsMapping objects.

Declaration
public virtual AsyncUnaryCall<BatchUpdateEntitySignalsMappingsResponse> BatchUpdateEntitySignalsMappingsAsync(BatchUpdateEntitySignalsMappingsRequest request, CallOptions options)
Parameters
Type Name Description
BatchUpdateEntitySignalsMappingsRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<BatchUpdateEntitySignalsMappingsResponse>

The call object.

BatchUpdateEntitySignalsMappingsAsync(BatchUpdateEntitySignalsMappingsRequest, Metadata, DateTime?, CancellationToken)

API to batch update EntitySignalsMapping objects.

Declaration
public virtual AsyncUnaryCall<BatchUpdateEntitySignalsMappingsResponse> BatchUpdateEntitySignalsMappingsAsync(BatchUpdateEntitySignalsMappingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
BatchUpdateEntitySignalsMappingsRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<BatchUpdateEntitySignalsMappingsResponse>

The call object.

CreateEntitySignalsMapping(CreateEntitySignalsMappingRequest, CallOptions)

API to create an EntitySignalsMapping object.

Declaration
public virtual EntitySignalsMapping CreateEntitySignalsMapping(CreateEntitySignalsMappingRequest request, CallOptions options)
Parameters
Type Name Description
CreateEntitySignalsMappingRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
EntitySignalsMapping

The response received from the server.

CreateEntitySignalsMapping(CreateEntitySignalsMappingRequest, Metadata, DateTime?, CancellationToken)

API to create an EntitySignalsMapping object.

Declaration
public virtual EntitySignalsMapping CreateEntitySignalsMapping(CreateEntitySignalsMappingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
CreateEntitySignalsMappingRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
EntitySignalsMapping

The response received from the server.

CreateEntitySignalsMappingAsync(CreateEntitySignalsMappingRequest, CallOptions)

API to create an EntitySignalsMapping object.

Declaration
public virtual AsyncUnaryCall<EntitySignalsMapping> CreateEntitySignalsMappingAsync(CreateEntitySignalsMappingRequest request, CallOptions options)
Parameters
Type Name Description
CreateEntitySignalsMappingRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<EntitySignalsMapping>

The call object.

CreateEntitySignalsMappingAsync(CreateEntitySignalsMappingRequest, Metadata, DateTime?, CancellationToken)

API to create an EntitySignalsMapping object.

Declaration
public virtual AsyncUnaryCall<EntitySignalsMapping> CreateEntitySignalsMappingAsync(CreateEntitySignalsMappingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
CreateEntitySignalsMappingRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<EntitySignalsMapping>

The call object.

GetEntitySignalsMapping(GetEntitySignalsMappingRequest, CallOptions)

API to retrieve a EntitySignalsMapping object.

Declaration
public virtual EntitySignalsMapping GetEntitySignalsMapping(GetEntitySignalsMappingRequest request, CallOptions options)
Parameters
Type Name Description
GetEntitySignalsMappingRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
EntitySignalsMapping

The response received from the server.

GetEntitySignalsMapping(GetEntitySignalsMappingRequest, Metadata, DateTime?, CancellationToken)

API to retrieve a EntitySignalsMapping object.

Declaration
public virtual EntitySignalsMapping GetEntitySignalsMapping(GetEntitySignalsMappingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
GetEntitySignalsMappingRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
EntitySignalsMapping

The response received from the server.

GetEntitySignalsMappingAsync(GetEntitySignalsMappingRequest, CallOptions)

API to retrieve a EntitySignalsMapping object.

Declaration
public virtual AsyncUnaryCall<EntitySignalsMapping> GetEntitySignalsMappingAsync(GetEntitySignalsMappingRequest request, CallOptions options)
Parameters
Type Name Description
GetEntitySignalsMappingRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<EntitySignalsMapping>

The call object.

GetEntitySignalsMappingAsync(GetEntitySignalsMappingRequest, Metadata, DateTime?, CancellationToken)

API to retrieve a EntitySignalsMapping object.

Declaration
public virtual AsyncUnaryCall<EntitySignalsMapping> GetEntitySignalsMappingAsync(GetEntitySignalsMappingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
GetEntitySignalsMappingRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<EntitySignalsMapping>

The call object.

ListEntitySignalsMappings(ListEntitySignalsMappingsRequest, CallOptions)

API to retrieve a list of EntitySignalsMapping objects.

Declaration
public virtual ListEntitySignalsMappingsResponse ListEntitySignalsMappings(ListEntitySignalsMappingsRequest request, CallOptions options)
Parameters
Type Name Description
ListEntitySignalsMappingsRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
ListEntitySignalsMappingsResponse

The response received from the server.

ListEntitySignalsMappings(ListEntitySignalsMappingsRequest, Metadata, DateTime?, CancellationToken)

API to retrieve a list of EntitySignalsMapping objects.

Declaration
public virtual ListEntitySignalsMappingsResponse ListEntitySignalsMappings(ListEntitySignalsMappingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListEntitySignalsMappingsRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
ListEntitySignalsMappingsResponse

The response received from the server.

ListEntitySignalsMappingsAsync(ListEntitySignalsMappingsRequest, CallOptions)

API to retrieve a list of EntitySignalsMapping objects.

Declaration
public virtual AsyncUnaryCall<ListEntitySignalsMappingsResponse> ListEntitySignalsMappingsAsync(ListEntitySignalsMappingsRequest request, CallOptions options)
Parameters
Type Name Description
ListEntitySignalsMappingsRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<ListEntitySignalsMappingsResponse>

The call object.

ListEntitySignalsMappingsAsync(ListEntitySignalsMappingsRequest, Metadata, DateTime?, CancellationToken)

API to retrieve a list of EntitySignalsMapping objects.

Declaration
public virtual AsyncUnaryCall<ListEntitySignalsMappingsResponse> ListEntitySignalsMappingsAsync(ListEntitySignalsMappingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListEntitySignalsMappingsRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<ListEntitySignalsMappingsResponse>

The call object.

NewInstance(ClientBaseConfiguration)

Creates a new instance of client from given ClientBaseConfiguration.

Declaration
protected override EntitySignalsMappingService.EntitySignalsMappingServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Parameters
Type Name Description
ClientBase.ClientBaseConfiguration configuration
Returns
Type Description
EntitySignalsMappingService.EntitySignalsMappingServiceClient
Overrides
Grpc.Core.ClientBase<Google.Ads.AdManager.V1.EntitySignalsMappingService.EntitySignalsMappingServiceClient>.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)

UpdateEntitySignalsMapping(UpdateEntitySignalsMappingRequest, CallOptions)

API to update an EntitySignalsMapping object.

Declaration
public virtual EntitySignalsMapping UpdateEntitySignalsMapping(UpdateEntitySignalsMappingRequest request, CallOptions options)
Parameters
Type Name Description
UpdateEntitySignalsMappingRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
EntitySignalsMapping

The response received from the server.

UpdateEntitySignalsMapping(UpdateEntitySignalsMappingRequest, Metadata, DateTime?, CancellationToken)

API to update an EntitySignalsMapping object.

Declaration
public virtual EntitySignalsMapping UpdateEntitySignalsMapping(UpdateEntitySignalsMappingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
UpdateEntitySignalsMappingRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
EntitySignalsMapping

The response received from the server.

UpdateEntitySignalsMappingAsync(UpdateEntitySignalsMappingRequest, CallOptions)

API to update an EntitySignalsMapping object.

Declaration
public virtual AsyncUnaryCall<EntitySignalsMapping> UpdateEntitySignalsMappingAsync(UpdateEntitySignalsMappingRequest request, CallOptions options)
Parameters
Type Name Description
UpdateEntitySignalsMappingRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<EntitySignalsMapping>

The call object.

UpdateEntitySignalsMappingAsync(UpdateEntitySignalsMappingRequest, Metadata, DateTime?, CancellationToken)

API to update an EntitySignalsMapping object.

Declaration
public virtual AsyncUnaryCall<EntitySignalsMapping> UpdateEntitySignalsMappingAsync(UpdateEntitySignalsMappingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
UpdateEntitySignalsMappingRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<EntitySignalsMapping>

The call object.

In this article
Back to top Generated by DocFX