public interface ListUserListGlobalLicenseCustomerInfosResponseOrBuilder 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. |
getUserListGlobalLicenseCustomerInfos(int index)
public abstract UserListGlobalLicenseCustomerInfo getUserListGlobalLicenseCustomerInfos(int index)The customer information for the given license in the request.
repeated .google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo user_list_global_license_customer_infos = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UserListGlobalLicenseCustomerInfo |
|
getUserListGlobalLicenseCustomerInfosCount()
public abstract int getUserListGlobalLicenseCustomerInfosCount()The customer information for the given license in the request.
repeated .google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo user_list_global_license_customer_infos = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getUserListGlobalLicenseCustomerInfosList()
public abstract List<UserListGlobalLicenseCustomerInfo> getUserListGlobalLicenseCustomerInfosList()The customer information for the given license in the request.
repeated .google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo user_list_global_license_customer_infos = 1;
| Returns | |
|---|---|
| Type | Description |
List<UserListGlobalLicenseCustomerInfo> |
|
getUserListGlobalLicenseCustomerInfosOrBuilder(int index)
public abstract UserListGlobalLicenseCustomerInfoOrBuilder getUserListGlobalLicenseCustomerInfosOrBuilder(int index)The customer information for the given license in the request.
repeated .google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo user_list_global_license_customer_infos = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UserListGlobalLicenseCustomerInfoOrBuilder |
|
getUserListGlobalLicenseCustomerInfosOrBuilderList()
public abstract List<? extends UserListGlobalLicenseCustomerInfoOrBuilder> getUserListGlobalLicenseCustomerInfosOrBuilderList()The customer information for the given license in the request.
repeated .google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo user_list_global_license_customer_infos = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfoOrBuilder> |
|