com.google.ads.googleads.v10.common.AudienceExclusionDimensionOrBuilder 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/audiences.proto
package com.google.ads.googleads.v10.common;
public interface AudienceExclusionDimensionOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.AudienceExclusionDimension)
com.google.protobuf.MessageOrBuilder {
/**
*
* Audience segment to be excluded.
*
*
* repeated .google.ads.googleads.v10.common.ExclusionSegment exclusions = 1;
*/
java.util.List
getExclusionsList();
/**
*
* Audience segment to be excluded.
*
*
* repeated .google.ads.googleads.v10.common.ExclusionSegment exclusions = 1;
*/
com.google.ads.googleads.v10.common.ExclusionSegment getExclusions(int index);
/**
*
* Audience segment to be excluded.
*
*
* repeated .google.ads.googleads.v10.common.ExclusionSegment exclusions = 1;
*/
int getExclusionsCount();
/**
*
* Audience segment to be excluded.
*
*
* repeated .google.ads.googleads.v10.common.ExclusionSegment exclusions = 1;
*/
java.util.List extends com.google.ads.googleads.v10.common.ExclusionSegmentOrBuilder>
getExclusionsOrBuilderList();
/**
*
* Audience segment to be excluded.
*
*
* repeated .google.ads.googleads.v10.common.ExclusionSegment exclusions = 1;
*/
com.google.ads.googleads.v10.common.ExclusionSegmentOrBuilder getExclusionsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy