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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/common/user_lists.proto

package com.google.ads.googleads.v10.common;

public interface UserListRuleItemGroupInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.UserListRuleItemGroupInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Rule items that will be grouped together based on rule_type.
   * 
* * repeated .google.ads.googleads.v10.common.UserListRuleItemInfo rule_items = 1; */ java.util.List getRuleItemsList(); /** *
   * Rule items that will be grouped together based on rule_type.
   * 
* * repeated .google.ads.googleads.v10.common.UserListRuleItemInfo rule_items = 1; */ com.google.ads.googleads.v10.common.UserListRuleItemInfo getRuleItems(int index); /** *
   * Rule items that will be grouped together based on rule_type.
   * 
* * repeated .google.ads.googleads.v10.common.UserListRuleItemInfo rule_items = 1; */ int getRuleItemsCount(); /** *
   * Rule items that will be grouped together based on rule_type.
   * 
* * repeated .google.ads.googleads.v10.common.UserListRuleItemInfo rule_items = 1; */ java.util.List getRuleItemsOrBuilderList(); /** *
   * Rule items that will be grouped together based on rule_type.
   * 
* * repeated .google.ads.googleads.v10.common.UserListRuleItemInfo rule_items = 1; */ com.google.ads.googleads.v10.common.UserListRuleItemInfoOrBuilder getRuleItemsOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy