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 Summary

    Modifier and Type
    Method
    Description
    getActions(int index)
    Actions associated with this user list.
    int
    Actions associated with this user list.
    Actions associated with this user list.
    Actions associated with this user list.
    Actions associated with this user list.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getActionsList

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

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

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

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

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