Show / Hide Table of Contents

Class UserListGlobalLicenseService.UserListGlobalLicenseServiceBase

Base class for server-side implementations of UserListGlobalLicenseService

Inheritance
object
UserListGlobalLicenseService.UserListGlobalLicenseServiceBase
Inherited Members
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ToString()
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
[BindServiceMethod(typeof(UserListGlobalLicenseService), "BindService")]
public abstract class UserListGlobalLicenseService.UserListGlobalLicenseServiceBase

Methods

CreateUserListGlobalLicense(CreateUserListGlobalLicenseRequest, ServerCallContext)

Creates a user list global license.

This feature is only available to data partners.

Declaration
public virtual Task<UserListGlobalLicense> CreateUserListGlobalLicense(CreateUserListGlobalLicenseRequest request, ServerCallContext context)
Parameters
Type Name Description
CreateUserListGlobalLicenseRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<UserListGlobalLicense>

The response to send back to the client (wrapped by a task).

GetUserListGlobalLicense(GetUserListGlobalLicenseRequest, ServerCallContext)

Retrieves a user list global license.

This feature is only available to data partners.

Declaration
public virtual Task<UserListGlobalLicense> GetUserListGlobalLicense(GetUserListGlobalLicenseRequest request, ServerCallContext context)
Parameters
Type Name Description
GetUserListGlobalLicenseRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<UserListGlobalLicense>

The response to send back to the client (wrapped by a task).

ListUserListGlobalLicenseCustomerInfos(ListUserListGlobalLicenseCustomerInfosRequest, ServerCallContext)

Lists all customer info for a user list global license.

This feature is only available to data partners.

Declaration
public virtual Task<ListUserListGlobalLicenseCustomerInfosResponse> ListUserListGlobalLicenseCustomerInfos(ListUserListGlobalLicenseCustomerInfosRequest request, ServerCallContext context)
Parameters
Type Name Description
ListUserListGlobalLicenseCustomerInfosRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<ListUserListGlobalLicenseCustomerInfosResponse>

The response to send back to the client (wrapped by a task).

ListUserListGlobalLicenses(ListUserListGlobalLicensesRequest, ServerCallContext)

Lists all user list global licenses owned by the parent account.

This feature is only available to data partners.

Declaration
public virtual Task<ListUserListGlobalLicensesResponse> ListUserListGlobalLicenses(ListUserListGlobalLicensesRequest request, ServerCallContext context)
Parameters
Type Name Description
ListUserListGlobalLicensesRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<ListUserListGlobalLicensesResponse>

The response to send back to the client (wrapped by a task).

UpdateUserListGlobalLicense(UpdateUserListGlobalLicenseRequest, ServerCallContext)

Updates a user list global license.

This feature is only available to data partners.

Declaration
public virtual Task<UserListGlobalLicense> UpdateUserListGlobalLicense(UpdateUserListGlobalLicenseRequest request, ServerCallContext context)
Parameters
Type Name Description
UpdateUserListGlobalLicenseRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<UserListGlobalLicense>

The response to send back to the client (wrapped by a task).

In this article
Back to top Generated by DocFX