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