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.
 
 
 

158 lines
8.6 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/errors/conversion_action_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 conversion action errors.
  18. type ConversionActionErrorEnum_ConversionActionError int32
  19. const (
  20. // Enum unspecified.
  21. ConversionActionErrorEnum_UNSPECIFIED ConversionActionErrorEnum_ConversionActionError = 0
  22. // The received error code is not known in this version.
  23. ConversionActionErrorEnum_UNKNOWN ConversionActionErrorEnum_ConversionActionError = 1
  24. // The specified conversion action name already exists.
  25. ConversionActionErrorEnum_DUPLICATE_NAME ConversionActionErrorEnum_ConversionActionError = 2
  26. // Another conversion action with the specified app id already exists.
  27. ConversionActionErrorEnum_DUPLICATE_APP_ID ConversionActionErrorEnum_ConversionActionError = 3
  28. // Android first open action conflicts with Google play codeless download
  29. // action tracking the same app.
  30. ConversionActionErrorEnum_TWO_CONVERSION_ACTIONS_BIDDING_ON_SAME_APP_DOWNLOAD ConversionActionErrorEnum_ConversionActionError = 4
  31. // Android first open action conflicts with Google play codeless download
  32. // action tracking the same app.
  33. ConversionActionErrorEnum_BIDDING_ON_SAME_APP_DOWNLOAD_AS_GLOBAL_ACTION ConversionActionErrorEnum_ConversionActionError = 5
  34. // The attribution model cannot be set to DATA_DRIVEN because a data-driven
  35. // model has never been generated.
  36. ConversionActionErrorEnum_DATA_DRIVEN_MODEL_WAS_NEVER_GENERATED ConversionActionErrorEnum_ConversionActionError = 6
  37. // The attribution model cannot be set to DATA_DRIVEN because the
  38. // data-driven model is expired.
  39. ConversionActionErrorEnum_DATA_DRIVEN_MODEL_EXPIRED ConversionActionErrorEnum_ConversionActionError = 7
  40. // The attribution model cannot be set to DATA_DRIVEN because the
  41. // data-driven model is stale.
  42. ConversionActionErrorEnum_DATA_DRIVEN_MODEL_STALE ConversionActionErrorEnum_ConversionActionError = 8
  43. // The attribution model cannot be set to DATA_DRIVEN because the
  44. // data-driven model is unavailable or the conversion action was newly
  45. // added.
  46. ConversionActionErrorEnum_DATA_DRIVEN_MODEL_UNKNOWN ConversionActionErrorEnum_ConversionActionError = 9
  47. )
  48. var ConversionActionErrorEnum_ConversionActionError_name = map[int32]string{
  49. 0: "UNSPECIFIED",
  50. 1: "UNKNOWN",
  51. 2: "DUPLICATE_NAME",
  52. 3: "DUPLICATE_APP_ID",
  53. 4: "TWO_CONVERSION_ACTIONS_BIDDING_ON_SAME_APP_DOWNLOAD",
  54. 5: "BIDDING_ON_SAME_APP_DOWNLOAD_AS_GLOBAL_ACTION",
  55. 6: "DATA_DRIVEN_MODEL_WAS_NEVER_GENERATED",
  56. 7: "DATA_DRIVEN_MODEL_EXPIRED",
  57. 8: "DATA_DRIVEN_MODEL_STALE",
  58. 9: "DATA_DRIVEN_MODEL_UNKNOWN",
  59. }
  60. var ConversionActionErrorEnum_ConversionActionError_value = map[string]int32{
  61. "UNSPECIFIED": 0,
  62. "UNKNOWN": 1,
  63. "DUPLICATE_NAME": 2,
  64. "DUPLICATE_APP_ID": 3,
  65. "TWO_CONVERSION_ACTIONS_BIDDING_ON_SAME_APP_DOWNLOAD": 4,
  66. "BIDDING_ON_SAME_APP_DOWNLOAD_AS_GLOBAL_ACTION": 5,
  67. "DATA_DRIVEN_MODEL_WAS_NEVER_GENERATED": 6,
  68. "DATA_DRIVEN_MODEL_EXPIRED": 7,
  69. "DATA_DRIVEN_MODEL_STALE": 8,
  70. "DATA_DRIVEN_MODEL_UNKNOWN": 9,
  71. }
  72. func (x ConversionActionErrorEnum_ConversionActionError) String() string {
  73. return proto.EnumName(ConversionActionErrorEnum_ConversionActionError_name, int32(x))
  74. }
  75. func (ConversionActionErrorEnum_ConversionActionError) EnumDescriptor() ([]byte, []int) {
  76. return fileDescriptor_conversion_action_error_6bc78838b2a5587b, []int{0, 0}
  77. }
  78. // Container for enum describing possible conversion action errors.
  79. type ConversionActionErrorEnum struct {
  80. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  81. XXX_unrecognized []byte `json:"-"`
  82. XXX_sizecache int32 `json:"-"`
  83. }
  84. func (m *ConversionActionErrorEnum) Reset() { *m = ConversionActionErrorEnum{} }
  85. func (m *ConversionActionErrorEnum) String() string { return proto.CompactTextString(m) }
  86. func (*ConversionActionErrorEnum) ProtoMessage() {}
  87. func (*ConversionActionErrorEnum) Descriptor() ([]byte, []int) {
  88. return fileDescriptor_conversion_action_error_6bc78838b2a5587b, []int{0}
  89. }
  90. func (m *ConversionActionErrorEnum) XXX_Unmarshal(b []byte) error {
  91. return xxx_messageInfo_ConversionActionErrorEnum.Unmarshal(m, b)
  92. }
  93. func (m *ConversionActionErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  94. return xxx_messageInfo_ConversionActionErrorEnum.Marshal(b, m, deterministic)
  95. }
  96. func (dst *ConversionActionErrorEnum) XXX_Merge(src proto.Message) {
  97. xxx_messageInfo_ConversionActionErrorEnum.Merge(dst, src)
  98. }
  99. func (m *ConversionActionErrorEnum) XXX_Size() int {
  100. return xxx_messageInfo_ConversionActionErrorEnum.Size(m)
  101. }
  102. func (m *ConversionActionErrorEnum) XXX_DiscardUnknown() {
  103. xxx_messageInfo_ConversionActionErrorEnum.DiscardUnknown(m)
  104. }
  105. var xxx_messageInfo_ConversionActionErrorEnum proto.InternalMessageInfo
  106. func init() {
  107. proto.RegisterType((*ConversionActionErrorEnum)(nil), "google.ads.googleads.v1.errors.ConversionActionErrorEnum")
  108. proto.RegisterEnum("google.ads.googleads.v1.errors.ConversionActionErrorEnum_ConversionActionError", ConversionActionErrorEnum_ConversionActionError_name, ConversionActionErrorEnum_ConversionActionError_value)
  109. }
  110. func init() {
  111. proto.RegisterFile("google/ads/googleads/v1/errors/conversion_action_error.proto", fileDescriptor_conversion_action_error_6bc78838b2a5587b)
  112. }
  113. var fileDescriptor_conversion_action_error_6bc78838b2a5587b = []byte{
  114. // 443 bytes of a gzipped FileDescriptorProto
  115. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0x41, 0x8b, 0xd3, 0x40,
  116. 0x14, 0xc7, 0x6d, 0x56, 0x77, 0x75, 0x16, 0x74, 0x18, 0x14, 0xd9, 0x55, 0xf7, 0x50, 0xf0, 0xe0,
  117. 0xc1, 0x84, 0xb0, 0x07, 0x21, 0x7a, 0x79, 0xcd, 0x8c, 0x61, 0x30, 0x9d, 0x09, 0x49, 0x9a, 0x8a,
  118. 0x14, 0x86, 0xd8, 0x94, 0x50, 0xd8, 0xcd, 0x94, 0x4c, 0xed, 0x07, 0xf2, 0xe8, 0x47, 0xf1, 0xe6,
  119. 0xd7, 0xf0, 0xe2, 0xc9, 0xbb, 0x24, 0xb3, 0xad, 0x87, 0xed, 0xf6, 0x34, 0x7f, 0xde, 0xfb, 0xff,
  120. 0xfe, 0x09, 0xef, 0x3d, 0xf4, 0xa1, 0xd6, 0xba, 0xbe, 0x5a, 0x78, 0x65, 0x65, 0x3c, 0x2b, 0x3b,
  121. 0xb5, 0xf1, 0xbd, 0x45, 0xdb, 0xea, 0xd6, 0x78, 0x73, 0xdd, 0x6c, 0x16, 0xad, 0x59, 0xea, 0x46,
  122. 0x95, 0xf3, 0x75, 0xf7, 0xf4, 0x0d, 0x77, 0xd5, 0xea, 0xb5, 0x26, 0x17, 0x16, 0x71, 0xcb, 0xca,
  123. 0xb8, 0x3b, 0xda, 0xdd, 0xf8, 0xae, 0xa5, 0xcf, 0x5f, 0x6e, 0xd3, 0x57, 0x4b, 0xaf, 0x6c, 0x1a,
  124. 0xbd, 0x2e, 0xbb, 0x08, 0x63, 0xe9, 0xe1, 0x1f, 0x07, 0x9d, 0x85, 0xbb, 0x7c, 0xe8, 0xe3, 0x59,
  125. 0x07, 0xb2, 0xe6, 0xdb, 0xf5, 0xf0, 0x97, 0x83, 0x9e, 0xed, 0xed, 0x92, 0x27, 0xe8, 0x74, 0x22,
  126. 0xb2, 0x84, 0x85, 0xfc, 0x23, 0x67, 0x14, 0xdf, 0x23, 0xa7, 0xe8, 0x64, 0x22, 0x3e, 0x09, 0x39,
  127. 0x15, 0x78, 0x40, 0x08, 0x7a, 0x4c, 0x27, 0x49, 0xcc, 0x43, 0xc8, 0x99, 0x12, 0x30, 0x66, 0xd8,
  128. 0x21, 0x4f, 0x11, 0xfe, 0x5f, 0x83, 0x24, 0x51, 0x9c, 0xe2, 0x23, 0xf2, 0x0e, 0x5d, 0xe6, 0x53,
  129. 0xa9, 0x42, 0x29, 0x0a, 0x96, 0x66, 0x5c, 0x0a, 0x05, 0x61, 0xce, 0xa5, 0xc8, 0xd4, 0x88, 0x53,
  130. 0xca, 0x45, 0xa4, 0xa4, 0x50, 0x19, 0x8c, 0x2d, 0x42, 0xe5, 0x54, 0xc4, 0x12, 0x28, 0xbe, 0x4f,
  131. 0x7c, 0xf4, 0xf6, 0x90, 0x43, 0x41, 0xa6, 0xa2, 0x58, 0x8e, 0x20, 0xbe, 0x09, 0xc4, 0x0f, 0xc8,
  132. 0x1b, 0xf4, 0x9a, 0x42, 0x0e, 0x8a, 0xa6, 0xbc, 0x60, 0x42, 0x8d, 0x25, 0x65, 0xb1, 0x9a, 0x42,
  133. 0xa6, 0x04, 0x2b, 0x58, 0xaa, 0x22, 0x26, 0x58, 0x0a, 0x39, 0xa3, 0xf8, 0x98, 0xbc, 0x42, 0x67,
  134. 0xb7, 0xad, 0xec, 0x73, 0xc2, 0x53, 0x46, 0xf1, 0x09, 0x79, 0x81, 0x9e, 0xdf, 0x6e, 0x67, 0x39,
  135. 0xc4, 0x0c, 0x3f, 0xdc, 0xcf, 0x6e, 0x67, 0xf3, 0x68, 0xf4, 0x77, 0x80, 0x86, 0x73, 0x7d, 0xed,
  136. 0x1e, 0x5e, 0xdb, 0xe8, 0x7c, 0xef, 0xdc, 0x93, 0x6e, 0x69, 0xc9, 0xe0, 0x0b, 0xbd, 0xa1, 0x6b,
  137. 0x7d, 0x55, 0x36, 0xb5, 0xab, 0xdb, 0xda, 0xab, 0x17, 0x4d, 0xbf, 0xd2, 0xed, 0x09, 0xad, 0x96,
  138. 0xe6, 0xae, 0x8b, 0x7a, 0x6f, 0x9f, 0xef, 0xce, 0x51, 0x04, 0xf0, 0xc3, 0xb9, 0x88, 0x6c, 0x18,
  139. 0x54, 0xc6, 0xb5, 0xb2, 0x53, 0x85, 0xef, 0xf6, 0x9f, 0x34, 0x3f, 0xb7, 0x86, 0x19, 0x54, 0x66,
  140. 0xb6, 0x33, 0xcc, 0x0a, 0x7f, 0x66, 0x0d, 0xbf, 0x9d, 0xa1, 0xad, 0x06, 0x01, 0x54, 0x26, 0x08,
  141. 0x76, 0x96, 0x20, 0x28, 0xfc, 0x20, 0xb0, 0xa6, 0xaf, 0xc7, 0xfd, 0xdf, 0x5d, 0xfe, 0x0b, 0x00,
  142. 0x00, 0xff, 0xff, 0x0c, 0xe0, 0x92, 0x88, 0xee, 0x02, 0x00, 0x00,
  143. }