Interface DetailPlacementViewOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DetailPlacementView,DetailPlacementView.Builder
public interface DetailPlacementViewOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDisplayName()Output only.com.google.protobuf.ByteStringgetDisplayNameBytes()Output only.java.lang.StringgetGroupPlacementTargetUrl()Output only.com.google.protobuf.ByteStringgetGroupPlacementTargetUrlBytes()Output only.java.lang.StringgetPlacement()Output only.com.google.protobuf.ByteStringgetPlacementBytes()Output only.PlacementTypeEnum.PlacementTypegetPlacementType()Output only.intgetPlacementTypeValue()Output only.java.lang.StringgetResourceName()Output only.com.google.protobuf.ByteStringgetResourceNameBytes()Output only.java.lang.StringgetTargetUrl()Output only.com.google.protobuf.ByteStringgetTargetUrlBytes()Output only.booleanhasDisplayName()Output only.booleanhasGroupPlacementTargetUrl()Output only.booleanhasPlacement()Output only.booleanhasTargetUrl()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceName
java.lang.String getResourceName()
Output only. The resource name of the detail placement view. Detail placement view resource names have the form: `customers/{customer_id}/detailPlacementViews/{ad_group_id}~{base64_placement}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()
Output only. The resource name of the detail placement view. Detail placement view resource names have the form: `customers/{customer_id}/detailPlacementViews/{ad_group_id}~{base64_placement}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for resourceName.
-
hasPlacement
boolean hasPlacement()
Output only. The automatic placement string at detail level, e. g. website URL, mobile application ID, or a YouTube video ID.
optional string placement = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the placement field is set.
-
getPlacement
java.lang.String getPlacement()
Output only. The automatic placement string at detail level, e. g. website URL, mobile application ID, or a YouTube video ID.
optional string placement = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The placement.
-
getPlacementBytes
com.google.protobuf.ByteString getPlacementBytes()
Output only. The automatic placement string at detail level, e. g. website URL, mobile application ID, or a YouTube video ID.
optional string placement = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for placement.
-
hasDisplayName
boolean hasDisplayName()
Output only. The display name is URL name for websites, YouTube video name for YouTube videos, and translated mobile app name for mobile apps.
optional string display_name = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the displayName field is set.
-
getDisplayName
java.lang.String getDisplayName()
Output only. The display name is URL name for websites, YouTube video name for YouTube videos, and translated mobile app name for mobile apps.
optional string display_name = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
Output only. The display name is URL name for websites, YouTube video name for YouTube videos, and translated mobile app name for mobile apps.
optional string display_name = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for displayName.
-
hasGroupPlacementTargetUrl
boolean hasGroupPlacementTargetUrl()
Output only. URL of the group placement, e.g. domain, link to the mobile application in app store, or a YouTube channel URL.
optional string group_placement_target_url = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the groupPlacementTargetUrl field is set.
-
getGroupPlacementTargetUrl
java.lang.String getGroupPlacementTargetUrl()
Output only. URL of the group placement, e.g. domain, link to the mobile application in app store, or a YouTube channel URL.
optional string group_placement_target_url = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The groupPlacementTargetUrl.
-
getGroupPlacementTargetUrlBytes
com.google.protobuf.ByteString getGroupPlacementTargetUrlBytes()
Output only. URL of the group placement, e.g. domain, link to the mobile application in app store, or a YouTube channel URL.
optional string group_placement_target_url = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for groupPlacementTargetUrl.
-
hasTargetUrl
boolean hasTargetUrl()
Output only. URL of the placement, e.g. website, link to the mobile application in app store, or a YouTube video URL.
optional string target_url = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the targetUrl field is set.
-
getTargetUrl
java.lang.String getTargetUrl()
Output only. URL of the placement, e.g. website, link to the mobile application in app store, or a YouTube video URL.
optional string target_url = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The targetUrl.
-
getTargetUrlBytes
com.google.protobuf.ByteString getTargetUrlBytes()
Output only. URL of the placement, e.g. website, link to the mobile application in app store, or a YouTube video URL.
optional string target_url = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for targetUrl.
-
getPlacementTypeValue
int getPlacementTypeValue()
Output only. Type of the placement, e.g. Website, YouTube Video, and Mobile Application.
.google.ads.googleads.v10.enums.PlacementTypeEnum.PlacementType placement_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for placementType.
-
getPlacementType
PlacementTypeEnum.PlacementType getPlacementType()
Output only. Type of the placement, e.g. Website, YouTube Video, and Mobile Application.
.google.ads.googleads.v10.enums.PlacementTypeEnum.PlacementType placement_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The placementType.
-
-