You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

155 lines
8.9 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/errors/customer_manager_link_error.proto
  3. package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors"
  4. import proto "github.com/golang/protobuf/proto"
  5. import fmt "fmt"
  6. import math "math"
  7. // Reference imports to suppress errors if they are not otherwise used.
  8. var _ = proto.Marshal
  9. var _ = fmt.Errorf
  10. var _ = math.Inf
  11. // This is a compile-time assertion to ensure that this generated file
  12. // is compatible with the proto package it is being compiled against.
  13. // A compilation error at this line likely means your copy of the
  14. // proto package needs to be updated.
  15. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  16. // Enum describing possible CustomerManagerLink errors.
  17. type CustomerManagerLinkErrorEnum_CustomerManagerLinkError int32
  18. const (
  19. // Enum unspecified.
  20. CustomerManagerLinkErrorEnum_UNSPECIFIED CustomerManagerLinkErrorEnum_CustomerManagerLinkError = 0
  21. // The received error code is not known in this version.
  22. CustomerManagerLinkErrorEnum_UNKNOWN CustomerManagerLinkErrorEnum_CustomerManagerLinkError = 1
  23. // No pending invitation.
  24. CustomerManagerLinkErrorEnum_NO_PENDING_INVITE CustomerManagerLinkErrorEnum_CustomerManagerLinkError = 2
  25. // Attempt to operate on the same client more than once in the same call.
  26. CustomerManagerLinkErrorEnum_SAME_CLIENT_MORE_THAN_ONCE_PER_CALL CustomerManagerLinkErrorEnum_CustomerManagerLinkError = 3
  27. // Manager account has the maximum number of linked accounts.
  28. CustomerManagerLinkErrorEnum_MANAGER_HAS_MAX_NUMBER_OF_LINKED_ACCOUNTS CustomerManagerLinkErrorEnum_CustomerManagerLinkError = 4
  29. // If no active user on account it cannot be unlinked from its manager.
  30. CustomerManagerLinkErrorEnum_CANNOT_UNLINK_ACCOUNT_WITHOUT_ACTIVE_USER CustomerManagerLinkErrorEnum_CustomerManagerLinkError = 5
  31. // Account should have at least one active owner on it before being
  32. // unlinked.
  33. CustomerManagerLinkErrorEnum_CANNOT_REMOVE_LAST_CLIENT_ACCOUNT_OWNER CustomerManagerLinkErrorEnum_CustomerManagerLinkError = 6
  34. // Only account owners may change their permission role.
  35. CustomerManagerLinkErrorEnum_CANNOT_CHANGE_ROLE_BY_NON_ACCOUNT_OWNER CustomerManagerLinkErrorEnum_CustomerManagerLinkError = 7
  36. // When a client's link to its manager is not active, the link role cannot
  37. // be changed.
  38. CustomerManagerLinkErrorEnum_CANNOT_CHANGE_ROLE_FOR_NON_ACTIVE_LINK_ACCOUNT CustomerManagerLinkErrorEnum_CustomerManagerLinkError = 8
  39. // Attempt to link a child to a parent that contains or will contain
  40. // duplicate children.
  41. CustomerManagerLinkErrorEnum_DUPLICATE_CHILD_FOUND CustomerManagerLinkErrorEnum_CustomerManagerLinkError = 9
  42. )
  43. var CustomerManagerLinkErrorEnum_CustomerManagerLinkError_name = map[int32]string{
  44. 0: "UNSPECIFIED",
  45. 1: "UNKNOWN",
  46. 2: "NO_PENDING_INVITE",
  47. 3: "SAME_CLIENT_MORE_THAN_ONCE_PER_CALL",
  48. 4: "MANAGER_HAS_MAX_NUMBER_OF_LINKED_ACCOUNTS",
  49. 5: "CANNOT_UNLINK_ACCOUNT_WITHOUT_ACTIVE_USER",
  50. 6: "CANNOT_REMOVE_LAST_CLIENT_ACCOUNT_OWNER",
  51. 7: "CANNOT_CHANGE_ROLE_BY_NON_ACCOUNT_OWNER",
  52. 8: "CANNOT_CHANGE_ROLE_FOR_NON_ACTIVE_LINK_ACCOUNT",
  53. 9: "DUPLICATE_CHILD_FOUND",
  54. }
  55. var CustomerManagerLinkErrorEnum_CustomerManagerLinkError_value = map[string]int32{
  56. "UNSPECIFIED": 0,
  57. "UNKNOWN": 1,
  58. "NO_PENDING_INVITE": 2,
  59. "SAME_CLIENT_MORE_THAN_ONCE_PER_CALL": 3,
  60. "MANAGER_HAS_MAX_NUMBER_OF_LINKED_ACCOUNTS": 4,
  61. "CANNOT_UNLINK_ACCOUNT_WITHOUT_ACTIVE_USER": 5,
  62. "CANNOT_REMOVE_LAST_CLIENT_ACCOUNT_OWNER": 6,
  63. "CANNOT_CHANGE_ROLE_BY_NON_ACCOUNT_OWNER": 7,
  64. "CANNOT_CHANGE_ROLE_FOR_NON_ACTIVE_LINK_ACCOUNT": 8,
  65. "DUPLICATE_CHILD_FOUND": 9,
  66. }
  67. func (x CustomerManagerLinkErrorEnum_CustomerManagerLinkError) String() string {
  68. return proto.EnumName(CustomerManagerLinkErrorEnum_CustomerManagerLinkError_name, int32(x))
  69. }
  70. func (CustomerManagerLinkErrorEnum_CustomerManagerLinkError) EnumDescriptor() ([]byte, []int) {
  71. return fileDescriptor_customer_manager_link_error_6e4a9e1e36cd1ffb, []int{0, 0}
  72. }
  73. // Container for enum describing possible CustomerManagerLink errors.
  74. type CustomerManagerLinkErrorEnum struct {
  75. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  76. XXX_unrecognized []byte `json:"-"`
  77. XXX_sizecache int32 `json:"-"`
  78. }
  79. func (m *CustomerManagerLinkErrorEnum) Reset() { *m = CustomerManagerLinkErrorEnum{} }
  80. func (m *CustomerManagerLinkErrorEnum) String() string { return proto.CompactTextString(m) }
  81. func (*CustomerManagerLinkErrorEnum) ProtoMessage() {}
  82. func (*CustomerManagerLinkErrorEnum) Descriptor() ([]byte, []int) {
  83. return fileDescriptor_customer_manager_link_error_6e4a9e1e36cd1ffb, []int{0}
  84. }
  85. func (m *CustomerManagerLinkErrorEnum) XXX_Unmarshal(b []byte) error {
  86. return xxx_messageInfo_CustomerManagerLinkErrorEnum.Unmarshal(m, b)
  87. }
  88. func (m *CustomerManagerLinkErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  89. return xxx_messageInfo_CustomerManagerLinkErrorEnum.Marshal(b, m, deterministic)
  90. }
  91. func (dst *CustomerManagerLinkErrorEnum) XXX_Merge(src proto.Message) {
  92. xxx_messageInfo_CustomerManagerLinkErrorEnum.Merge(dst, src)
  93. }
  94. func (m *CustomerManagerLinkErrorEnum) XXX_Size() int {
  95. return xxx_messageInfo_CustomerManagerLinkErrorEnum.Size(m)
  96. }
  97. func (m *CustomerManagerLinkErrorEnum) XXX_DiscardUnknown() {
  98. xxx_messageInfo_CustomerManagerLinkErrorEnum.DiscardUnknown(m)
  99. }
  100. var xxx_messageInfo_CustomerManagerLinkErrorEnum proto.InternalMessageInfo
  101. func init() {
  102. proto.RegisterType((*CustomerManagerLinkErrorEnum)(nil), "google.ads.googleads.v0.errors.CustomerManagerLinkErrorEnum")
  103. proto.RegisterEnum("google.ads.googleads.v0.errors.CustomerManagerLinkErrorEnum_CustomerManagerLinkError", CustomerManagerLinkErrorEnum_CustomerManagerLinkError_name, CustomerManagerLinkErrorEnum_CustomerManagerLinkError_value)
  104. }
  105. func init() {
  106. proto.RegisterFile("google/ads/googleads/v0/errors/customer_manager_link_error.proto", fileDescriptor_customer_manager_link_error_6e4a9e1e36cd1ffb)
  107. }
  108. var fileDescriptor_customer_manager_link_error_6e4a9e1e36cd1ffb = []byte{
  109. // 479 bytes of a gzipped FileDescriptorProto
  110. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0x41, 0x8b, 0xd3, 0x40,
  111. 0x1c, 0xc5, 0xdd, 0x56, 0x77, 0x75, 0xf6, 0x60, 0x0c, 0x2c, 0x28, 0xe8, 0x1e, 0xea, 0x61, 0x11,
  112. 0x71, 0x5a, 0xf4, 0x16, 0x2f, 0x4e, 0x27, 0xff, 0xb6, 0xc3, 0x26, 0xff, 0x09, 0xc9, 0x24, 0x55,
  113. 0x29, 0xfc, 0xa9, 0xdb, 0x12, 0xca, 0xb6, 0xc9, 0x92, 0xec, 0xee, 0xe7, 0x11, 0x8f, 0x7e, 0x14,
  114. 0x3f, 0x8a, 0x9f, 0xc0, 0x9b, 0x92, 0x4e, 0x5b, 0x16, 0xb1, 0x9e, 0xf2, 0xc8, 0xfb, 0xcd, 0x9b,
  115. 0x07, 0xf3, 0xd8, 0x87, 0xbc, 0x2c, 0xf3, 0xe5, 0xbc, 0x3b, 0x9d, 0xd5, 0x5d, 0x2b, 0x1b, 0x75,
  116. 0xdb, 0xeb, 0xce, 0xab, 0xaa, 0xac, 0xea, 0xee, 0xc5, 0x4d, 0x7d, 0x5d, 0xae, 0xe6, 0x15, 0xad,
  117. 0xa6, 0xc5, 0x34, 0x9f, 0x57, 0xb4, 0x5c, 0x14, 0x97, 0xb4, 0x36, 0xf9, 0x55, 0x55, 0x5e, 0x97,
  118. 0xee, 0xa9, 0x3d, 0xc6, 0xa7, 0xb3, 0x9a, 0xef, 0x12, 0xf8, 0x6d, 0x8f, 0xdb, 0x84, 0xce, 0xd7,
  119. 0x36, 0x7b, 0x2e, 0x37, 0x29, 0xa1, 0x0d, 0x09, 0x16, 0xc5, 0x25, 0x34, 0x2e, 0x14, 0x37, 0xab,
  120. 0xce, 0xef, 0x16, 0x7b, 0xba, 0x0f, 0x70, 0x1f, 0xb3, 0xe3, 0x14, 0x93, 0x08, 0xa4, 0x1a, 0x28,
  121. 0xf0, 0x9d, 0x7b, 0xee, 0x31, 0x3b, 0x4a, 0xf1, 0x1c, 0xf5, 0x18, 0x9d, 0x03, 0xf7, 0x84, 0x3d,
  122. 0x41, 0x4d, 0x11, 0xa0, 0xaf, 0x70, 0x48, 0x0a, 0x33, 0x65, 0xc0, 0x69, 0xb9, 0x67, 0xec, 0x65,
  123. 0x22, 0x42, 0x20, 0x19, 0x28, 0x40, 0x43, 0xa1, 0x8e, 0x81, 0xcc, 0x48, 0x20, 0x69, 0x94, 0x40,
  124. 0x11, 0xc4, 0x24, 0x45, 0x10, 0x38, 0x6d, 0xf7, 0x0d, 0x7b, 0x15, 0x0a, 0x14, 0x43, 0x88, 0x69,
  125. 0x24, 0x12, 0x0a, 0xc5, 0x47, 0xc2, 0x34, 0xec, 0x43, 0x4c, 0x7a, 0x40, 0x81, 0xc2, 0x73, 0xf0,
  126. 0x49, 0x48, 0xa9, 0x53, 0x34, 0x89, 0x73, 0xbf, 0xc1, 0xa5, 0x40, 0xd4, 0x86, 0x52, 0x6c, 0xdc,
  127. 0xad, 0x47, 0x63, 0x65, 0x46, 0x3a, 0x35, 0x24, 0xa4, 0x51, 0x19, 0x50, 0x9a, 0x40, 0xec, 0x3c,
  128. 0x70, 0x5f, 0xb3, 0xb3, 0x0d, 0x1e, 0x43, 0xa8, 0x33, 0xa0, 0x40, 0x24, 0x66, 0x5b, 0x6a, 0x7b,
  129. 0x54, 0x8f, 0x11, 0x62, 0xe7, 0xf0, 0x0e, 0x2c, 0x47, 0x02, 0x87, 0x40, 0xb1, 0x0e, 0x80, 0xfa,
  130. 0x9f, 0x08, 0x35, 0xfe, 0x05, 0x1f, 0xb9, 0x6f, 0x19, 0xff, 0x07, 0x3c, 0xd0, 0xf1, 0x86, 0x5e,
  131. 0xb7, 0xb8, 0xdb, 0xd0, 0x79, 0xe8, 0x3e, 0x63, 0x27, 0x7e, 0x1a, 0x05, 0x4a, 0x0a, 0x03, 0x24,
  132. 0x47, 0x2a, 0xf0, 0x69, 0xa0, 0x53, 0xf4, 0x9d, 0x47, 0xfd, 0x5f, 0x07, 0xac, 0x73, 0x51, 0xae,
  133. 0xf8, 0xff, 0x5f, 0xb2, 0xff, 0x62, 0xdf, 0x2b, 0x45, 0xcd, 0x10, 0xa2, 0x83, 0xcf, 0xfe, 0x26,
  134. 0x20, 0x2f, 0x97, 0xd3, 0x22, 0xe7, 0x65, 0x95, 0x77, 0xf3, 0x79, 0xb1, 0x9e, 0xc9, 0x76, 0x5c,
  135. 0x57, 0x8b, 0x7a, 0xdf, 0xd6, 0xde, 0xdb, 0xcf, 0xb7, 0x56, 0x7b, 0x28, 0xc4, 0xf7, 0xd6, 0xe9,
  136. 0xd0, 0x86, 0x89, 0x59, 0xcd, 0xad, 0x6c, 0x54, 0xd6, 0xe3, 0xeb, 0x2b, 0xeb, 0x1f, 0x5b, 0x60,
  137. 0x22, 0x66, 0xf5, 0x64, 0x07, 0x4c, 0xb2, 0xde, 0xc4, 0x02, 0x3f, 0x5b, 0x1d, 0xfb, 0xd7, 0xf3,
  138. 0xc4, 0xac, 0xf6, 0xbc, 0x1d, 0xe2, 0x79, 0x59, 0xcf, 0xf3, 0x2c, 0xf4, 0xe5, 0x70, 0xdd, 0xee,
  139. 0xdd, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x76, 0x52, 0x96, 0x2c, 0x08, 0x03, 0x00, 0x00,
  140. }