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

com.google.ads.googleads.v10.common.AudienceSegmentDimensionOrBuilder Maven / Gradle / Ivy

// 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 AudienceSegmentDimensionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.AudienceSegmentDimension)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Included audience segments. Users are included if they belong to at least
   * one segment.
   * 
* * repeated .google.ads.googleads.v10.common.AudienceSegment segments = 1; */ java.util.List getSegmentsList(); /** *
   * Included audience segments. Users are included if they belong to at least
   * one segment.
   * 
* * repeated .google.ads.googleads.v10.common.AudienceSegment segments = 1; */ com.google.ads.googleads.v10.common.AudienceSegment getSegments(int index); /** *
   * Included audience segments. Users are included if they belong to at least
   * one segment.
   * 
* * repeated .google.ads.googleads.v10.common.AudienceSegment segments = 1; */ int getSegmentsCount(); /** *
   * Included audience segments. Users are included if they belong to at least
   * one segment.
   * 
* * repeated .google.ads.googleads.v10.common.AudienceSegment segments = 1; */ java.util.List getSegmentsOrBuilderList(); /** *
   * Included audience segments. Users are included if they belong to at least
   * one segment.
   * 
* * repeated .google.ads.googleads.v10.common.AudienceSegment segments = 1; */ com.google.ads.googleads.v10.common.AudienceSegmentOrBuilder getSegmentsOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy