Interface ListUserListsResponseOrBuilder (0.8.0)

public interface ListUserListsResponseOrBuilder 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.

getUserLists(int index)

public abstract UserList getUserLists(int index)

The user lists from the specified account.

repeated .google.ads.datamanager.v1.UserList user_lists = 1;

Parameter
Name Description
index int
Returns
Type Description
UserList

getUserListsCount()

public abstract int getUserListsCount()

The user lists from the specified account.

repeated .google.ads.datamanager.v1.UserList user_lists = 1;

Returns
Type Description
int

getUserListsList()

public abstract List<UserList> getUserListsList()

The user lists from the specified account.

repeated .google.ads.datamanager.v1.UserList user_lists = 1;

Returns
Type Description
List<UserList>

getUserListsOrBuilder(int index)

public abstract UserListOrBuilder getUserListsOrBuilder(int index)

The user lists from the specified account.

repeated .google.ads.datamanager.v1.UserList user_lists = 1;

Parameter
Name Description
index int
Returns
Type Description
UserListOrBuilder

getUserListsOrBuilderList()

public abstract List<? extends UserListOrBuilder> getUserListsOrBuilderList()

The user lists from the specified account.

repeated .google.ads.datamanager.v1.UserList user_lists = 1;

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