public interface ListUserListGlobalLicensesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |
getUserListGlobalLicenses(int index)
public abstract UserListGlobalLicense getUserListGlobalLicenses(int index)The licenses for the given user list in the request.
repeated .google.ads.datamanager.v1.UserListGlobalLicense user_list_global_licenses = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UserListGlobalLicense |
|
getUserListGlobalLicensesCount()
public abstract int getUserListGlobalLicensesCount()The licenses for the given user list in the request.
repeated .google.ads.datamanager.v1.UserListGlobalLicense user_list_global_licenses = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getUserListGlobalLicensesList()
public abstract List<UserListGlobalLicense> getUserListGlobalLicensesList()The licenses for the given user list in the request.
repeated .google.ads.datamanager.v1.UserListGlobalLicense user_list_global_licenses = 1;
| Returns | |
|---|---|
| Type | Description |
List<UserListGlobalLicense> |
|
getUserListGlobalLicensesOrBuilder(int index)
public abstract UserListGlobalLicenseOrBuilder getUserListGlobalLicensesOrBuilder(int index)The licenses for the given user list in the request.
repeated .google.ads.datamanager.v1.UserListGlobalLicense user_list_global_licenses = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UserListGlobalLicenseOrBuilder |
|
getUserListGlobalLicensesOrBuilderList()
public abstract List<? extends UserListGlobalLicenseOrBuilder> getUserListGlobalLicensesOrBuilderList()The licenses for the given user list in the request.
repeated .google.ads.datamanager.v1.UserListGlobalLicense user_list_global_licenses = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.ads.datamanager.v1.UserListGlobalLicenseOrBuilder> |
|