com.google.ads.googleads.v17.common.TargetRestrictionOrBuilder 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/common/targeting_setting.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface TargetRestrictionOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.TargetRestriction)
com.google.protobuf.MessageOrBuilder {
/**
*
* The targeting dimension that these settings apply to.
*
*
* .google.ads.googleads.v17.enums.TargetingDimensionEnum.TargetingDimension targeting_dimension = 1;
* @return The enum numeric value on the wire for targetingDimension.
*/
int getTargetingDimensionValue();
/**
*
* The targeting dimension that these settings apply to.
*
*
* .google.ads.googleads.v17.enums.TargetingDimensionEnum.TargetingDimension targeting_dimension = 1;
* @return The targetingDimension.
*/
com.google.ads.googleads.v17.enums.TargetingDimensionEnum.TargetingDimension getTargetingDimension();
/**
*
* Indicates whether to restrict your ads to show only for the criteria you
* have selected for this targeting_dimension, or to target all values for
* this targeting_dimension and show ads based on your targeting in other
* TargetingDimensions. A value of `true` means that these criteria will only
* apply bid modifiers, and not affect targeting. A value of `false` means
* that these criteria will restrict targeting as well as applying bid
* modifiers.
*
*
* optional bool bid_only = 3;
* @return Whether the bidOnly field is set.
*/
boolean hasBidOnly();
/**
*
* Indicates whether to restrict your ads to show only for the criteria you
* have selected for this targeting_dimension, or to target all values for
* this targeting_dimension and show ads based on your targeting in other
* TargetingDimensions. A value of `true` means that these criteria will only
* apply bid modifiers, and not affect targeting. A value of `false` means
* that these criteria will restrict targeting as well as applying bid
* modifiers.
*
*
* optional bool bid_only = 3;
* @return The bidOnly.
*/
boolean getBidOnly();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy