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.
 
 
 

136 lines
6.9 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/errors/ad_customizer_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 ad customizer errors.
  18. type AdCustomizerErrorEnum_AdCustomizerError int32
  19. const (
  20. // Enum unspecified.
  21. AdCustomizerErrorEnum_UNSPECIFIED AdCustomizerErrorEnum_AdCustomizerError = 0
  22. // The received error code is not known in this version.
  23. AdCustomizerErrorEnum_UNKNOWN AdCustomizerErrorEnum_AdCustomizerError = 1
  24. // Invalid date argument in countdown function.
  25. AdCustomizerErrorEnum_COUNTDOWN_INVALID_DATE_FORMAT AdCustomizerErrorEnum_AdCustomizerError = 2
  26. // Countdown end date is in the past.
  27. AdCustomizerErrorEnum_COUNTDOWN_DATE_IN_PAST AdCustomizerErrorEnum_AdCustomizerError = 3
  28. // Invalid locale string in countdown function.
  29. AdCustomizerErrorEnum_COUNTDOWN_INVALID_LOCALE AdCustomizerErrorEnum_AdCustomizerError = 4
  30. // Days-before argument to countdown function is not positive.
  31. AdCustomizerErrorEnum_COUNTDOWN_INVALID_START_DAYS_BEFORE AdCustomizerErrorEnum_AdCustomizerError = 5
  32. // A user list referenced in an IF function does not exist.
  33. AdCustomizerErrorEnum_UNKNOWN_USER_LIST AdCustomizerErrorEnum_AdCustomizerError = 6
  34. )
  35. var AdCustomizerErrorEnum_AdCustomizerError_name = map[int32]string{
  36. 0: "UNSPECIFIED",
  37. 1: "UNKNOWN",
  38. 2: "COUNTDOWN_INVALID_DATE_FORMAT",
  39. 3: "COUNTDOWN_DATE_IN_PAST",
  40. 4: "COUNTDOWN_INVALID_LOCALE",
  41. 5: "COUNTDOWN_INVALID_START_DAYS_BEFORE",
  42. 6: "UNKNOWN_USER_LIST",
  43. }
  44. var AdCustomizerErrorEnum_AdCustomizerError_value = map[string]int32{
  45. "UNSPECIFIED": 0,
  46. "UNKNOWN": 1,
  47. "COUNTDOWN_INVALID_DATE_FORMAT": 2,
  48. "COUNTDOWN_DATE_IN_PAST": 3,
  49. "COUNTDOWN_INVALID_LOCALE": 4,
  50. "COUNTDOWN_INVALID_START_DAYS_BEFORE": 5,
  51. "UNKNOWN_USER_LIST": 6,
  52. }
  53. func (x AdCustomizerErrorEnum_AdCustomizerError) String() string {
  54. return proto.EnumName(AdCustomizerErrorEnum_AdCustomizerError_name, int32(x))
  55. }
  56. func (AdCustomizerErrorEnum_AdCustomizerError) EnumDescriptor() ([]byte, []int) {
  57. return fileDescriptor_ad_customizer_error_7c8a1b9adfdcf62a, []int{0, 0}
  58. }
  59. // Container for enum describing possible ad customizer errors.
  60. type AdCustomizerErrorEnum struct {
  61. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  62. XXX_unrecognized []byte `json:"-"`
  63. XXX_sizecache int32 `json:"-"`
  64. }
  65. func (m *AdCustomizerErrorEnum) Reset() { *m = AdCustomizerErrorEnum{} }
  66. func (m *AdCustomizerErrorEnum) String() string { return proto.CompactTextString(m) }
  67. func (*AdCustomizerErrorEnum) ProtoMessage() {}
  68. func (*AdCustomizerErrorEnum) Descriptor() ([]byte, []int) {
  69. return fileDescriptor_ad_customizer_error_7c8a1b9adfdcf62a, []int{0}
  70. }
  71. func (m *AdCustomizerErrorEnum) XXX_Unmarshal(b []byte) error {
  72. return xxx_messageInfo_AdCustomizerErrorEnum.Unmarshal(m, b)
  73. }
  74. func (m *AdCustomizerErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  75. return xxx_messageInfo_AdCustomizerErrorEnum.Marshal(b, m, deterministic)
  76. }
  77. func (dst *AdCustomizerErrorEnum) XXX_Merge(src proto.Message) {
  78. xxx_messageInfo_AdCustomizerErrorEnum.Merge(dst, src)
  79. }
  80. func (m *AdCustomizerErrorEnum) XXX_Size() int {
  81. return xxx_messageInfo_AdCustomizerErrorEnum.Size(m)
  82. }
  83. func (m *AdCustomizerErrorEnum) XXX_DiscardUnknown() {
  84. xxx_messageInfo_AdCustomizerErrorEnum.DiscardUnknown(m)
  85. }
  86. var xxx_messageInfo_AdCustomizerErrorEnum proto.InternalMessageInfo
  87. func init() {
  88. proto.RegisterType((*AdCustomizerErrorEnum)(nil), "google.ads.googleads.v1.errors.AdCustomizerErrorEnum")
  89. proto.RegisterEnum("google.ads.googleads.v1.errors.AdCustomizerErrorEnum_AdCustomizerError", AdCustomizerErrorEnum_AdCustomizerError_name, AdCustomizerErrorEnum_AdCustomizerError_value)
  90. }
  91. func init() {
  92. proto.RegisterFile("google/ads/googleads/v1/errors/ad_customizer_error.proto", fileDescriptor_ad_customizer_error_7c8a1b9adfdcf62a)
  93. }
  94. var fileDescriptor_ad_customizer_error_7c8a1b9adfdcf62a = []byte{
  95. // 386 bytes of a gzipped FileDescriptorProto
  96. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xcf, 0x8a, 0xd4, 0x40,
  97. 0x10, 0xc6, 0x4d, 0x56, 0x57, 0xe8, 0x3d, 0x98, 0x6d, 0xd8, 0x45, 0x96, 0x75, 0xc1, 0x78, 0xf0,
  98. 0xd6, 0x21, 0x78, 0x91, 0xf6, 0xd4, 0x93, 0xf4, 0x0c, 0xc1, 0xd8, 0x09, 0xf9, 0x37, 0x28, 0x81,
  99. 0x26, 0x4e, 0x42, 0x08, 0xcc, 0xa4, 0x87, 0x74, 0x66, 0x0e, 0x3e, 0x8e, 0x47, 0x1f, 0xc5, 0x83,
  100. 0xcf, 0x21, 0xde, 0x7c, 0x03, 0x49, 0x7a, 0x26, 0x1e, 0x82, 0x9e, 0xf2, 0x51, 0xf5, 0xfb, 0x2a,
  101. 0xd5, 0x5f, 0x81, 0xb7, 0xb5, 0x10, 0xf5, 0xb6, 0xb2, 0x8a, 0x52, 0x5a, 0x4a, 0x0e, 0xea, 0x68,
  102. 0x5b, 0x55, 0xd7, 0x89, 0x4e, 0x5a, 0x45, 0xc9, 0x37, 0x07, 0xd9, 0x8b, 0x5d, 0xf3, 0xa5, 0xea,
  103. 0xf8, 0x58, 0x44, 0xfb, 0x4e, 0xf4, 0x02, 0x3e, 0x28, 0x1c, 0x15, 0xa5, 0x44, 0x93, 0x13, 0x1d,
  104. 0x6d, 0xa4, 0x9c, 0x77, 0xf7, 0xe7, 0xc9, 0xfb, 0xc6, 0x2a, 0xda, 0x56, 0xf4, 0x45, 0xdf, 0x88,
  105. 0x56, 0x2a, 0xb7, 0xf9, 0x53, 0x03, 0x37, 0xa4, 0x74, 0xa6, 0xd1, 0x74, 0x30, 0xd1, 0xf6, 0xb0,
  106. 0x33, 0x7f, 0x68, 0xe0, 0x7a, 0xd6, 0x81, 0xcf, 0xc0, 0x55, 0xca, 0xe2, 0x90, 0x3a, 0xde, 0xd2,
  107. 0xa3, 0xae, 0xf1, 0x08, 0x5e, 0x81, 0xa7, 0x29, 0x7b, 0xcf, 0x82, 0x35, 0x33, 0x34, 0xf8, 0x12,
  108. 0xbc, 0x70, 0x82, 0x94, 0x25, 0x6e, 0xb0, 0x66, 0xdc, 0x63, 0x19, 0xf1, 0x3d, 0x97, 0xbb, 0x24,
  109. 0xa1, 0x7c, 0x19, 0x44, 0x1f, 0x48, 0x62, 0xe8, 0xf0, 0x0e, 0xdc, 0xfe, 0x45, 0xc6, 0x96, 0xc7,
  110. 0x78, 0x48, 0xe2, 0xc4, 0xb8, 0x80, 0xf7, 0xe0, 0xf9, 0xdc, 0xee, 0x07, 0x0e, 0xf1, 0xa9, 0xf1,
  111. 0x18, 0xbe, 0x06, 0xaf, 0xe6, 0xdd, 0x38, 0x21, 0x51, 0xc2, 0x5d, 0xf2, 0x31, 0xe6, 0x0b, 0xba,
  112. 0x0c, 0x22, 0x6a, 0x3c, 0x81, 0x37, 0xe0, 0xfa, 0xb4, 0x12, 0x4f, 0x63, 0x1a, 0x71, 0xdf, 0x8b,
  113. 0x13, 0xe3, 0x72, 0xf1, 0x5b, 0x03, 0xe6, 0x46, 0xec, 0xd0, 0xff, 0xf3, 0x5a, 0xdc, 0xce, 0x1e,
  114. 0x1d, 0x0e, 0x49, 0x85, 0xda, 0x27, 0xf7, 0xe4, 0xac, 0xc5, 0xb6, 0x68, 0x6b, 0x24, 0xba, 0xda,
  115. 0xaa, 0xab, 0x76, 0xcc, 0xf1, 0x7c, 0xb3, 0x7d, 0x23, 0xff, 0x75, 0xc2, 0x77, 0xea, 0xf3, 0x55,
  116. 0xbf, 0x58, 0x11, 0xf2, 0x4d, 0x7f, 0x58, 0xa9, 0x61, 0xa4, 0x94, 0x48, 0xc9, 0x41, 0x65, 0x36,
  117. 0x1a, 0x7f, 0x29, 0xbf, 0x9f, 0x81, 0x9c, 0x94, 0x32, 0x9f, 0x80, 0x3c, 0xb3, 0x73, 0x05, 0xfc,
  118. 0xd2, 0x4d, 0x55, 0xc5, 0x98, 0x94, 0x12, 0xe3, 0x09, 0xc1, 0x38, 0xb3, 0x31, 0x56, 0xd0, 0xe7,
  119. 0xcb, 0x71, 0xbb, 0x37, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x68, 0x50, 0x94, 0xb3, 0x5f, 0x02,
  120. 0x00, 0x00,
  121. }