public interface CreateDisplayVideo360AdvertiserLinkProposalRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
DisplayVideo360AdvertiserLinkProposalOrBuilder |
|
getParent()
public abstract String getParent()Required. Example format: properties/1234
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the displayVideo360AdvertiserLinkProposal field is set. |