Interface EnumerateLicensedUsersResponseOrBuilder (0.50.0)

public interface EnumerateLicensedUsersResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLicensedUsers(int index)

public abstract LicensedUser getLicensedUsers(int index)

The list of licensed users.

repeated .google.cloud.commerce.consumer.procurement.v1.LicensedUser licensed_users = 1;

Parameter
Name Description
index int
Returns
Type Description
LicensedUser

getLicensedUsersCount()

public abstract int getLicensedUsersCount()

The list of licensed users.

repeated .google.cloud.commerce.consumer.procurement.v1.LicensedUser licensed_users = 1;

Returns
Type Description
int

getLicensedUsersList()

public abstract List<LicensedUser> getLicensedUsersList()

The list of licensed users.

repeated .google.cloud.commerce.consumer.procurement.v1.LicensedUser licensed_users = 1;

Returns
Type Description
List<LicensedUser>

getLicensedUsersOrBuilder(int index)

public abstract LicensedUserOrBuilder getLicensedUsersOrBuilder(int index)

The list of licensed users.

repeated .google.cloud.commerce.consumer.procurement.v1.LicensedUser licensed_users = 1;

Parameter
Name Description
index int
Returns
Type Description
LicensedUserOrBuilder

getLicensedUsersOrBuilderList()

public abstract List<? extends LicensedUserOrBuilder> getLicensedUsersOrBuilderList()

The list of licensed users.

repeated .google.cloud.commerce.consumer.procurement.v1.LicensedUser licensed_users = 1;

Returns
Type Description
List<? extends com.google.cloud.commerce.consumer.procurement.v1.LicensedUserOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token that 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 that 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.