com.google.ads.googleads.v17.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-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 TargetingSettingOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.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.v17.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.v17.common.TargetRestriction target_restrictions = 1;
*/
com.google.ads.googleads.v17.common.TargetRestriction getTargetRestrictions(int index);
/**
*
* The per-targeting-dimension setting to restrict the reach of your campaign
* or ad group.
*
*
* repeated .google.ads.googleads.v17.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.v17.common.TargetRestriction target_restrictions = 1;
*/
java.util.List extends com.google.ads.googleads.v17.common.TargetRestrictionOrBuilder>
getTargetRestrictionsOrBuilderList();
/**
*
* The per-targeting-dimension setting to restrict the reach of your campaign
* or ad group.
*
*
* repeated .google.ads.googleads.v17.common.TargetRestriction target_restrictions = 1;
*/
com.google.ads.googleads.v17.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.v17.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.v17.common.TargetRestrictionOperation target_restriction_operations = 2;
*/
com.google.ads.googleads.v17.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.v17.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.v17.common.TargetRestrictionOperation target_restriction_operations = 2;
*/
java.util.List extends com.google.ads.googleads.v17.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.v17.common.TargetRestrictionOperation target_restriction_operations = 2;
*/
com.google.ads.googleads.v17.common.TargetRestrictionOperationOrBuilder getTargetRestrictionOperationsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy