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

com.google.ads.googleads.v17.common.AudienceExclusionDimensionOrBuilder Maven / Gradle / Ivy

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

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

public interface AudienceExclusionDimensionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.AudienceExclusionDimension)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Audience segment to be excluded.
   * 
* * repeated .google.ads.googleads.v17.common.ExclusionSegment exclusions = 1; */ java.util.List getExclusionsList(); /** *
   * Audience segment to be excluded.
   * 
* * repeated .google.ads.googleads.v17.common.ExclusionSegment exclusions = 1; */ com.google.ads.googleads.v17.common.ExclusionSegment getExclusions(int index); /** *
   * Audience segment to be excluded.
   * 
* * repeated .google.ads.googleads.v17.common.ExclusionSegment exclusions = 1; */ int getExclusionsCount(); /** *
   * Audience segment to be excluded.
   * 
* * repeated .google.ads.googleads.v17.common.ExclusionSegment exclusions = 1; */ java.util.List getExclusionsOrBuilderList(); /** *
   * Audience segment to be excluded.
   * 
* * repeated .google.ads.googleads.v17.common.ExclusionSegment exclusions = 1; */ com.google.ads.googleads.v17.common.ExclusionSegmentOrBuilder getExclusionsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy