public interface CreateDisplayVideo360AdvertiserLinkRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayVideo360AdvertiserLink()
public abstract DisplayVideo360AdvertiserLink getDisplayVideo360AdvertiserLink()Required. The DisplayVideo360AdvertiserLink to create.
.google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLink display_video_360_advertiser_link = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DisplayVideo360AdvertiserLink |
The displayVideo360AdvertiserLink. |
getDisplayVideo360AdvertiserLinkOrBuilder()
public abstract DisplayVideo360AdvertiserLinkOrBuilder getDisplayVideo360AdvertiserLinkOrBuilder()Required. The DisplayVideo360AdvertiserLink to create.
.google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLink display_video_360_advertiser_link = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DisplayVideo360AdvertiserLinkOrBuilder |
|
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. |
hasDisplayVideo360AdvertiserLink()
public abstract boolean hasDisplayVideo360AdvertiserLink()Required. The DisplayVideo360AdvertiserLink to create.
.google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLink display_video_360_advertiser_link = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the displayVideo360AdvertiserLink field is set. |