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

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

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

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

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

  /**
   * 
   * Actions associated with this user list.
   * 
* * repeated .google.ads.googleads.v17.common.UserListActionInfo actions = 1; */ java.util.List getActionsList(); /** *
   * Actions associated with this user list.
   * 
* * repeated .google.ads.googleads.v17.common.UserListActionInfo actions = 1; */ com.google.ads.googleads.v17.common.UserListActionInfo getActions(int index); /** *
   * Actions associated with this user list.
   * 
* * repeated .google.ads.googleads.v17.common.UserListActionInfo actions = 1; */ int getActionsCount(); /** *
   * Actions associated with this user list.
   * 
* * repeated .google.ads.googleads.v17.common.UserListActionInfo actions = 1; */ java.util.List getActionsOrBuilderList(); /** *
   * Actions associated with this user list.
   * 
* * repeated .google.ads.googleads.v17.common.UserListActionInfo actions = 1; */ com.google.ads.googleads.v17.common.UserListActionInfoOrBuilder getActionsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy