public interface ListDisplayVideo360AdvertiserLinksResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayVideo360AdvertiserLinks(int index)
public abstract DisplayVideo360AdvertiserLink getDisplayVideo360AdvertiserLinks(int index)List of DisplayVideo360AdvertiserLinks.
repeated .google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLink display_video_360_advertiser_links = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DisplayVideo360AdvertiserLink |
|
getDisplayVideo360AdvertiserLinksCount()
public abstract int getDisplayVideo360AdvertiserLinksCount()List of DisplayVideo360AdvertiserLinks.
repeated .google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLink display_video_360_advertiser_links = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDisplayVideo360AdvertiserLinksList()
public abstract List<DisplayVideo360AdvertiserLink> getDisplayVideo360AdvertiserLinksList()List of DisplayVideo360AdvertiserLinks.
repeated .google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLink display_video_360_advertiser_links = 1;
| Returns | |
|---|---|
| Type | Description |
List<DisplayVideo360AdvertiserLink> |
|
getDisplayVideo360AdvertiserLinksOrBuilder(int index)
public abstract DisplayVideo360AdvertiserLinkOrBuilder getDisplayVideo360AdvertiserLinksOrBuilder(int index)List of DisplayVideo360AdvertiserLinks.
repeated .google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLink display_video_360_advertiser_links = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DisplayVideo360AdvertiserLinkOrBuilder |
|
getDisplayVideo360AdvertiserLinksOrBuilderList()
public abstract List<? extends DisplayVideo360AdvertiserLinkOrBuilder> getDisplayVideo360AdvertiserLinksOrBuilderList()List of DisplayVideo360AdvertiserLinks.
repeated .google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLink display_video_360_advertiser_links = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLinkOrBuilder> |
|
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. |