Enum Class CustomerManagerLinkErrorEnum.CustomerManagerLinkError

java.lang.Object
java.lang.Enum<CustomerManagerLinkErrorEnum.CustomerManagerLinkError>
com.google.ads.googleads.v18.errors.CustomerManagerLinkErrorEnum.CustomerManagerLinkError
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<CustomerManagerLinkErrorEnum.CustomerManagerLinkError>, Constable
Enclosing class:
CustomerManagerLinkErrorEnum

public static enum CustomerManagerLinkErrorEnum.CustomerManagerLinkError extends Enum<CustomerManagerLinkErrorEnum.CustomerManagerLinkError> implements com.google.protobuf.ProtocolMessageEnum
 Enum describing possible CustomerManagerLink errors.
 
Protobuf enum google.ads.googleads.v18.errors.CustomerManagerLinkErrorEnum.CustomerManagerLinkError
  • Enum Constant Details

  • Field Details

    • UNSPECIFIED_VALUE

      public static final int UNSPECIFIED_VALUE
       Enum unspecified.
       
      UNSPECIFIED = 0;
      See Also:
    • UNKNOWN_VALUE

      public static final int UNKNOWN_VALUE
       The received error code is not known in this version.
       
      UNKNOWN = 1;
      See Also:
    • NO_PENDING_INVITE_VALUE

      public static final int NO_PENDING_INVITE_VALUE
       No pending invitation.
       
      NO_PENDING_INVITE = 2;
      See Also:
    • SAME_CLIENT_MORE_THAN_ONCE_PER_CALL_VALUE

      public static final int SAME_CLIENT_MORE_THAN_ONCE_PER_CALL_VALUE
       Attempt to operate on the same client more than once in the same call.
       
      SAME_CLIENT_MORE_THAN_ONCE_PER_CALL = 3;
      See Also:
    • MANAGER_HAS_MAX_NUMBER_OF_LINKED_ACCOUNTS_VALUE

      public static final int MANAGER_HAS_MAX_NUMBER_OF_LINKED_ACCOUNTS_VALUE
       Manager account has the maximum number of linked accounts.
       
      MANAGER_HAS_MAX_NUMBER_OF_LINKED_ACCOUNTS = 4;
      See Also:
    • CANNOT_REMOVE_LAST_CLIENT_ACCOUNT_OWNER_VALUE

      public static final int CANNOT_REMOVE_LAST_CLIENT_ACCOUNT_OWNER_VALUE
       Account should have at least one active owner on it before being
       unlinked.
       
      CANNOT_REMOVE_LAST_CLIENT_ACCOUNT_OWNER = 6;
      See Also:
    • CANNOT_CHANGE_ROLE_BY_NON_ACCOUNT_OWNER_VALUE

      public static final int CANNOT_CHANGE_ROLE_BY_NON_ACCOUNT_OWNER_VALUE
       Only account owners may change their permission role.
       
      CANNOT_CHANGE_ROLE_BY_NON_ACCOUNT_OWNER = 7;
      See Also:
    • DUPLICATE_CHILD_FOUND_VALUE

      public static final int DUPLICATE_CHILD_FOUND_VALUE
       Attempt to link a child to a parent that contains or will contain
       duplicate children.
       
      DUPLICATE_CHILD_FOUND = 9;
      See Also:
  • Method Details

    • values

      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static CustomerManagerLinkErrorEnum.CustomerManagerLinkError forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<CustomerManagerLinkErrorEnum.CustomerManagerLinkError> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static CustomerManagerLinkErrorEnum.CustomerManagerLinkError valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null