All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.resources.AdGroupCriterionOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/resources/ad_group_criterion.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;

public interface AdGroupCriterionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.AdGroupCriterion)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Immutable. The resource name of the ad group criterion.
   * Ad group criterion resource names have the form:
   *
   * `customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The resourceName. */ java.lang.String getResourceName(); /** *
   * Immutable. The resource name of the ad group criterion.
   * Ad group criterion resource names have the form:
   *
   * `customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * Output only. The ID of the criterion.
   *
   * This field is ignored for mutates.
   * 
* * optional int64 criterion_id = 56 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the criterionId field is set. */ boolean hasCriterionId(); /** *
   * Output only. The ID of the criterion.
   *
   * This field is ignored for mutates.
   * 
* * optional int64 criterion_id = 56 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The criterionId. */ long getCriterionId(); /** *
   * Output only. The display name of the criterion.
   *
   * This field is ignored for mutates.
   * 
* * string display_name = 77 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The displayName. */ java.lang.String getDisplayName(); /** *
   * Output only. The display name of the criterion.
   *
   * This field is ignored for mutates.
   * 
* * string display_name = 77 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for displayName. */ com.google.protobuf.ByteString getDisplayNameBytes(); /** *
   * The status of the criterion.
   *
   * This is the status of the ad group criterion entity, set by the client.
   * Note: UI reports may incorporate additional information that affects
   * whether a criterion is eligible to run. In some cases a criterion that's
   * REMOVED in the API can still show as enabled in the UI.
   * For example, campaigns by default show to users of all age ranges unless
   * excluded. The UI will show each age range as "enabled", since they're
   * eligible to see the ads; but AdGroupCriterion.status will show "removed",
   * since no positive criterion was added.
   * 
* * .google.ads.googleads.v17.enums.AdGroupCriterionStatusEnum.AdGroupCriterionStatus status = 3; * @return The enum numeric value on the wire for status. */ int getStatusValue(); /** *
   * The status of the criterion.
   *
   * This is the status of the ad group criterion entity, set by the client.
   * Note: UI reports may incorporate additional information that affects
   * whether a criterion is eligible to run. In some cases a criterion that's
   * REMOVED in the API can still show as enabled in the UI.
   * For example, campaigns by default show to users of all age ranges unless
   * excluded. The UI will show each age range as "enabled", since they're
   * eligible to see the ads; but AdGroupCriterion.status will show "removed",
   * since no positive criterion was added.
   * 
* * .google.ads.googleads.v17.enums.AdGroupCriterionStatusEnum.AdGroupCriterionStatus status = 3; * @return The status. */ com.google.ads.googleads.v17.enums.AdGroupCriterionStatusEnum.AdGroupCriterionStatus getStatus(); /** *
   * Output only. Information regarding the quality of the criterion.
   * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion.QualityInfo quality_info = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the qualityInfo field is set. */ boolean hasQualityInfo(); /** *
   * Output only. Information regarding the quality of the criterion.
   * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion.QualityInfo quality_info = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The qualityInfo. */ com.google.ads.googleads.v17.resources.AdGroupCriterion.QualityInfo getQualityInfo(); /** *
   * Output only. Information regarding the quality of the criterion.
   * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion.QualityInfo quality_info = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v17.resources.AdGroupCriterion.QualityInfoOrBuilder getQualityInfoOrBuilder(); /** *
   * Immutable. The ad group to which the criterion belongs.
   * 
* * optional string ad_group = 57 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return Whether the adGroup field is set. */ boolean hasAdGroup(); /** *
   * Immutable. The ad group to which the criterion belongs.
   * 
* * optional string ad_group = 57 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The adGroup. */ java.lang.String getAdGroup(); /** *
   * Immutable. The ad group to which the criterion belongs.
   * 
* * optional string ad_group = 57 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for adGroup. */ com.google.protobuf.ByteString getAdGroupBytes(); /** *
   * Output only. The type of the criterion.
   * 
* * .google.ads.googleads.v17.enums.CriterionTypeEnum.CriterionType type = 25 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for type. */ int getTypeValue(); /** *
   * Output only. The type of the criterion.
   * 
* * .google.ads.googleads.v17.enums.CriterionTypeEnum.CriterionType type = 25 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The type. */ com.google.ads.googleads.v17.enums.CriterionTypeEnum.CriterionType getType(); /** *
   * Immutable. Whether to target (`false`) or exclude (`true`) the criterion.
   *
   * This field is immutable. To switch a criterion from positive to negative,
   * remove then re-add it.
   * 
* * optional bool negative = 58 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the negative field is set. */ boolean hasNegative(); /** *
   * Immutable. Whether to target (`false`) or exclude (`true`) the criterion.
   *
   * This field is immutable. To switch a criterion from positive to negative,
   * remove then re-add it.
   * 
* * optional bool negative = 58 [(.google.api.field_behavior) = IMMUTABLE]; * @return The negative. */ boolean getNegative(); /** *
   * Output only. Serving status of the criterion.
   * 
* * .google.ads.googleads.v17.enums.CriterionSystemServingStatusEnum.CriterionSystemServingStatus system_serving_status = 52 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for systemServingStatus. */ int getSystemServingStatusValue(); /** *
   * Output only. Serving status of the criterion.
   * 
* * .google.ads.googleads.v17.enums.CriterionSystemServingStatusEnum.CriterionSystemServingStatus system_serving_status = 52 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The systemServingStatus. */ com.google.ads.googleads.v17.enums.CriterionSystemServingStatusEnum.CriterionSystemServingStatus getSystemServingStatus(); /** *
   * Output only. Approval status of the criterion.
   * 
* * .google.ads.googleads.v17.enums.AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus approval_status = 53 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for approvalStatus. */ int getApprovalStatusValue(); /** *
   * Output only. Approval status of the criterion.
   * 
* * .google.ads.googleads.v17.enums.AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus approval_status = 53 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The approvalStatus. */ com.google.ads.googleads.v17.enums.AdGroupCriterionApprovalStatusEnum.AdGroupCriterionApprovalStatus getApprovalStatus(); /** *
   * Output only. List of disapproval reasons of the criterion.
   *
   * The different reasons for disapproving a criterion can be found here:
   * https://support.google.com/adspolicy/answer/6008942
   *
   * This field is read-only.
   * 
* * repeated string disapproval_reasons = 59 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the disapprovalReasons. */ java.util.List getDisapprovalReasonsList(); /** *
   * Output only. List of disapproval reasons of the criterion.
   *
   * The different reasons for disapproving a criterion can be found here:
   * https://support.google.com/adspolicy/answer/6008942
   *
   * This field is read-only.
   * 
* * repeated string disapproval_reasons = 59 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The count of disapprovalReasons. */ int getDisapprovalReasonsCount(); /** *
   * Output only. List of disapproval reasons of the criterion.
   *
   * The different reasons for disapproving a criterion can be found here:
   * https://support.google.com/adspolicy/answer/6008942
   *
   * This field is read-only.
   * 
* * repeated string disapproval_reasons = 59 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the element to return. * @return The disapprovalReasons at the given index. */ java.lang.String getDisapprovalReasons(int index); /** *
   * Output only. List of disapproval reasons of the criterion.
   *
   * The different reasons for disapproving a criterion can be found here:
   * https://support.google.com/adspolicy/answer/6008942
   *
   * This field is read-only.
   * 
* * repeated string disapproval_reasons = 59 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the value to return. * @return The bytes of the disapprovalReasons at the given index. */ com.google.protobuf.ByteString getDisapprovalReasonsBytes(int index); /** *
   * Output only. The resource names of labels attached to this ad group
   * criterion.
   * 
* * repeated string labels = 60 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return A list containing the labels. */ java.util.List getLabelsList(); /** *
   * Output only. The resource names of labels attached to this ad group
   * criterion.
   * 
* * repeated string labels = 60 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The count of labels. */ int getLabelsCount(); /** *
   * Output only. The resource names of labels attached to this ad group
   * criterion.
   * 
* * repeated string labels = 60 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @param index The index of the element to return. * @return The labels at the given index. */ java.lang.String getLabels(int index); /** *
   * Output only. The resource names of labels attached to this ad group
   * criterion.
   * 
* * repeated string labels = 60 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @param index The index of the value to return. * @return The bytes of the labels at the given index. */ com.google.protobuf.ByteString getLabelsBytes(int index); /** *
   * The modifier for the bid when the criterion matches. The modifier must be
   * in the range: 0.1 - 10.0. Most targetable criteria types support modifiers.
   * 
* * optional double bid_modifier = 61; * @return Whether the bidModifier field is set. */ boolean hasBidModifier(); /** *
   * The modifier for the bid when the criterion matches. The modifier must be
   * in the range: 0.1 - 10.0. Most targetable criteria types support modifiers.
   * 
* * optional double bid_modifier = 61; * @return The bidModifier. */ double getBidModifier(); /** *
   * The CPC (cost-per-click) bid.
   * 
* * optional int64 cpc_bid_micros = 62; * @return Whether the cpcBidMicros field is set. */ boolean hasCpcBidMicros(); /** *
   * The CPC (cost-per-click) bid.
   * 
* * optional int64 cpc_bid_micros = 62; * @return The cpcBidMicros. */ long getCpcBidMicros(); /** *
   * The CPM (cost-per-thousand viewable impressions) bid.
   * 
* * optional int64 cpm_bid_micros = 63; * @return Whether the cpmBidMicros field is set. */ boolean hasCpmBidMicros(); /** *
   * The CPM (cost-per-thousand viewable impressions) bid.
   * 
* * optional int64 cpm_bid_micros = 63; * @return The cpmBidMicros. */ long getCpmBidMicros(); /** *
   * The CPV (cost-per-view) bid.
   * 
* * optional int64 cpv_bid_micros = 64; * @return Whether the cpvBidMicros field is set. */ boolean hasCpvBidMicros(); /** *
   * The CPV (cost-per-view) bid.
   * 
* * optional int64 cpv_bid_micros = 64; * @return The cpvBidMicros. */ long getCpvBidMicros(); /** *
   * The CPC bid amount, expressed as a fraction of the advertised price
   * for some good or service. The valid range for the fraction is [0,1) and the
   * value stored here is 1,000,000 * [fraction].
   * 
* * optional int64 percent_cpc_bid_micros = 65; * @return Whether the percentCpcBidMicros field is set. */ boolean hasPercentCpcBidMicros(); /** *
   * The CPC bid amount, expressed as a fraction of the advertised price
   * for some good or service. The valid range for the fraction is [0,1) and the
   * value stored here is 1,000,000 * [fraction].
   * 
* * optional int64 percent_cpc_bid_micros = 65; * @return The percentCpcBidMicros. */ long getPercentCpcBidMicros(); /** *
   * Output only. The effective CPC (cost-per-click) bid.
   * 
* * optional int64 effective_cpc_bid_micros = 66 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the effectiveCpcBidMicros field is set. */ boolean hasEffectiveCpcBidMicros(); /** *
   * Output only. The effective CPC (cost-per-click) bid.
   * 
* * optional int64 effective_cpc_bid_micros = 66 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The effectiveCpcBidMicros. */ long getEffectiveCpcBidMicros(); /** *
   * Output only. The effective CPM (cost-per-thousand viewable impressions)
   * bid.
   * 
* * optional int64 effective_cpm_bid_micros = 67 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the effectiveCpmBidMicros field is set. */ boolean hasEffectiveCpmBidMicros(); /** *
   * Output only. The effective CPM (cost-per-thousand viewable impressions)
   * bid.
   * 
* * optional int64 effective_cpm_bid_micros = 67 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The effectiveCpmBidMicros. */ long getEffectiveCpmBidMicros(); /** *
   * Output only. The effective CPV (cost-per-view) bid.
   * 
* * optional int64 effective_cpv_bid_micros = 68 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the effectiveCpvBidMicros field is set. */ boolean hasEffectiveCpvBidMicros(); /** *
   * Output only. The effective CPV (cost-per-view) bid.
   * 
* * optional int64 effective_cpv_bid_micros = 68 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The effectiveCpvBidMicros. */ long getEffectiveCpvBidMicros(); /** *
   * Output only. The effective Percent CPC bid amount.
   * 
* * optional int64 effective_percent_cpc_bid_micros = 69 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the effectivePercentCpcBidMicros field is set. */ boolean hasEffectivePercentCpcBidMicros(); /** *
   * Output only. The effective Percent CPC bid amount.
   * 
* * optional int64 effective_percent_cpc_bid_micros = 69 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The effectivePercentCpcBidMicros. */ long getEffectivePercentCpcBidMicros(); /** *
   * Output only. Source of the effective CPC bid.
   * 
* * .google.ads.googleads.v17.enums.BiddingSourceEnum.BiddingSource effective_cpc_bid_source = 21 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for effectiveCpcBidSource. */ int getEffectiveCpcBidSourceValue(); /** *
   * Output only. Source of the effective CPC bid.
   * 
* * .google.ads.googleads.v17.enums.BiddingSourceEnum.BiddingSource effective_cpc_bid_source = 21 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The effectiveCpcBidSource. */ com.google.ads.googleads.v17.enums.BiddingSourceEnum.BiddingSource getEffectiveCpcBidSource(); /** *
   * Output only. Source of the effective CPM bid.
   * 
* * .google.ads.googleads.v17.enums.BiddingSourceEnum.BiddingSource effective_cpm_bid_source = 22 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for effectiveCpmBidSource. */ int getEffectiveCpmBidSourceValue(); /** *
   * Output only. Source of the effective CPM bid.
   * 
* * .google.ads.googleads.v17.enums.BiddingSourceEnum.BiddingSource effective_cpm_bid_source = 22 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The effectiveCpmBidSource. */ com.google.ads.googleads.v17.enums.BiddingSourceEnum.BiddingSource getEffectiveCpmBidSource(); /** *
   * Output only. Source of the effective CPV bid.
   * 
* * .google.ads.googleads.v17.enums.BiddingSourceEnum.BiddingSource effective_cpv_bid_source = 23 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for effectiveCpvBidSource. */ int getEffectiveCpvBidSourceValue(); /** *
   * Output only. Source of the effective CPV bid.
   * 
* * .google.ads.googleads.v17.enums.BiddingSourceEnum.BiddingSource effective_cpv_bid_source = 23 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The effectiveCpvBidSource. */ com.google.ads.googleads.v17.enums.BiddingSourceEnum.BiddingSource getEffectiveCpvBidSource(); /** *
   * Output only. Source of the effective Percent CPC bid.
   * 
* * .google.ads.googleads.v17.enums.BiddingSourceEnum.BiddingSource effective_percent_cpc_bid_source = 35 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for effectivePercentCpcBidSource. */ int getEffectivePercentCpcBidSourceValue(); /** *
   * Output only. Source of the effective Percent CPC bid.
   * 
* * .google.ads.googleads.v17.enums.BiddingSourceEnum.BiddingSource effective_percent_cpc_bid_source = 35 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The effectivePercentCpcBidSource. */ com.google.ads.googleads.v17.enums.BiddingSourceEnum.BiddingSource getEffectivePercentCpcBidSource(); /** *
   * Output only. Estimates for criterion bids at various positions.
   * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion.PositionEstimates position_estimates = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the positionEstimates field is set. */ boolean hasPositionEstimates(); /** *
   * Output only. Estimates for criterion bids at various positions.
   * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion.PositionEstimates position_estimates = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The positionEstimates. */ com.google.ads.googleads.v17.resources.AdGroupCriterion.PositionEstimates getPositionEstimates(); /** *
   * Output only. Estimates for criterion bids at various positions.
   * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion.PositionEstimates position_estimates = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v17.resources.AdGroupCriterion.PositionEstimatesOrBuilder getPositionEstimatesOrBuilder(); /** *
   * The list of possible final URLs after all cross-domain redirects for the
   * ad.
   * 
* * repeated string final_urls = 70; * @return A list containing the finalUrls. */ java.util.List getFinalUrlsList(); /** *
   * The list of possible final URLs after all cross-domain redirects for the
   * ad.
   * 
* * repeated string final_urls = 70; * @return The count of finalUrls. */ int getFinalUrlsCount(); /** *
   * The list of possible final URLs after all cross-domain redirects for the
   * ad.
   * 
* * repeated string final_urls = 70; * @param index The index of the element to return. * @return The finalUrls at the given index. */ java.lang.String getFinalUrls(int index); /** *
   * The list of possible final URLs after all cross-domain redirects for the
   * ad.
   * 
* * repeated string final_urls = 70; * @param index The index of the value to return. * @return The bytes of the finalUrls at the given index. */ com.google.protobuf.ByteString getFinalUrlsBytes(int index); /** *
   * The list of possible final mobile URLs after all cross-domain redirects.
   * 
* * repeated string final_mobile_urls = 71; * @return A list containing the finalMobileUrls. */ java.util.List getFinalMobileUrlsList(); /** *
   * The list of possible final mobile URLs after all cross-domain redirects.
   * 
* * repeated string final_mobile_urls = 71; * @return The count of finalMobileUrls. */ int getFinalMobileUrlsCount(); /** *
   * The list of possible final mobile URLs after all cross-domain redirects.
   * 
* * repeated string final_mobile_urls = 71; * @param index The index of the element to return. * @return The finalMobileUrls at the given index. */ java.lang.String getFinalMobileUrls(int index); /** *
   * The list of possible final mobile URLs after all cross-domain redirects.
   * 
* * repeated string final_mobile_urls = 71; * @param index The index of the value to return. * @return The bytes of the finalMobileUrls at the given index. */ com.google.protobuf.ByteString getFinalMobileUrlsBytes(int index); /** *
   * URL template for appending params to final URL.
   * 
* * optional string final_url_suffix = 72; * @return Whether the finalUrlSuffix field is set. */ boolean hasFinalUrlSuffix(); /** *
   * URL template for appending params to final URL.
   * 
* * optional string final_url_suffix = 72; * @return The finalUrlSuffix. */ java.lang.String getFinalUrlSuffix(); /** *
   * URL template for appending params to final URL.
   * 
* * optional string final_url_suffix = 72; * @return The bytes for finalUrlSuffix. */ com.google.protobuf.ByteString getFinalUrlSuffixBytes(); /** *
   * The URL template for constructing a tracking URL.
   * 
* * optional string tracking_url_template = 73; * @return Whether the trackingUrlTemplate field is set. */ boolean hasTrackingUrlTemplate(); /** *
   * The URL template for constructing a tracking URL.
   * 
* * optional string tracking_url_template = 73; * @return The trackingUrlTemplate. */ java.lang.String getTrackingUrlTemplate(); /** *
   * The URL template for constructing a tracking URL.
   * 
* * optional string tracking_url_template = 73; * @return The bytes for trackingUrlTemplate. */ com.google.protobuf.ByteString getTrackingUrlTemplateBytes(); /** *
   * The list of mappings used to substitute custom parameter tags in a
   * `tracking_url_template`, `final_urls`, or `mobile_final_urls`.
   * 
* * repeated .google.ads.googleads.v17.common.CustomParameter url_custom_parameters = 14; */ java.util.List getUrlCustomParametersList(); /** *
   * The list of mappings used to substitute custom parameter tags in a
   * `tracking_url_template`, `final_urls`, or `mobile_final_urls`.
   * 
* * repeated .google.ads.googleads.v17.common.CustomParameter url_custom_parameters = 14; */ com.google.ads.googleads.v17.common.CustomParameter getUrlCustomParameters(int index); /** *
   * The list of mappings used to substitute custom parameter tags in a
   * `tracking_url_template`, `final_urls`, or `mobile_final_urls`.
   * 
* * repeated .google.ads.googleads.v17.common.CustomParameter url_custom_parameters = 14; */ int getUrlCustomParametersCount(); /** *
   * The list of mappings used to substitute custom parameter tags in a
   * `tracking_url_template`, `final_urls`, or `mobile_final_urls`.
   * 
* * repeated .google.ads.googleads.v17.common.CustomParameter url_custom_parameters = 14; */ java.util.List getUrlCustomParametersOrBuilderList(); /** *
   * The list of mappings used to substitute custom parameter tags in a
   * `tracking_url_template`, `final_urls`, or `mobile_final_urls`.
   * 
* * repeated .google.ads.googleads.v17.common.CustomParameter url_custom_parameters = 14; */ com.google.ads.googleads.v17.common.CustomParameterOrBuilder getUrlCustomParametersOrBuilder( int index); /** *
   * Output only. The primary status for the ad group criterion.
   * 
* * optional .google.ads.googleads.v17.enums.AdGroupCriterionPrimaryStatusEnum.AdGroupCriterionPrimaryStatus primary_status = 85 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the primaryStatus field is set. */ boolean hasPrimaryStatus(); /** *
   * Output only. The primary status for the ad group criterion.
   * 
* * optional .google.ads.googleads.v17.enums.AdGroupCriterionPrimaryStatusEnum.AdGroupCriterionPrimaryStatus primary_status = 85 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for primaryStatus. */ int getPrimaryStatusValue(); /** *
   * Output only. The primary status for the ad group criterion.
   * 
* * optional .google.ads.googleads.v17.enums.AdGroupCriterionPrimaryStatusEnum.AdGroupCriterionPrimaryStatus primary_status = 85 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The primaryStatus. */ com.google.ads.googleads.v17.enums.AdGroupCriterionPrimaryStatusEnum.AdGroupCriterionPrimaryStatus getPrimaryStatus(); /** *
   * Output only. The primary status reasons for the ad group criterion.
   * 
* * repeated .google.ads.googleads.v17.enums.AdGroupCriterionPrimaryStatusReasonEnum.AdGroupCriterionPrimaryStatusReason primary_status_reasons = 86 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the primaryStatusReasons. */ java.util.List getPrimaryStatusReasonsList(); /** *
   * Output only. The primary status reasons for the ad group criterion.
   * 
* * repeated .google.ads.googleads.v17.enums.AdGroupCriterionPrimaryStatusReasonEnum.AdGroupCriterionPrimaryStatusReason primary_status_reasons = 86 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The count of primaryStatusReasons. */ int getPrimaryStatusReasonsCount(); /** *
   * Output only. The primary status reasons for the ad group criterion.
   * 
* * repeated .google.ads.googleads.v17.enums.AdGroupCriterionPrimaryStatusReasonEnum.AdGroupCriterionPrimaryStatusReason primary_status_reasons = 86 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the element to return. * @return The primaryStatusReasons at the given index. */ com.google.ads.googleads.v17.enums.AdGroupCriterionPrimaryStatusReasonEnum.AdGroupCriterionPrimaryStatusReason getPrimaryStatusReasons(int index); /** *
   * Output only. The primary status reasons for the ad group criterion.
   * 
* * repeated .google.ads.googleads.v17.enums.AdGroupCriterionPrimaryStatusReasonEnum.AdGroupCriterionPrimaryStatusReason primary_status_reasons = 86 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the enum numeric values on the wire for primaryStatusReasons. */ java.util.List getPrimaryStatusReasonsValueList(); /** *
   * Output only. The primary status reasons for the ad group criterion.
   * 
* * repeated .google.ads.googleads.v17.enums.AdGroupCriterionPrimaryStatusReasonEnum.AdGroupCriterionPrimaryStatusReason primary_status_reasons = 86 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the value to return. * @return The enum numeric value on the wire of primaryStatusReasons at the given index. */ int getPrimaryStatusReasonsValue(int index); /** *
   * Immutable. Keyword.
   * 
* * .google.ads.googleads.v17.common.KeywordInfo keyword = 27 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the keyword field is set. */ boolean hasKeyword(); /** *
   * Immutable. Keyword.
   * 
* * .google.ads.googleads.v17.common.KeywordInfo keyword = 27 [(.google.api.field_behavior) = IMMUTABLE]; * @return The keyword. */ com.google.ads.googleads.v17.common.KeywordInfo getKeyword(); /** *
   * Immutable. Keyword.
   * 
* * .google.ads.googleads.v17.common.KeywordInfo keyword = 27 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.KeywordInfoOrBuilder getKeywordOrBuilder(); /** *
   * Immutable. Placement.
   * 
* * .google.ads.googleads.v17.common.PlacementInfo placement = 28 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the placement field is set. */ boolean hasPlacement(); /** *
   * Immutable. Placement.
   * 
* * .google.ads.googleads.v17.common.PlacementInfo placement = 28 [(.google.api.field_behavior) = IMMUTABLE]; * @return The placement. */ com.google.ads.googleads.v17.common.PlacementInfo getPlacement(); /** *
   * Immutable. Placement.
   * 
* * .google.ads.googleads.v17.common.PlacementInfo placement = 28 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.PlacementInfoOrBuilder getPlacementOrBuilder(); /** *
   * Immutable. Mobile app category.
   * 
* * .google.ads.googleads.v17.common.MobileAppCategoryInfo mobile_app_category = 29 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the mobileAppCategory field is set. */ boolean hasMobileAppCategory(); /** *
   * Immutable. Mobile app category.
   * 
* * .google.ads.googleads.v17.common.MobileAppCategoryInfo mobile_app_category = 29 [(.google.api.field_behavior) = IMMUTABLE]; * @return The mobileAppCategory. */ com.google.ads.googleads.v17.common.MobileAppCategoryInfo getMobileAppCategory(); /** *
   * Immutable. Mobile app category.
   * 
* * .google.ads.googleads.v17.common.MobileAppCategoryInfo mobile_app_category = 29 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.MobileAppCategoryInfoOrBuilder getMobileAppCategoryOrBuilder(); /** *
   * Immutable. Mobile application.
   * 
* * .google.ads.googleads.v17.common.MobileApplicationInfo mobile_application = 30 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the mobileApplication field is set. */ boolean hasMobileApplication(); /** *
   * Immutable. Mobile application.
   * 
* * .google.ads.googleads.v17.common.MobileApplicationInfo mobile_application = 30 [(.google.api.field_behavior) = IMMUTABLE]; * @return The mobileApplication. */ com.google.ads.googleads.v17.common.MobileApplicationInfo getMobileApplication(); /** *
   * Immutable. Mobile application.
   * 
* * .google.ads.googleads.v17.common.MobileApplicationInfo mobile_application = 30 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.MobileApplicationInfoOrBuilder getMobileApplicationOrBuilder(); /** *
   * Immutable. Listing group.
   * 
* * .google.ads.googleads.v17.common.ListingGroupInfo listing_group = 32 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the listingGroup field is set. */ boolean hasListingGroup(); /** *
   * Immutable. Listing group.
   * 
* * .google.ads.googleads.v17.common.ListingGroupInfo listing_group = 32 [(.google.api.field_behavior) = IMMUTABLE]; * @return The listingGroup. */ com.google.ads.googleads.v17.common.ListingGroupInfo getListingGroup(); /** *
   * Immutable. Listing group.
   * 
* * .google.ads.googleads.v17.common.ListingGroupInfo listing_group = 32 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.ListingGroupInfoOrBuilder getListingGroupOrBuilder(); /** *
   * Immutable. Age range.
   * 
* * .google.ads.googleads.v17.common.AgeRangeInfo age_range = 36 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the ageRange field is set. */ boolean hasAgeRange(); /** *
   * Immutable. Age range.
   * 
* * .google.ads.googleads.v17.common.AgeRangeInfo age_range = 36 [(.google.api.field_behavior) = IMMUTABLE]; * @return The ageRange. */ com.google.ads.googleads.v17.common.AgeRangeInfo getAgeRange(); /** *
   * Immutable. Age range.
   * 
* * .google.ads.googleads.v17.common.AgeRangeInfo age_range = 36 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.AgeRangeInfoOrBuilder getAgeRangeOrBuilder(); /** *
   * Immutable. Gender.
   * 
* * .google.ads.googleads.v17.common.GenderInfo gender = 37 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the gender field is set. */ boolean hasGender(); /** *
   * Immutable. Gender.
   * 
* * .google.ads.googleads.v17.common.GenderInfo gender = 37 [(.google.api.field_behavior) = IMMUTABLE]; * @return The gender. */ com.google.ads.googleads.v17.common.GenderInfo getGender(); /** *
   * Immutable. Gender.
   * 
* * .google.ads.googleads.v17.common.GenderInfo gender = 37 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.GenderInfoOrBuilder getGenderOrBuilder(); /** *
   * Immutable. Income range.
   * 
* * .google.ads.googleads.v17.common.IncomeRangeInfo income_range = 38 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the incomeRange field is set. */ boolean hasIncomeRange(); /** *
   * Immutable. Income range.
   * 
* * .google.ads.googleads.v17.common.IncomeRangeInfo income_range = 38 [(.google.api.field_behavior) = IMMUTABLE]; * @return The incomeRange. */ com.google.ads.googleads.v17.common.IncomeRangeInfo getIncomeRange(); /** *
   * Immutable. Income range.
   * 
* * .google.ads.googleads.v17.common.IncomeRangeInfo income_range = 38 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.IncomeRangeInfoOrBuilder getIncomeRangeOrBuilder(); /** *
   * Immutable. Parental status.
   * 
* * .google.ads.googleads.v17.common.ParentalStatusInfo parental_status = 39 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the parentalStatus field is set. */ boolean hasParentalStatus(); /** *
   * Immutable. Parental status.
   * 
* * .google.ads.googleads.v17.common.ParentalStatusInfo parental_status = 39 [(.google.api.field_behavior) = IMMUTABLE]; * @return The parentalStatus. */ com.google.ads.googleads.v17.common.ParentalStatusInfo getParentalStatus(); /** *
   * Immutable. Parental status.
   * 
* * .google.ads.googleads.v17.common.ParentalStatusInfo parental_status = 39 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.ParentalStatusInfoOrBuilder getParentalStatusOrBuilder(); /** *
   * Immutable. User List.
   * 
* * .google.ads.googleads.v17.common.UserListInfo user_list = 42 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the userList field is set. */ boolean hasUserList(); /** *
   * Immutable. User List.
   * 
* * .google.ads.googleads.v17.common.UserListInfo user_list = 42 [(.google.api.field_behavior) = IMMUTABLE]; * @return The userList. */ com.google.ads.googleads.v17.common.UserListInfo getUserList(); /** *
   * Immutable. User List.
   * 
* * .google.ads.googleads.v17.common.UserListInfo user_list = 42 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.UserListInfoOrBuilder getUserListOrBuilder(); /** *
   * Immutable. YouTube Video.
   * 
* * .google.ads.googleads.v17.common.YouTubeVideoInfo youtube_video = 40 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the youtubeVideo field is set. */ boolean hasYoutubeVideo(); /** *
   * Immutable. YouTube Video.
   * 
* * .google.ads.googleads.v17.common.YouTubeVideoInfo youtube_video = 40 [(.google.api.field_behavior) = IMMUTABLE]; * @return The youtubeVideo. */ com.google.ads.googleads.v17.common.YouTubeVideoInfo getYoutubeVideo(); /** *
   * Immutable. YouTube Video.
   * 
* * .google.ads.googleads.v17.common.YouTubeVideoInfo youtube_video = 40 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.YouTubeVideoInfoOrBuilder getYoutubeVideoOrBuilder(); /** *
   * Immutable. YouTube Channel.
   * 
* * .google.ads.googleads.v17.common.YouTubeChannelInfo youtube_channel = 41 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the youtubeChannel field is set. */ boolean hasYoutubeChannel(); /** *
   * Immutable. YouTube Channel.
   * 
* * .google.ads.googleads.v17.common.YouTubeChannelInfo youtube_channel = 41 [(.google.api.field_behavior) = IMMUTABLE]; * @return The youtubeChannel. */ com.google.ads.googleads.v17.common.YouTubeChannelInfo getYoutubeChannel(); /** *
   * Immutable. YouTube Channel.
   * 
* * .google.ads.googleads.v17.common.YouTubeChannelInfo youtube_channel = 41 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.YouTubeChannelInfoOrBuilder getYoutubeChannelOrBuilder(); /** *
   * Immutable. Topic.
   * 
* * .google.ads.googleads.v17.common.TopicInfo topic = 43 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the topic field is set. */ boolean hasTopic(); /** *
   * Immutable. Topic.
   * 
* * .google.ads.googleads.v17.common.TopicInfo topic = 43 [(.google.api.field_behavior) = IMMUTABLE]; * @return The topic. */ com.google.ads.googleads.v17.common.TopicInfo getTopic(); /** *
   * Immutable. Topic.
   * 
* * .google.ads.googleads.v17.common.TopicInfo topic = 43 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.TopicInfoOrBuilder getTopicOrBuilder(); /** *
   * Immutable. User Interest.
   * 
* * .google.ads.googleads.v17.common.UserInterestInfo user_interest = 45 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the userInterest field is set. */ boolean hasUserInterest(); /** *
   * Immutable. User Interest.
   * 
* * .google.ads.googleads.v17.common.UserInterestInfo user_interest = 45 [(.google.api.field_behavior) = IMMUTABLE]; * @return The userInterest. */ com.google.ads.googleads.v17.common.UserInterestInfo getUserInterest(); /** *
   * Immutable. User Interest.
   * 
* * .google.ads.googleads.v17.common.UserInterestInfo user_interest = 45 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.UserInterestInfoOrBuilder getUserInterestOrBuilder(); /** *
   * Immutable. Webpage
   * 
* * .google.ads.googleads.v17.common.WebpageInfo webpage = 46 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the webpage field is set. */ boolean hasWebpage(); /** *
   * Immutable. Webpage
   * 
* * .google.ads.googleads.v17.common.WebpageInfo webpage = 46 [(.google.api.field_behavior) = IMMUTABLE]; * @return The webpage. */ com.google.ads.googleads.v17.common.WebpageInfo getWebpage(); /** *
   * Immutable. Webpage
   * 
* * .google.ads.googleads.v17.common.WebpageInfo webpage = 46 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.WebpageInfoOrBuilder getWebpageOrBuilder(); /** *
   * Immutable. App Payment Model.
   * 
* * .google.ads.googleads.v17.common.AppPaymentModelInfo app_payment_model = 47 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the appPaymentModel field is set. */ boolean hasAppPaymentModel(); /** *
   * Immutable. App Payment Model.
   * 
* * .google.ads.googleads.v17.common.AppPaymentModelInfo app_payment_model = 47 [(.google.api.field_behavior) = IMMUTABLE]; * @return The appPaymentModel. */ com.google.ads.googleads.v17.common.AppPaymentModelInfo getAppPaymentModel(); /** *
   * Immutable. App Payment Model.
   * 
* * .google.ads.googleads.v17.common.AppPaymentModelInfo app_payment_model = 47 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.AppPaymentModelInfoOrBuilder getAppPaymentModelOrBuilder(); /** *
   * Immutable. Custom Affinity.
   * 
* * .google.ads.googleads.v17.common.CustomAffinityInfo custom_affinity = 48 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the customAffinity field is set. */ boolean hasCustomAffinity(); /** *
   * Immutable. Custom Affinity.
   * 
* * .google.ads.googleads.v17.common.CustomAffinityInfo custom_affinity = 48 [(.google.api.field_behavior) = IMMUTABLE]; * @return The customAffinity. */ com.google.ads.googleads.v17.common.CustomAffinityInfo getCustomAffinity(); /** *
   * Immutable. Custom Affinity.
   * 
* * .google.ads.googleads.v17.common.CustomAffinityInfo custom_affinity = 48 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.CustomAffinityInfoOrBuilder getCustomAffinityOrBuilder(); /** *
   * Immutable. Custom Intent.
   * 
* * .google.ads.googleads.v17.common.CustomIntentInfo custom_intent = 49 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the customIntent field is set. */ boolean hasCustomIntent(); /** *
   * Immutable. Custom Intent.
   * 
* * .google.ads.googleads.v17.common.CustomIntentInfo custom_intent = 49 [(.google.api.field_behavior) = IMMUTABLE]; * @return The customIntent. */ com.google.ads.googleads.v17.common.CustomIntentInfo getCustomIntent(); /** *
   * Immutable. Custom Intent.
   * 
* * .google.ads.googleads.v17.common.CustomIntentInfo custom_intent = 49 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.CustomIntentInfoOrBuilder getCustomIntentOrBuilder(); /** *
   * Immutable. Custom Audience.
   * 
* * .google.ads.googleads.v17.common.CustomAudienceInfo custom_audience = 74 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the customAudience field is set. */ boolean hasCustomAudience(); /** *
   * Immutable. Custom Audience.
   * 
* * .google.ads.googleads.v17.common.CustomAudienceInfo custom_audience = 74 [(.google.api.field_behavior) = IMMUTABLE]; * @return The customAudience. */ com.google.ads.googleads.v17.common.CustomAudienceInfo getCustomAudience(); /** *
   * Immutable. Custom Audience.
   * 
* * .google.ads.googleads.v17.common.CustomAudienceInfo custom_audience = 74 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.CustomAudienceInfoOrBuilder getCustomAudienceOrBuilder(); /** *
   * Immutable. Combined Audience.
   * 
* * .google.ads.googleads.v17.common.CombinedAudienceInfo combined_audience = 75 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the combinedAudience field is set. */ boolean hasCombinedAudience(); /** *
   * Immutable. Combined Audience.
   * 
* * .google.ads.googleads.v17.common.CombinedAudienceInfo combined_audience = 75 [(.google.api.field_behavior) = IMMUTABLE]; * @return The combinedAudience. */ com.google.ads.googleads.v17.common.CombinedAudienceInfo getCombinedAudience(); /** *
   * Immutable. Combined Audience.
   * 
* * .google.ads.googleads.v17.common.CombinedAudienceInfo combined_audience = 75 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.CombinedAudienceInfoOrBuilder getCombinedAudienceOrBuilder(); /** *
   * Immutable. Audience.
   * 
* * .google.ads.googleads.v17.common.AudienceInfo audience = 79 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the audience field is set. */ boolean hasAudience(); /** *
   * Immutable. Audience.
   * 
* * .google.ads.googleads.v17.common.AudienceInfo audience = 79 [(.google.api.field_behavior) = IMMUTABLE]; * @return The audience. */ com.google.ads.googleads.v17.common.AudienceInfo getAudience(); /** *
   * Immutable. Audience.
   * 
* * .google.ads.googleads.v17.common.AudienceInfo audience = 79 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.AudienceInfoOrBuilder getAudienceOrBuilder(); /** *
   * Immutable. Location.
   * 
* * .google.ads.googleads.v17.common.LocationInfo location = 82 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the location field is set. */ boolean hasLocation(); /** *
   * Immutable. Location.
   * 
* * .google.ads.googleads.v17.common.LocationInfo location = 82 [(.google.api.field_behavior) = IMMUTABLE]; * @return The location. */ com.google.ads.googleads.v17.common.LocationInfo getLocation(); /** *
   * Immutable. Location.
   * 
* * .google.ads.googleads.v17.common.LocationInfo location = 82 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.LocationInfoOrBuilder getLocationOrBuilder(); /** *
   * Immutable. Language.
   * 
* * .google.ads.googleads.v17.common.LanguageInfo language = 83 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the language field is set. */ boolean hasLanguage(); /** *
   * Immutable. Language.
   * 
* * .google.ads.googleads.v17.common.LanguageInfo language = 83 [(.google.api.field_behavior) = IMMUTABLE]; * @return The language. */ com.google.ads.googleads.v17.common.LanguageInfo getLanguage(); /** *
   * Immutable. Language.
   * 
* * .google.ads.googleads.v17.common.LanguageInfo language = 83 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.LanguageInfoOrBuilder getLanguageOrBuilder(); com.google.ads.googleads.v17.resources.AdGroupCriterion.CriterionCase getCriterionCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy