Interface ListUserLicensesResponseOrBuilder (0.60.0)

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

getUserLicenses(int index)

public abstract UserLicense getUserLicenses(int index)

All the customer's UserLicenses.

repeated .google.cloud.discoveryengine.v1.UserLicense user_licenses = 1;

Parameter
Name Description
index int
Returns
Type Description
UserLicense

getUserLicensesCount()

public abstract int getUserLicensesCount()

All the customer's UserLicenses.

repeated .google.cloud.discoveryengine.v1.UserLicense user_licenses = 1;

Returns
Type Description
int

getUserLicensesList()

public abstract List<UserLicense> getUserLicensesList()

All the customer's UserLicenses.

repeated .google.cloud.discoveryengine.v1.UserLicense user_licenses = 1;

Returns
Type Description
List<UserLicense>

getUserLicensesOrBuilder(int index)

public abstract UserLicenseOrBuilder getUserLicensesOrBuilder(int index)

All the customer's UserLicenses.

repeated .google.cloud.discoveryengine.v1.UserLicense user_licenses = 1;

Parameter
Name Description
index int
Returns
Type Description
UserLicenseOrBuilder

getUserLicensesOrBuilderList()

public abstract List<? extends UserLicenseOrBuilder> getUserLicensesOrBuilderList()

All the customer's UserLicenses.

repeated .google.cloud.discoveryengine.v1.UserLicense user_licenses = 1;

Returns
Type Description
List<? extends com.google.cloud.discoveryengine.v1.UserLicenseOrBuilder>