Interface PlannableUserListOrBuilder

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

public interface PlannableUserListOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasUserListInfo

      boolean hasUserListInfo()
       The user list ID.
       
      .google.ads.googleads.v21.common.UserListInfo user_list_info = 1;
      Returns:
      Whether the userListInfo field is set.
    • getUserListInfo

      UserListInfo getUserListInfo()
       The user list ID.
       
      .google.ads.googleads.v21.common.UserListInfo user_list_info = 1;
      Returns:
      The userListInfo.
    • getUserListInfoOrBuilder

      UserListInfoOrBuilder getUserListInfoOrBuilder()
       The user list ID.
       
      .google.ads.googleads.v21.common.UserListInfo user_list_info = 1;
    • getDisplayName

      String getDisplayName()
       The name of the user list.
       
      string display_name = 2;
      Returns:
      The displayName.
    • getDisplayNameBytes

      com.google.protobuf.ByteString getDisplayNameBytes()
       The name of the user list.
       
      string display_name = 2;
      Returns:
      The bytes for displayName.
    • getUserListTypeValue

      int getUserListTypeValue()
       The user list type.
       
      .google.ads.googleads.v21.enums.UserListTypeEnum.UserListType user_list_type = 3;
      Returns:
      The enum numeric value on the wire for userListType.
    • getUserListType

       The user list type.
       
      .google.ads.googleads.v21.enums.UserListTypeEnum.UserListType user_list_type = 3;
      Returns:
      The userListType.
    • getPlannableStatusValue

      int getPlannableStatusValue()
       The plannable status of the user list.
       
      .google.ads.googleads.v21.enums.ReachPlanPlannableUserListStatusEnum.ReachPlanPlannableUserListStatus plannable_status = 4;
      Returns:
      The enum numeric value on the wire for plannableStatus.
    • getPlannableStatus

       The plannable status of the user list.
       
      .google.ads.googleads.v21.enums.ReachPlanPlannableUserListStatusEnum.ReachPlanPlannableUserListStatus plannable_status = 4;
      Returns:
      The plannableStatus.