com.google.ads.googleads.v17.resources.DetailPlacementViewOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/resources/detail_placement_view.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface DetailPlacementViewOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.DetailPlacementView)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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) = { ... }
* @return The resourceName.
*/
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) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* 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];
* @return Whether the placement field is set.
*/
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];
* @return The placement.
*/
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];
* @return The bytes for placement.
*/
com.google.protobuf.ByteString
getPlacementBytes();
/**
*
* 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];
* @return Whether the displayName field is set.
*/
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];
* @return The displayName.
*/
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];
* @return The bytes for displayName.
*/
com.google.protobuf.ByteString
getDisplayNameBytes();
/**
*
* Output only. URL of the group placement, for example, 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];
* @return Whether the groupPlacementTargetUrl field is set.
*/
boolean hasGroupPlacementTargetUrl();
/**
*
* Output only. URL of the group placement, for example, 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];
* @return The groupPlacementTargetUrl.
*/
java.lang.String getGroupPlacementTargetUrl();
/**
*
* Output only. URL of the group placement, for example, 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];
* @return The bytes for groupPlacementTargetUrl.
*/
com.google.protobuf.ByteString
getGroupPlacementTargetUrlBytes();
/**
*
* Output only. URL of the placement, for example, 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];
* @return Whether the targetUrl field is set.
*/
boolean hasTargetUrl();
/**
*
* Output only. URL of the placement, for example, 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];
* @return The targetUrl.
*/
java.lang.String getTargetUrl();
/**
*
* Output only. URL of the placement, for example, 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];
* @return The bytes for targetUrl.
*/
com.google.protobuf.ByteString
getTargetUrlBytes();
/**
*
* Output only. Type of the placement, for example, Website, YouTube Video,
* and Mobile Application.
*
*
* .google.ads.googleads.v17.enums.PlacementTypeEnum.PlacementType placement_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for placementType.
*/
int getPlacementTypeValue();
/**
*
* Output only. Type of the placement, for example, Website, YouTube Video,
* and Mobile Application.
*
*
* .google.ads.googleads.v17.enums.PlacementTypeEnum.PlacementType placement_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The placementType.
*/
com.google.ads.googleads.v17.enums.PlacementTypeEnum.PlacementType getPlacementType();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy