Interface BasicUserListInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    BasicUserListInfo, BasicUserListInfo.Builder

    public interface BasicUserListInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getActionsList

        java.util.List<UserListActionInfo> getActionsList()
         Actions associated with this user list.
         
        repeated .google.ads.googleads.v10.common.UserListActionInfo actions = 1;
      • getActions

        UserListActionInfo getActions​(int index)
         Actions associated with this user list.
         
        repeated .google.ads.googleads.v10.common.UserListActionInfo actions = 1;
      • getActionsCount

        int getActionsCount()
         Actions associated with this user list.
         
        repeated .google.ads.googleads.v10.common.UserListActionInfo actions = 1;
      • getActionsOrBuilderList

        java.util.List<? extends UserListActionInfoOrBuilder> getActionsOrBuilderList()
         Actions associated with this user list.
         
        repeated .google.ads.googleads.v10.common.UserListActionInfo actions = 1;
      • getActionsOrBuilder

        UserListActionInfoOrBuilder getActionsOrBuilder​(int index)
         Actions associated with this user list.
         
        repeated .google.ads.googleads.v10.common.UserListActionInfo actions = 1;