Class protos.google.ads.datamanager.v1.UserListGlobalLicenseService (1.0.0)

Represents a UserListGlobalLicenseService

Inheritance

$protobuf.rpc.Service > protos.google.ads.datamanager.v1.UserListGlobalLicenseService

Package

@google-ads/datamanager

Constructors

(constructor)(rpcImpl, requestDelimited, responseDelimited)

constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);

Constructs a new UserListGlobalLicenseService service.

Parameters
Name Description
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean

Whether requests are length-delimited

responseDelimited boolean

Whether responses are length-delimited

Methods

create(rpcImpl, requestDelimited, responseDelimited)

public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): UserListGlobalLicenseService;

Creates new UserListGlobalLicenseService service using the specified rpc implementation.

Parameters
Name Description
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean

Whether requests are length-delimited

responseDelimited boolean

Whether responses are length-delimited

Returns
Type Description
UserListGlobalLicenseService

RPC service. Useful where requests and/or responses are streamed.

createUserListGlobalLicense(request, callback)

public createUserListGlobalLicense(request: google.ads.datamanager.v1.ICreateUserListGlobalLicenseRequest, callback: google.ads.datamanager.v1.UserListGlobalLicenseService.CreateUserListGlobalLicenseCallback): void;

Calls CreateUserListGlobalLicense.

Parameters
Name Description
request ICreateUserListGlobalLicenseRequest

CreateUserListGlobalLicenseRequest message or plain object

callback CreateUserListGlobalLicenseCallback

Node-style callback called with the error, if any, and UserListGlobalLicense

Returns
Type Description
void

createUserListGlobalLicense(request)

public createUserListGlobalLicense(request: google.ads.datamanager.v1.ICreateUserListGlobalLicenseRequest): Promise<google.ads.datamanager.v1.UserListGlobalLicense>;

Calls CreateUserListGlobalLicense.

Parameter
Name Description
request ICreateUserListGlobalLicenseRequest

CreateUserListGlobalLicenseRequest message or plain object

Returns
Type Description
Promise<google.ads.datamanager.v1.UserListGlobalLicense>

Promise

getUserListGlobalLicense(request, callback)

public getUserListGlobalLicense(request: google.ads.datamanager.v1.IGetUserListGlobalLicenseRequest, callback: google.ads.datamanager.v1.UserListGlobalLicenseService.GetUserListGlobalLicenseCallback): void;

Calls GetUserListGlobalLicense.

Parameters
Name Description
request IGetUserListGlobalLicenseRequest

GetUserListGlobalLicenseRequest message or plain object

callback GetUserListGlobalLicenseCallback

Node-style callback called with the error, if any, and UserListGlobalLicense

Returns
Type Description
void

getUserListGlobalLicense(request)

public getUserListGlobalLicense(request: google.ads.datamanager.v1.IGetUserListGlobalLicenseRequest): Promise<google.ads.datamanager.v1.UserListGlobalLicense>;

Calls GetUserListGlobalLicense.

Parameter
Name Description
request IGetUserListGlobalLicenseRequest

GetUserListGlobalLicenseRequest message or plain object

Returns
Type Description
Promise<google.ads.datamanager.v1.UserListGlobalLicense>

Promise

listUserListGlobalLicenseCustomerInfos(request, callback)

public listUserListGlobalLicenseCustomerInfos(request: google.ads.datamanager.v1.IListUserListGlobalLicenseCustomerInfosRequest, callback: google.ads.datamanager.v1.UserListGlobalLicenseService.ListUserListGlobalLicenseCustomerInfosCallback): void;

Calls ListUserListGlobalLicenseCustomerInfos.

Parameters
Name Description
request IListUserListGlobalLicenseCustomerInfosRequest

ListUserListGlobalLicenseCustomerInfosRequest message or plain object

callback ListUserListGlobalLicenseCustomerInfosCallback

Node-style callback called with the error, if any, and ListUserListGlobalLicenseCustomerInfosResponse

Returns
Type Description
void

listUserListGlobalLicenseCustomerInfos(request)

public listUserListGlobalLicenseCustomerInfos(request: google.ads.datamanager.v1.IListUserListGlobalLicenseCustomerInfosRequest): Promise<google.ads.datamanager.v1.ListUserListGlobalLicenseCustomerInfosResponse>;

Calls ListUserListGlobalLicenseCustomerInfos.

Parameter
Name Description
request IListUserListGlobalLicenseCustomerInfosRequest

ListUserListGlobalLicenseCustomerInfosRequest message or plain object

Returns
Type Description
Promise<google.ads.datamanager.v1.ListUserListGlobalLicenseCustomerInfosResponse>

Promise

listUserListGlobalLicenses(request, callback)

public listUserListGlobalLicenses(request: google.ads.datamanager.v1.IListUserListGlobalLicensesRequest, callback: google.ads.datamanager.v1.UserListGlobalLicenseService.ListUserListGlobalLicensesCallback): void;

Calls ListUserListGlobalLicenses.

Parameters
Name Description
request IListUserListGlobalLicensesRequest

ListUserListGlobalLicensesRequest message or plain object

callback ListUserListGlobalLicensesCallback

Node-style callback called with the error, if any, and ListUserListGlobalLicensesResponse

Returns
Type Description
void

listUserListGlobalLicenses(request)

public listUserListGlobalLicenses(request: google.ads.datamanager.v1.IListUserListGlobalLicensesRequest): Promise<google.ads.datamanager.v1.ListUserListGlobalLicensesResponse>;

Calls ListUserListGlobalLicenses.

Parameter
Name Description
request IListUserListGlobalLicensesRequest

ListUserListGlobalLicensesRequest message or plain object

Returns
Type Description
Promise<google.ads.datamanager.v1.ListUserListGlobalLicensesResponse>

Promise

updateUserListGlobalLicense(request, callback)

public updateUserListGlobalLicense(request: google.ads.datamanager.v1.IUpdateUserListGlobalLicenseRequest, callback: google.ads.datamanager.v1.UserListGlobalLicenseService.UpdateUserListGlobalLicenseCallback): void;

Calls UpdateUserListGlobalLicense.

Parameters
Name Description
request IUpdateUserListGlobalLicenseRequest

UpdateUserListGlobalLicenseRequest message or plain object

callback UpdateUserListGlobalLicenseCallback

Node-style callback called with the error, if any, and UserListGlobalLicense

Returns
Type Description
void

updateUserListGlobalLicense(request)

public updateUserListGlobalLicense(request: google.ads.datamanager.v1.IUpdateUserListGlobalLicenseRequest): Promise<google.ads.datamanager.v1.UserListGlobalLicense>;

Calls UpdateUserListGlobalLicense.

Parameter
Name Description
request IUpdateUserListGlobalLicenseRequest

UpdateUserListGlobalLicenseRequest message or plain object

Returns
Type Description
Promise<google.ads.datamanager.v1.UserListGlobalLicense>

Promise