Class UserListGlobalLicenseService.UserListGlobalLicenseServiceClient
Client for UserListGlobalLicenseService
Inheritance
Inherited Members
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public class UserListGlobalLicenseService.UserListGlobalLicenseServiceClient : ClientBase<UserListGlobalLicenseService.UserListGlobalLicenseServiceClient>
Constructors
UserListGlobalLicenseServiceClient()
Protected parameterless constructor to allow creation of test doubles.
Declaration
protected UserListGlobalLicenseServiceClient()
UserListGlobalLicenseServiceClient(CallInvoker)
Creates a new client for UserListGlobalLicenseService that uses a custom CallInvoker.
Declaration
public UserListGlobalLicenseServiceClient(CallInvoker callInvoker)
Parameters
| Type | Name | Description |
|---|---|---|
| CallInvoker | callInvoker | The callInvoker to use to make remote calls. |
UserListGlobalLicenseServiceClient(ChannelBase)
Creates a new client for UserListGlobalLicenseService
Declaration
public UserListGlobalLicenseServiceClient(ChannelBase channel)
Parameters
| Type | Name | Description |
|---|---|---|
| ChannelBase | channel | The channel to use to make remote calls. |
UserListGlobalLicenseServiceClient(ClientBaseConfiguration)
Protected constructor to allow creation of configured clients.
Declaration
protected UserListGlobalLicenseServiceClient(ClientBase.ClientBaseConfiguration configuration)
Parameters
| Type | Name | Description |
|---|---|---|
| ClientBase.ClientBaseConfiguration | configuration | The client configuration. |
Methods
CreateUserListGlobalLicense(CreateUserListGlobalLicenseRequest, CallOptions)
Creates a user list global license.
This feature is only available to data partners.
Declaration
public virtual UserListGlobalLicense CreateUserListGlobalLicense(CreateUserListGlobalLicenseRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateUserListGlobalLicenseRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| UserListGlobalLicense | The response received from the server. |
CreateUserListGlobalLicense(CreateUserListGlobalLicenseRequest, Metadata, DateTime?, CancellationToken)
Creates a user list global license.
This feature is only available to data partners.
Declaration
public virtual UserListGlobalLicense CreateUserListGlobalLicense(CreateUserListGlobalLicenseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateUserListGlobalLicenseRequest | 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 |
|---|---|
| UserListGlobalLicense | The response received from the server. |
CreateUserListGlobalLicenseAsync(CreateUserListGlobalLicenseRequest, CallOptions)
Creates a user list global license.
This feature is only available to data partners.
Declaration
public virtual AsyncUnaryCall<UserListGlobalLicense> CreateUserListGlobalLicenseAsync(CreateUserListGlobalLicenseRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateUserListGlobalLicenseRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<UserListGlobalLicense> | The call object. |
CreateUserListGlobalLicenseAsync(CreateUserListGlobalLicenseRequest, Metadata, DateTime?, CancellationToken)
Creates a user list global license.
This feature is only available to data partners.
Declaration
public virtual AsyncUnaryCall<UserListGlobalLicense> CreateUserListGlobalLicenseAsync(CreateUserListGlobalLicenseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateUserListGlobalLicenseRequest | 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<UserListGlobalLicense> | The call object. |
GetUserListGlobalLicense(GetUserListGlobalLicenseRequest, CallOptions)
Retrieves a user list global license.
This feature is only available to data partners.
Declaration
public virtual UserListGlobalLicense GetUserListGlobalLicense(GetUserListGlobalLicenseRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| GetUserListGlobalLicenseRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| UserListGlobalLicense | The response received from the server. |
GetUserListGlobalLicense(GetUserListGlobalLicenseRequest, Metadata, DateTime?, CancellationToken)
Retrieves a user list global license.
This feature is only available to data partners.
Declaration
public virtual UserListGlobalLicense GetUserListGlobalLicense(GetUserListGlobalLicenseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| GetUserListGlobalLicenseRequest | 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 |
|---|---|
| UserListGlobalLicense | The response received from the server. |
GetUserListGlobalLicenseAsync(GetUserListGlobalLicenseRequest, CallOptions)
Retrieves a user list global license.
This feature is only available to data partners.
Declaration
public virtual AsyncUnaryCall<UserListGlobalLicense> GetUserListGlobalLicenseAsync(GetUserListGlobalLicenseRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| GetUserListGlobalLicenseRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<UserListGlobalLicense> | The call object. |
GetUserListGlobalLicenseAsync(GetUserListGlobalLicenseRequest, Metadata, DateTime?, CancellationToken)
Retrieves a user list global license.
This feature is only available to data partners.
Declaration
public virtual AsyncUnaryCall<UserListGlobalLicense> GetUserListGlobalLicenseAsync(GetUserListGlobalLicenseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| GetUserListGlobalLicenseRequest | 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<UserListGlobalLicense> | The call object. |
ListUserListGlobalLicenseCustomerInfos(ListUserListGlobalLicenseCustomerInfosRequest, CallOptions)
Lists all customer info for a user list global license.
This feature is only available to data partners.
Declaration
public virtual ListUserListGlobalLicenseCustomerInfosResponse ListUserListGlobalLicenseCustomerInfos(ListUserListGlobalLicenseCustomerInfosRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| ListUserListGlobalLicenseCustomerInfosRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| ListUserListGlobalLicenseCustomerInfosResponse | The response received from the server. |
ListUserListGlobalLicenseCustomerInfos(ListUserListGlobalLicenseCustomerInfosRequest, Metadata, DateTime?, CancellationToken)
Lists all customer info for a user list global license.
This feature is only available to data partners.
Declaration
public virtual ListUserListGlobalLicenseCustomerInfosResponse ListUserListGlobalLicenseCustomerInfos(ListUserListGlobalLicenseCustomerInfosRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| ListUserListGlobalLicenseCustomerInfosRequest | 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 |
|---|---|
| ListUserListGlobalLicenseCustomerInfosResponse | The response received from the server. |
ListUserListGlobalLicenseCustomerInfosAsync(ListUserListGlobalLicenseCustomerInfosRequest, CallOptions)
Lists all customer info for a user list global license.
This feature is only available to data partners.
Declaration
public virtual AsyncUnaryCall<ListUserListGlobalLicenseCustomerInfosResponse> ListUserListGlobalLicenseCustomerInfosAsync(ListUserListGlobalLicenseCustomerInfosRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| ListUserListGlobalLicenseCustomerInfosRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<ListUserListGlobalLicenseCustomerInfosResponse> | The call object. |
ListUserListGlobalLicenseCustomerInfosAsync(ListUserListGlobalLicenseCustomerInfosRequest, Metadata, DateTime?, CancellationToken)
Lists all customer info for a user list global license.
This feature is only available to data partners.
Declaration
public virtual AsyncUnaryCall<ListUserListGlobalLicenseCustomerInfosResponse> ListUserListGlobalLicenseCustomerInfosAsync(ListUserListGlobalLicenseCustomerInfosRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| ListUserListGlobalLicenseCustomerInfosRequest | 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<ListUserListGlobalLicenseCustomerInfosResponse> | The call object. |
ListUserListGlobalLicenses(ListUserListGlobalLicensesRequest, CallOptions)
Lists all user list global licenses owned by the parent account.
This feature is only available to data partners.
Declaration
public virtual ListUserListGlobalLicensesResponse ListUserListGlobalLicenses(ListUserListGlobalLicensesRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| ListUserListGlobalLicensesRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| ListUserListGlobalLicensesResponse | The response received from the server. |
ListUserListGlobalLicenses(ListUserListGlobalLicensesRequest, Metadata, DateTime?, CancellationToken)
Lists all user list global licenses owned by the parent account.
This feature is only available to data partners.
Declaration
public virtual ListUserListGlobalLicensesResponse ListUserListGlobalLicenses(ListUserListGlobalLicensesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| ListUserListGlobalLicensesRequest | 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 |
|---|---|
| ListUserListGlobalLicensesResponse | The response received from the server. |
ListUserListGlobalLicensesAsync(ListUserListGlobalLicensesRequest, CallOptions)
Lists all user list global licenses owned by the parent account.
This feature is only available to data partners.
Declaration
public virtual AsyncUnaryCall<ListUserListGlobalLicensesResponse> ListUserListGlobalLicensesAsync(ListUserListGlobalLicensesRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| ListUserListGlobalLicensesRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<ListUserListGlobalLicensesResponse> | The call object. |
ListUserListGlobalLicensesAsync(ListUserListGlobalLicensesRequest, Metadata, DateTime?, CancellationToken)
Lists all user list global licenses owned by the parent account.
This feature is only available to data partners.
Declaration
public virtual AsyncUnaryCall<ListUserListGlobalLicensesResponse> ListUserListGlobalLicensesAsync(ListUserListGlobalLicensesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| ListUserListGlobalLicensesRequest | 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<ListUserListGlobalLicensesResponse> | The call object. |
NewInstance(ClientBaseConfiguration)
Creates a new instance of client from given ClientBaseConfiguration.
Declaration
protected override UserListGlobalLicenseService.UserListGlobalLicenseServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Parameters
| Type | Name | Description |
|---|---|---|
| ClientBase.ClientBaseConfiguration | configuration |
Returns
| Type | Description |
|---|---|
| UserListGlobalLicenseService.UserListGlobalLicenseServiceClient |
Overrides
UpdateUserListGlobalLicense(UpdateUserListGlobalLicenseRequest, CallOptions)
Updates a user list global license.
This feature is only available to data partners.
Declaration
public virtual UserListGlobalLicense UpdateUserListGlobalLicense(UpdateUserListGlobalLicenseRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateUserListGlobalLicenseRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| UserListGlobalLicense | The response received from the server. |
UpdateUserListGlobalLicense(UpdateUserListGlobalLicenseRequest, Metadata, DateTime?, CancellationToken)
Updates a user list global license.
This feature is only available to data partners.
Declaration
public virtual UserListGlobalLicense UpdateUserListGlobalLicense(UpdateUserListGlobalLicenseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateUserListGlobalLicenseRequest | 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 |
|---|---|
| UserListGlobalLicense | The response received from the server. |
UpdateUserListGlobalLicenseAsync(UpdateUserListGlobalLicenseRequest, CallOptions)
Updates a user list global license.
This feature is only available to data partners.
Declaration
public virtual AsyncUnaryCall<UserListGlobalLicense> UpdateUserListGlobalLicenseAsync(UpdateUserListGlobalLicenseRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateUserListGlobalLicenseRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<UserListGlobalLicense> | The call object. |
UpdateUserListGlobalLicenseAsync(UpdateUserListGlobalLicenseRequest, Metadata, DateTime?, CancellationToken)
Updates a user list global license.
This feature is only available to data partners.
Declaration
public virtual AsyncUnaryCall<UserListGlobalLicense> UpdateUserListGlobalLicenseAsync(UpdateUserListGlobalLicenseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateUserListGlobalLicenseRequest | 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<UserListGlobalLicense> | The call object. |