com.google.ads.googleads.v10.common.TargetingSettingOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/common/targeting_setting.proto
package com.google.ads.googleads.v10.common;
public interface TargetingSettingOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.TargetingSetting)
com.google.protobuf.MessageOrBuilder {
/**
*
* The per-targeting-dimension setting to restrict the reach of your campaign
* or ad group.
*
*
* repeated .google.ads.googleads.v10.common.TargetRestriction target_restrictions = 1;
*/
java.util.List
getTargetRestrictionsList();
/**
*
* The per-targeting-dimension setting to restrict the reach of your campaign
* or ad group.
*
*
* repeated .google.ads.googleads.v10.common.TargetRestriction target_restrictions = 1;
*/
com.google.ads.googleads.v10.common.TargetRestriction getTargetRestrictions(int index);
/**
*
* The per-targeting-dimension setting to restrict the reach of your campaign
* or ad group.
*
*
* repeated .google.ads.googleads.v10.common.TargetRestriction target_restrictions = 1;
*/
int getTargetRestrictionsCount();
/**
*
* The per-targeting-dimension setting to restrict the reach of your campaign
* or ad group.
*
*
* repeated .google.ads.googleads.v10.common.TargetRestriction target_restrictions = 1;
*/
java.util.List extends com.google.ads.googleads.v10.common.TargetRestrictionOrBuilder>
getTargetRestrictionsOrBuilderList();
/**
*
* The per-targeting-dimension setting to restrict the reach of your campaign
* or ad group.
*
*
* repeated .google.ads.googleads.v10.common.TargetRestriction target_restrictions = 1;
*/
com.google.ads.googleads.v10.common.TargetRestrictionOrBuilder getTargetRestrictionsOrBuilder(
int index);
/**
*
* The list of operations changing the target restrictions.
* Adding a target restriction with a targeting dimension that already exists
* causes the existing target restriction to be replaced with the new value.
*
*
* repeated .google.ads.googleads.v10.common.TargetRestrictionOperation target_restriction_operations = 2;
*/
java.util.List
getTargetRestrictionOperationsList();
/**
*
* The list of operations changing the target restrictions.
* Adding a target restriction with a targeting dimension that already exists
* causes the existing target restriction to be replaced with the new value.
*
*
* repeated .google.ads.googleads.v10.common.TargetRestrictionOperation target_restriction_operations = 2;
*/
com.google.ads.googleads.v10.common.TargetRestrictionOperation getTargetRestrictionOperations(int index);
/**
*
* The list of operations changing the target restrictions.
* Adding a target restriction with a targeting dimension that already exists
* causes the existing target restriction to be replaced with the new value.
*
*
* repeated .google.ads.googleads.v10.common.TargetRestrictionOperation target_restriction_operations = 2;
*/
int getTargetRestrictionOperationsCount();
/**
*
* The list of operations changing the target restrictions.
* Adding a target restriction with a targeting dimension that already exists
* causes the existing target restriction to be replaced with the new value.
*
*
* repeated .google.ads.googleads.v10.common.TargetRestrictionOperation target_restriction_operations = 2;
*/
java.util.List extends com.google.ads.googleads.v10.common.TargetRestrictionOperationOrBuilder>
getTargetRestrictionOperationsOrBuilderList();
/**
*
* The list of operations changing the target restrictions.
* Adding a target restriction with a targeting dimension that already exists
* causes the existing target restriction to be replaced with the new value.
*
*
* repeated .google.ads.googleads.v10.common.TargetRestrictionOperation target_restriction_operations = 2;
*/
com.google.ads.googleads.v10.common.TargetRestrictionOperationOrBuilder getTargetRestrictionOperationsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy