Interface CreateDisplayVideo360AdvertiserLinkProposalRequestOrBuilder (0.51.0)

public interface CreateDisplayVideo360AdvertiserLinkProposalRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayVideo360AdvertiserLinkProposal()

public abstract DisplayVideo360AdvertiserLinkProposal getDisplayVideo360AdvertiserLinkProposal()

Required. The DisplayVideo360AdvertiserLinkProposal to create.

.google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLinkProposal display_video_360_advertiser_link_proposal = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
DisplayVideo360AdvertiserLinkProposal

The displayVideo360AdvertiserLinkProposal.

getDisplayVideo360AdvertiserLinkProposalOrBuilder()

public abstract DisplayVideo360AdvertiserLinkProposalOrBuilder getDisplayVideo360AdvertiserLinkProposalOrBuilder()

Required. The DisplayVideo360AdvertiserLinkProposal to create.

.google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLinkProposal display_video_360_advertiser_link_proposal = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
DisplayVideo360AdvertiserLinkProposalOrBuilder

getParent()

public abstract String getParent()

Required. Example format: properties/1234

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. Example format: properties/1234

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

hasDisplayVideo360AdvertiserLinkProposal()

public abstract boolean hasDisplayVideo360AdvertiserLinkProposal()

Required. The DisplayVideo360AdvertiserLinkProposal to create.

.google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLinkProposal display_video_360_advertiser_link_proposal = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the displayVideo360AdvertiserLinkProposal field is set.