public interface ListGoogleAdsLinksResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGoogleAdsLinks(int index)
public abstract GoogleAdsLink getGoogleAdsLinks(int index)List of GoogleAdsLinks.
repeated .google.analytics.admin.v1beta.GoogleAdsLink google_ads_links = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
GoogleAdsLink |
|
getGoogleAdsLinksCount()
public abstract int getGoogleAdsLinksCount()List of GoogleAdsLinks.
repeated .google.analytics.admin.v1beta.GoogleAdsLink google_ads_links = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getGoogleAdsLinksList()
public abstract List<GoogleAdsLink> getGoogleAdsLinksList()List of GoogleAdsLinks.
repeated .google.analytics.admin.v1beta.GoogleAdsLink google_ads_links = 1;
| Returns | |
|---|---|
| Type | Description |
List<GoogleAdsLink> |
|
getGoogleAdsLinksOrBuilder(int index)
public abstract GoogleAdsLinkOrBuilder getGoogleAdsLinksOrBuilder(int index)List of GoogleAdsLinks.
repeated .google.analytics.admin.v1beta.GoogleAdsLink google_ads_links = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
GoogleAdsLinkOrBuilder |
|
getGoogleAdsLinksOrBuilderList()
public abstract List<? extends GoogleAdsLinkOrBuilder> getGoogleAdsLinksOrBuilderList()List of GoogleAdsLinks.
repeated .google.analytics.admin.v1beta.GoogleAdsLink google_ads_links = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.analytics.admin.v1beta.GoogleAdsLinkOrBuilder> |
|
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. |