Interface GroupContentSuitabilityPlacementViewOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GroupContentSuitabilityPlacementView,GroupContentSuitabilityPlacementView.Builder
public interface GroupContentSuitabilityPlacementViewOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.Output only.intOutput only.Output only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getResourceName
String getResourceName()Output only. The resource name of the group content suitability placement view. Group content suitability placement view resource names have the form: `customers/{customer_id}/groupContentSuitabilityPlacementViews/{placement_fingerprint}`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 group content suitability placement view. Group content suitability placement view resource names have the form: `customers/{customer_id}/groupContentSuitabilityPlacementViews/{placement_fingerprint}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for resourceName.
-
getDisplayName
String getDisplayName()Output only. The display name is URL for websites, YouTube video name for YouTube videos, and translated mobile app name for mobile apps.
string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()Output only. The display name is URL for websites, YouTube video name for YouTube videos, and translated mobile app name for mobile apps.
string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for displayName.
-
getPlacement
String getPlacement()Output only. The automatic placement string at group level, for example. website url, mobile application id, or a YouTube video id.
string placement = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The placement.
-
getPlacementBytes
com.google.protobuf.ByteString getPlacementBytes()Output only. The automatic placement string at group level, for example. website url, mobile application id, or a YouTube video id.
string placement = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for placement.
-
getPlacementTypeValue
int getPlacementTypeValue()Output only. Represents the type of the placement, for example, Website, YouTubeVideo and MobileApplication.
.google.ads.googleads.v21.enums.PlacementTypeEnum.PlacementType placement_type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for placementType.
-
getPlacementType
PlacementTypeEnum.PlacementType getPlacementType()Output only. Represents the type of the placement, for example, Website, YouTubeVideo and MobileApplication.
.google.ads.googleads.v21.enums.PlacementTypeEnum.PlacementType placement_type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The placementType.
-
getTargetUrl
String getTargetUrl()Output only. URL of the placement, for example, website, link to the mobile application in app store, or a YouTube video URL.
string target_url = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The targetUrl.
-
getTargetUrlBytes
com.google.protobuf.ByteString getTargetUrlBytes()Output only. URL of the placement, for example, website, link to the mobile application in app store, or a YouTube video URL.
string target_url = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for targetUrl.
-