Interface ListDisplayVideo360AdvertiserLinksResponseOrBuilder (0.42.0)

public interface ListDisplayVideo360AdvertiserLinksResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

public abstract DisplayVideo360AdvertiserLink getDisplayVideo360AdvertiserLinks(int index)

List of DisplayVideo360AdvertiserLinks.

repeated .google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLink display_video_360_advertiser_links = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DisplayVideo360AdvertiserLink

getDisplayVideo360AdvertiserLinksCount()

public abstract int getDisplayVideo360AdvertiserLinksCount()

List of DisplayVideo360AdvertiserLinks.

repeated .google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLink display_video_360_advertiser_links = 1;

Returns
TypeDescription
int
public abstract List<DisplayVideo360AdvertiserLink> getDisplayVideo360AdvertiserLinksList()

List of DisplayVideo360AdvertiserLinks.

repeated .google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLink display_video_360_advertiser_links = 1;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
DisplayVideo360AdvertiserLinkOrBuilder

getDisplayVideo360AdvertiserLinksOrBuilderList()

public abstract List<? extends DisplayVideo360AdvertiserLinkOrBuilder> getDisplayVideo360AdvertiserLinksOrBuilderList()

List of DisplayVideo360AdvertiserLinks.

repeated .google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLink display_video_360_advertiser_links = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.