Interface ListDisplayVideo360AdvertiserLinkProposalsResponseOrBuilder (0.29.0)

public interface ListDisplayVideo360AdvertiserLinkProposalsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayVideo360AdvertiserLinkProposals(int index)

public abstract DisplayVideo360AdvertiserLinkProposal getDisplayVideo360AdvertiserLinkProposals(int index)

List of DisplayVideo360AdvertiserLinkProposals.

repeated .google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLinkProposal display_video_360_advertiser_link_proposals = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DisplayVideo360AdvertiserLinkProposal

getDisplayVideo360AdvertiserLinkProposalsCount()

public abstract int getDisplayVideo360AdvertiserLinkProposalsCount()

List of DisplayVideo360AdvertiserLinkProposals.

repeated .google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLinkProposal display_video_360_advertiser_link_proposals = 1;

Returns
TypeDescription
int

getDisplayVideo360AdvertiserLinkProposalsList()

public abstract List<DisplayVideo360AdvertiserLinkProposal> getDisplayVideo360AdvertiserLinkProposalsList()

List of DisplayVideo360AdvertiserLinkProposals.

repeated .google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLinkProposal display_video_360_advertiser_link_proposals = 1;

Returns
TypeDescription
List<DisplayVideo360AdvertiserLinkProposal>

getDisplayVideo360AdvertiserLinkProposalsOrBuilder(int index)

public abstract DisplayVideo360AdvertiserLinkProposalOrBuilder getDisplayVideo360AdvertiserLinkProposalsOrBuilder(int index)

List of DisplayVideo360AdvertiserLinkProposals.

repeated .google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLinkProposal display_video_360_advertiser_link_proposals = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DisplayVideo360AdvertiserLinkProposalOrBuilder

getDisplayVideo360AdvertiserLinkProposalsOrBuilderList()

public abstract List<? extends DisplayVideo360AdvertiserLinkProposalOrBuilder> getDisplayVideo360AdvertiserLinkProposalsOrBuilderList()

List of DisplayVideo360AdvertiserLinkProposals.

repeated .google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLinkProposal display_video_360_advertiser_link_proposals = 1;

Returns
TypeDescription
List<? extends com.google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLinkProposalOrBuilder>

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.