com.google.ads.googleads.v17.resources.ClickViewOrBuilder 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/click_view.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface ClickViewOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.ClickView)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. The resource name of the click view.
* Click view resource names have the form:
*
* `customers/{customer_id}/clickViews/{date (yyyy-MM-dd)}~{gclid}`
*
*
* 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 click view.
* Click view resource names have the form:
*
* `customers/{customer_id}/clickViews/{date (yyyy-MM-dd)}~{gclid}`
*
*
* 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 Google Click ID.
*
*
* optional string gclid = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the gclid field is set.
*/
boolean hasGclid();
/**
*
* Output only. The Google Click ID.
*
*
* optional string gclid = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The gclid.
*/
java.lang.String getGclid();
/**
*
* Output only. The Google Click ID.
*
*
* optional string gclid = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for gclid.
*/
com.google.protobuf.ByteString
getGclidBytes();
/**
*
* Output only. The location criteria matching the area of interest associated
* with the impression.
*
*
* .google.ads.googleads.v17.common.ClickLocation area_of_interest = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the areaOfInterest field is set.
*/
boolean hasAreaOfInterest();
/**
*
* Output only. The location criteria matching the area of interest associated
* with the impression.
*
*
* .google.ads.googleads.v17.common.ClickLocation area_of_interest = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The areaOfInterest.
*/
com.google.ads.googleads.v17.common.ClickLocation getAreaOfInterest();
/**
*
* Output only. The location criteria matching the area of interest associated
* with the impression.
*
*
* .google.ads.googleads.v17.common.ClickLocation area_of_interest = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.common.ClickLocationOrBuilder getAreaOfInterestOrBuilder();
/**
*
* Output only. The location criteria matching the location of presence
* associated with the impression.
*
*
* .google.ads.googleads.v17.common.ClickLocation location_of_presence = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the locationOfPresence field is set.
*/
boolean hasLocationOfPresence();
/**
*
* Output only. The location criteria matching the location of presence
* associated with the impression.
*
*
* .google.ads.googleads.v17.common.ClickLocation location_of_presence = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The locationOfPresence.
*/
com.google.ads.googleads.v17.common.ClickLocation getLocationOfPresence();
/**
*
* Output only. The location criteria matching the location of presence
* associated with the impression.
*
*
* .google.ads.googleads.v17.common.ClickLocation location_of_presence = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.common.ClickLocationOrBuilder getLocationOfPresenceOrBuilder();
/**
*
* Output only. Page number in search results where the ad was shown.
*
*
* optional int64 page_number = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the pageNumber field is set.
*/
boolean hasPageNumber();
/**
*
* Output only. Page number in search results where the ad was shown.
*
*
* optional int64 page_number = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The pageNumber.
*/
long getPageNumber();
/**
*
* Output only. The associated ad.
*
*
* optional string ad_group_ad = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return Whether the adGroupAd field is set.
*/
boolean hasAdGroupAd();
/**
*
* Output only. The associated ad.
*
*
* optional string ad_group_ad = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The adGroupAd.
*/
java.lang.String getAdGroupAd();
/**
*
* Output only. The associated ad.
*
*
* optional string ad_group_ad = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for adGroupAd.
*/
com.google.protobuf.ByteString
getAdGroupAdBytes();
/**
*
* Output only. The associated campaign location target, if one exists.
*
*
* optional string campaign_location_target = 11 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return Whether the campaignLocationTarget field is set.
*/
boolean hasCampaignLocationTarget();
/**
*
* Output only. The associated campaign location target, if one exists.
*
*
* optional string campaign_location_target = 11 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The campaignLocationTarget.
*/
java.lang.String getCampaignLocationTarget();
/**
*
* Output only. The associated campaign location target, if one exists.
*
*
* optional string campaign_location_target = 11 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for campaignLocationTarget.
*/
com.google.protobuf.ByteString
getCampaignLocationTargetBytes();
/**
*
* Output only. The associated user list, if one exists.
*
*
* optional string user_list = 12 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return Whether the userList field is set.
*/
boolean hasUserList();
/**
*
* Output only. The associated user list, if one exists.
*
*
* optional string user_list = 12 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The userList.
*/
java.lang.String getUserList();
/**
*
* Output only. The associated user list, if one exists.
*
*
* optional string user_list = 12 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for userList.
*/
com.google.protobuf.ByteString
getUserListBytes();
/**
*
* Output only. The associated keyword, if one exists and the click
* corresponds to the SEARCH channel.
*
*
* string keyword = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The keyword.
*/
java.lang.String getKeyword();
/**
*
* Output only. The associated keyword, if one exists and the click
* corresponds to the SEARCH channel.
*
*
* string keyword = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for keyword.
*/
com.google.protobuf.ByteString
getKeywordBytes();
/**
*
* Output only. Basic information about the associated keyword, if it exists.
*
*
* .google.ads.googleads.v17.common.KeywordInfo keyword_info = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the keywordInfo field is set.
*/
boolean hasKeywordInfo();
/**
*
* Output only. Basic information about the associated keyword, if it exists.
*
*
* .google.ads.googleads.v17.common.KeywordInfo keyword_info = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The keywordInfo.
*/
com.google.ads.googleads.v17.common.KeywordInfo getKeywordInfo();
/**
*
* Output only. Basic information about the associated keyword, if it exists.
*
*
* .google.ads.googleads.v17.common.KeywordInfo keyword_info = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.common.KeywordInfoOrBuilder getKeywordInfoOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy