Interface ListUserListDirectLicensesResponseOrBuilder (0.8.0)

public interface ListUserListDirectLicensesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getUserListDirectLicenses(int index)

public abstract UserListDirectLicense getUserListDirectLicenses(int index)

The licenses for the given user list in the request.

repeated .google.ads.datamanager.v1.UserListDirectLicense user_list_direct_licenses = 1;

Parameter
Name Description
index int
Returns
Type Description
UserListDirectLicense

getUserListDirectLicensesCount()

public abstract int getUserListDirectLicensesCount()

The licenses for the given user list in the request.

repeated .google.ads.datamanager.v1.UserListDirectLicense user_list_direct_licenses = 1;

Returns
Type Description
int

getUserListDirectLicensesList()

public abstract List<UserListDirectLicense> getUserListDirectLicensesList()

The licenses for the given user list in the request.

repeated .google.ads.datamanager.v1.UserListDirectLicense user_list_direct_licenses = 1;

Returns
Type Description
List<UserListDirectLicense>

getUserListDirectLicensesOrBuilder(int index)

public abstract UserListDirectLicenseOrBuilder getUserListDirectLicensesOrBuilder(int index)

The licenses for the given user list in the request.

repeated .google.ads.datamanager.v1.UserListDirectLicense user_list_direct_licenses = 1;

Parameter
Name Description
index int
Returns
Type Description
UserListDirectLicenseOrBuilder

getUserListDirectLicensesOrBuilderList()

public abstract List<? extends UserListDirectLicenseOrBuilder> getUserListDirectLicensesOrBuilderList()

The licenses for the given user list in the request.

repeated .google.ads.datamanager.v1.UserListDirectLicense user_list_direct_licenses = 1;

Returns
Type Description
List<? extends com.google.ads.datamanager.v1.UserListDirectLicenseOrBuilder>