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

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

  /**
   * 
   * Included audience segments. Users are included if they belong to at least
   * one segment.
   * 
* * repeated .google.ads.googleads.v17.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.v17.common.AudienceSegment segments = 1; */ com.google.ads.googleads.v17.common.AudienceSegment getSegments(int index); /** *
   * Included audience segments. Users are included if they belong to at least
   * one segment.
   * 
* * repeated .google.ads.googleads.v17.common.AudienceSegment segments = 1; */ int getSegmentsCount(); /** *
   * Included audience segments. Users are included if they belong to at least
   * one segment.
   * 
* * repeated .google.ads.googleads.v17.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.v17.common.AudienceSegment segments = 1; */ com.google.ads.googleads.v17.common.AudienceSegmentOrBuilder getSegmentsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy