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.
 
 
 

148 lines
7.8 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/errors/customer_feed_error.proto
  3. package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v1/errors"
  4. import proto "github.com/golang/protobuf/proto"
  5. import fmt "fmt"
  6. import math "math"
  7. import _ "google.golang.org/genproto/googleapis/api/annotations"
  8. // Reference imports to suppress errors if they are not otherwise used.
  9. var _ = proto.Marshal
  10. var _ = fmt.Errorf
  11. var _ = math.Inf
  12. // This is a compile-time assertion to ensure that this generated file
  13. // is compatible with the proto package it is being compiled against.
  14. // A compilation error at this line likely means your copy of the
  15. // proto package needs to be updated.
  16. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  17. // Enum describing possible customer feed errors.
  18. type CustomerFeedErrorEnum_CustomerFeedError int32
  19. const (
  20. // Enum unspecified.
  21. CustomerFeedErrorEnum_UNSPECIFIED CustomerFeedErrorEnum_CustomerFeedError = 0
  22. // The received error code is not known in this version.
  23. CustomerFeedErrorEnum_UNKNOWN CustomerFeedErrorEnum_CustomerFeedError = 1
  24. // An active feed already exists for this customer and place holder type.
  25. CustomerFeedErrorEnum_FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE CustomerFeedErrorEnum_CustomerFeedError = 2
  26. // The specified feed is removed.
  27. CustomerFeedErrorEnum_CANNOT_CREATE_FOR_REMOVED_FEED CustomerFeedErrorEnum_CustomerFeedError = 3
  28. // The CustomerFeed already exists. Update should be used to modify the
  29. // existing CustomerFeed.
  30. CustomerFeedErrorEnum_CANNOT_CREATE_ALREADY_EXISTING_CUSTOMER_FEED CustomerFeedErrorEnum_CustomerFeedError = 4
  31. // Cannot update removed customer feed.
  32. CustomerFeedErrorEnum_CANNOT_MODIFY_REMOVED_CUSTOMER_FEED CustomerFeedErrorEnum_CustomerFeedError = 5
  33. // Invalid placeholder type.
  34. CustomerFeedErrorEnum_INVALID_PLACEHOLDER_TYPE CustomerFeedErrorEnum_CustomerFeedError = 6
  35. // Feed mapping for this placeholder type does not exist.
  36. CustomerFeedErrorEnum_MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE CustomerFeedErrorEnum_CustomerFeedError = 7
  37. // Placeholder not allowed at the account level.
  38. CustomerFeedErrorEnum_PLACEHOLDER_TYPE_NOT_ALLOWED_ON_CUSTOMER_FEED CustomerFeedErrorEnum_CustomerFeedError = 8
  39. )
  40. var CustomerFeedErrorEnum_CustomerFeedError_name = map[int32]string{
  41. 0: "UNSPECIFIED",
  42. 1: "UNKNOWN",
  43. 2: "FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE",
  44. 3: "CANNOT_CREATE_FOR_REMOVED_FEED",
  45. 4: "CANNOT_CREATE_ALREADY_EXISTING_CUSTOMER_FEED",
  46. 5: "CANNOT_MODIFY_REMOVED_CUSTOMER_FEED",
  47. 6: "INVALID_PLACEHOLDER_TYPE",
  48. 7: "MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE",
  49. 8: "PLACEHOLDER_TYPE_NOT_ALLOWED_ON_CUSTOMER_FEED",
  50. }
  51. var CustomerFeedErrorEnum_CustomerFeedError_value = map[string]int32{
  52. "UNSPECIFIED": 0,
  53. "UNKNOWN": 1,
  54. "FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE": 2,
  55. "CANNOT_CREATE_FOR_REMOVED_FEED": 3,
  56. "CANNOT_CREATE_ALREADY_EXISTING_CUSTOMER_FEED": 4,
  57. "CANNOT_MODIFY_REMOVED_CUSTOMER_FEED": 5,
  58. "INVALID_PLACEHOLDER_TYPE": 6,
  59. "MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE": 7,
  60. "PLACEHOLDER_TYPE_NOT_ALLOWED_ON_CUSTOMER_FEED": 8,
  61. }
  62. func (x CustomerFeedErrorEnum_CustomerFeedError) String() string {
  63. return proto.EnumName(CustomerFeedErrorEnum_CustomerFeedError_name, int32(x))
  64. }
  65. func (CustomerFeedErrorEnum_CustomerFeedError) EnumDescriptor() ([]byte, []int) {
  66. return fileDescriptor_customer_feed_error_4a29e8c44fce075d, []int{0, 0}
  67. }
  68. // Container for enum describing possible customer feed errors.
  69. type CustomerFeedErrorEnum struct {
  70. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  71. XXX_unrecognized []byte `json:"-"`
  72. XXX_sizecache int32 `json:"-"`
  73. }
  74. func (m *CustomerFeedErrorEnum) Reset() { *m = CustomerFeedErrorEnum{} }
  75. func (m *CustomerFeedErrorEnum) String() string { return proto.CompactTextString(m) }
  76. func (*CustomerFeedErrorEnum) ProtoMessage() {}
  77. func (*CustomerFeedErrorEnum) Descriptor() ([]byte, []int) {
  78. return fileDescriptor_customer_feed_error_4a29e8c44fce075d, []int{0}
  79. }
  80. func (m *CustomerFeedErrorEnum) XXX_Unmarshal(b []byte) error {
  81. return xxx_messageInfo_CustomerFeedErrorEnum.Unmarshal(m, b)
  82. }
  83. func (m *CustomerFeedErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  84. return xxx_messageInfo_CustomerFeedErrorEnum.Marshal(b, m, deterministic)
  85. }
  86. func (dst *CustomerFeedErrorEnum) XXX_Merge(src proto.Message) {
  87. xxx_messageInfo_CustomerFeedErrorEnum.Merge(dst, src)
  88. }
  89. func (m *CustomerFeedErrorEnum) XXX_Size() int {
  90. return xxx_messageInfo_CustomerFeedErrorEnum.Size(m)
  91. }
  92. func (m *CustomerFeedErrorEnum) XXX_DiscardUnknown() {
  93. xxx_messageInfo_CustomerFeedErrorEnum.DiscardUnknown(m)
  94. }
  95. var xxx_messageInfo_CustomerFeedErrorEnum proto.InternalMessageInfo
  96. func init() {
  97. proto.RegisterType((*CustomerFeedErrorEnum)(nil), "google.ads.googleads.v1.errors.CustomerFeedErrorEnum")
  98. proto.RegisterEnum("google.ads.googleads.v1.errors.CustomerFeedErrorEnum_CustomerFeedError", CustomerFeedErrorEnum_CustomerFeedError_name, CustomerFeedErrorEnum_CustomerFeedError_value)
  99. }
  100. func init() {
  101. proto.RegisterFile("google/ads/googleads/v1/errors/customer_feed_error.proto", fileDescriptor_customer_feed_error_4a29e8c44fce075d)
  102. }
  103. var fileDescriptor_customer_feed_error_4a29e8c44fce075d = []byte{
  104. // 443 bytes of a gzipped FileDescriptorProto
  105. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0x41, 0x6f, 0xd3, 0x30,
  106. 0x14, 0xc7, 0x69, 0x06, 0x1b, 0xf2, 0x0e, 0x14, 0x4b, 0x20, 0x84, 0xa6, 0x1e, 0xc2, 0x01, 0x0e,
  107. 0xc3, 0x21, 0xe2, 0x82, 0xc2, 0xc9, 0x8b, 0x9d, 0x12, 0x91, 0xd8, 0x51, 0x92, 0x66, 0x14, 0x55,
  108. 0xb2, 0xc2, 0x12, 0xa2, 0x4a, 0x6b, 0x5c, 0xc5, 0xdd, 0x3e, 0x10, 0x47, 0x3e, 0x0a, 0xdf, 0x81,
  109. 0x2f, 0xc0, 0x8d, 0x13, 0x57, 0xe4, 0xb8, 0xad, 0xd4, 0x16, 0x76, 0xca, 0x5f, 0x2f, 0xbf, 0xff,
  110. 0xff, 0x3d, 0xeb, 0x3d, 0xf0, 0xae, 0x91, 0xb2, 0xb9, 0xae, 0x9d, 0xb2, 0x52, 0x8e, 0x91, 0x5a,
  111. 0xdd, 0xba, 0x4e, 0xdd, 0x75, 0xb2, 0x53, 0xce, 0xd5, 0x8d, 0x5a, 0xc9, 0x45, 0xdd, 0x89, 0xaf,
  112. 0x75, 0x5d, 0x89, 0xbe, 0x88, 0x96, 0x9d, 0x5c, 0x49, 0x38, 0x32, 0x38, 0x2a, 0x2b, 0x85, 0xb6,
  113. 0x4e, 0x74, 0xeb, 0x22, 0xe3, 0x7c, 0x7e, 0xb6, 0x49, 0x5e, 0xce, 0x9d, 0xb2, 0x6d, 0xe5, 0xaa,
  114. 0x5c, 0xcd, 0x65, 0xab, 0x8c, 0xdb, 0xfe, 0x63, 0x81, 0x27, 0xfe, 0x3a, 0x3b, 0xa8, 0xeb, 0x8a,
  115. 0x6a, 0x13, 0x6d, 0x6f, 0x16, 0xf6, 0x4f, 0x0b, 0x3c, 0x3e, 0xf8, 0x03, 0x1f, 0x81, 0xd3, 0x09,
  116. 0xcb, 0x12, 0xea, 0x87, 0x41, 0x48, 0xc9, 0xf0, 0x1e, 0x3c, 0x05, 0x27, 0x13, 0xf6, 0x91, 0xf1,
  117. 0x4b, 0x36, 0x1c, 0xc0, 0x73, 0xf0, 0x2a, 0xa0, 0x94, 0x08, 0x1c, 0xa5, 0x14, 0x93, 0xa9, 0xa0,
  118. 0x9f, 0xc2, 0x2c, 0xcf, 0x44, 0xc0, 0x53, 0x91, 0x44, 0xd8, 0xa7, 0x1f, 0x78, 0x44, 0x68, 0x2a,
  119. 0xf2, 0x69, 0x42, 0x87, 0x16, 0xb4, 0xc1, 0xc8, 0xc7, 0x8c, 0xf1, 0x5c, 0xf8, 0x29, 0xc5, 0x39,
  120. 0xed, 0xb9, 0x94, 0xc6, 0xbc, 0xa0, 0x44, 0xe8, 0x9c, 0xe1, 0x11, 0x7c, 0x03, 0xce, 0x77, 0x99,
  121. 0x9d, 0xe8, 0x90, 0x8d, 0x85, 0x3f, 0xc9, 0x72, 0x1e, 0xd3, 0xd4, 0x38, 0xee, 0xc3, 0x97, 0xe0,
  122. 0xc5, 0xda, 0x11, 0x73, 0x12, 0x06, 0xd3, 0x6d, 0xe2, 0x2e, 0xf8, 0x00, 0x9e, 0x81, 0x67, 0x21,
  123. 0x2b, 0x70, 0x14, 0x92, 0xc3, 0xe1, 0x8e, 0xf5, 0x53, 0xe2, 0x30, 0xcb, 0x74, 0x07, 0xcd, 0xc7,
  124. 0x38, 0x49, 0x7a, 0xfd, 0xaf, 0xa7, 0x9c, 0x40, 0x17, 0xbc, 0xde, 0xaf, 0x0a, 0x3d, 0x02, 0x8e,
  125. 0x22, 0x7e, 0x49, 0x89, 0xe0, 0x6c, 0xaf, 0xfd, 0xc3, 0x8b, 0xdf, 0x03, 0x60, 0x5f, 0xc9, 0x05,
  126. 0xba, 0x7b, 0x7d, 0x17, 0x4f, 0x0f, 0x76, 0x90, 0xe8, 0xc5, 0x25, 0x83, 0xcf, 0x64, 0xed, 0x6c,
  127. 0xe4, 0x75, 0xd9, 0x36, 0x48, 0x76, 0x8d, 0xd3, 0xd4, 0x6d, 0xbf, 0xd6, 0xcd, 0x09, 0x2d, 0xe7,
  128. 0xea, 0x7f, 0x17, 0xf5, 0xde, 0x7c, 0xbe, 0x59, 0x47, 0x63, 0x8c, 0xbf, 0x5b, 0xa3, 0xb1, 0x09,
  129. 0xc3, 0x95, 0x42, 0x46, 0x6a, 0x55, 0xb8, 0xa8, 0x6f, 0xa9, 0x7e, 0x6c, 0x80, 0x19, 0xae, 0xd4,
  130. 0x6c, 0x0b, 0xcc, 0x0a, 0x77, 0x66, 0x80, 0x5f, 0x96, 0x6d, 0xaa, 0x9e, 0x87, 0x2b, 0xe5, 0x79,
  131. 0x5b, 0xc4, 0xf3, 0x0a, 0xd7, 0xf3, 0x0c, 0xf4, 0xe5, 0xb8, 0x9f, 0xee, 0xed, 0xdf, 0x00, 0x00,
  132. 0x00, 0xff, 0xff, 0x64, 0xe1, 0x58, 0x11, 0xee, 0x02, 0x00, 0x00,
  133. }