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.
 
 
 

143 lines
8.5 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/enums/policy_topic_evidence_destination_mismatch_url_type.proto
  3. package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v1/enums"
  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. // The possible policy topic evidence destination mismatch url types.
  18. type PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType int32
  19. const (
  20. // No value has been specified.
  21. PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_UNSPECIFIED PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType = 0
  22. // The received value is not known in this version.
  23. //
  24. // This is a response-only value.
  25. PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_UNKNOWN PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType = 1
  26. // The display url.
  27. PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_DISPLAY_URL PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType = 2
  28. // The final url.
  29. PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_FINAL_URL PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType = 3
  30. // The final mobile url.
  31. PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_FINAL_MOBILE_URL PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType = 4
  32. // The tracking url template, with substituted desktop url.
  33. PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_TRACKING_URL PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType = 5
  34. // The tracking url template, with substituted mobile url.
  35. PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_MOBILE_TRACKING_URL PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType = 6
  36. )
  37. var PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType_name = map[int32]string{
  38. 0: "UNSPECIFIED",
  39. 1: "UNKNOWN",
  40. 2: "DISPLAY_URL",
  41. 3: "FINAL_URL",
  42. 4: "FINAL_MOBILE_URL",
  43. 5: "TRACKING_URL",
  44. 6: "MOBILE_TRACKING_URL",
  45. }
  46. var PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType_value = map[string]int32{
  47. "UNSPECIFIED": 0,
  48. "UNKNOWN": 1,
  49. "DISPLAY_URL": 2,
  50. "FINAL_URL": 3,
  51. "FINAL_MOBILE_URL": 4,
  52. "TRACKING_URL": 5,
  53. "MOBILE_TRACKING_URL": 6,
  54. }
  55. func (x PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType) String() string {
  56. return proto.EnumName(PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType_name, int32(x))
  57. }
  58. func (PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType) EnumDescriptor() ([]byte, []int) {
  59. return fileDescriptor_policy_topic_evidence_destination_mismatch_url_type_8abfdfffad45cf50, []int{0, 0}
  60. }
  61. // Container for enum describing possible policy topic evidence destination
  62. // mismatch url types.
  63. type PolicyTopicEvidenceDestinationMismatchUrlTypeEnum struct {
  64. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  65. XXX_unrecognized []byte `json:"-"`
  66. XXX_sizecache int32 `json:"-"`
  67. }
  68. func (m *PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) Reset() {
  69. *m = PolicyTopicEvidenceDestinationMismatchUrlTypeEnum{}
  70. }
  71. func (m *PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) String() string {
  72. return proto.CompactTextString(m)
  73. }
  74. func (*PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) ProtoMessage() {}
  75. func (*PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) Descriptor() ([]byte, []int) {
  76. return fileDescriptor_policy_topic_evidence_destination_mismatch_url_type_8abfdfffad45cf50, []int{0}
  77. }
  78. func (m *PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) XXX_Unmarshal(b []byte) error {
  79. return xxx_messageInfo_PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.Unmarshal(m, b)
  80. }
  81. func (m *PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  82. return xxx_messageInfo_PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.Marshal(b, m, deterministic)
  83. }
  84. func (dst *PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) XXX_Merge(src proto.Message) {
  85. xxx_messageInfo_PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.Merge(dst, src)
  86. }
  87. func (m *PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) XXX_Size() int {
  88. return xxx_messageInfo_PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.Size(m)
  89. }
  90. func (m *PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) XXX_DiscardUnknown() {
  91. xxx_messageInfo_PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.DiscardUnknown(m)
  92. }
  93. var xxx_messageInfo_PolicyTopicEvidenceDestinationMismatchUrlTypeEnum proto.InternalMessageInfo
  94. func init() {
  95. proto.RegisterType((*PolicyTopicEvidenceDestinationMismatchUrlTypeEnum)(nil), "google.ads.googleads.v1.enums.PolicyTopicEvidenceDestinationMismatchUrlTypeEnum")
  96. proto.RegisterEnum("google.ads.googleads.v1.enums.PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType", PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType_name, PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType_value)
  97. }
  98. func init() {
  99. proto.RegisterFile("google/ads/googleads/v1/enums/policy_topic_evidence_destination_mismatch_url_type.proto", fileDescriptor_policy_topic_evidence_destination_mismatch_url_type_8abfdfffad45cf50)
  100. }
  101. var fileDescriptor_policy_topic_evidence_destination_mismatch_url_type_8abfdfffad45cf50 = []byte{
  102. // 390 bytes of a gzipped FileDescriptorProto
  103. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x51, 0xc1, 0xaa, 0x9b, 0x40,
  104. 0x14, 0xad, 0xa6, 0x4d, 0xe9, 0xa4, 0xa5, 0x62, 0x0b, 0x85, 0xd2, 0x2c, 0x92, 0x7d, 0x47, 0x6c,
  105. 0x77, 0xd3, 0xd5, 0x98, 0x98, 0x20, 0x31, 0x46, 0x92, 0x98, 0xd0, 0x22, 0x88, 0xd5, 0xc1, 0x0e,
  106. 0xe8, 0x8c, 0x38, 0x26, 0x90, 0x2f, 0xe8, 0x7f, 0x74, 0xd9, 0x45, 0x3f, 0xa4, 0xdf, 0xf1, 0x56,
  107. 0xef, 0x2b, 0x1e, 0x8e, 0x26, 0x8f, 0xb7, 0x78, 0x0f, 0xb2, 0x91, 0x73, 0xef, 0xb9, 0xf7, 0x1c,
  108. 0xe7, 0x5c, 0xb0, 0xcf, 0x38, 0xcf, 0x72, 0x62, 0xc4, 0xa9, 0x30, 0x5a, 0xd8, 0xa0, 0xa3, 0x69,
  109. 0x10, 0x76, 0x28, 0x84, 0x51, 0xf2, 0x9c, 0x26, 0xa7, 0xa8, 0xe6, 0x25, 0x4d, 0x22, 0x72, 0xa4,
  110. 0x29, 0x61, 0x09, 0x89, 0x52, 0x22, 0x6a, 0xca, 0xe2, 0x9a, 0x72, 0x16, 0x15, 0x54, 0x14, 0x71,
  111. 0x9d, 0xfc, 0x8a, 0x0e, 0x55, 0x1e, 0xd5, 0xa7, 0x92, 0xc0, 0xb2, 0xe2, 0x35, 0xd7, 0x87, 0xad,
  112. 0x1a, 0x8c, 0x53, 0x01, 0x2f, 0xc2, 0xf0, 0x68, 0x42, 0x29, 0xfc, 0xf1, 0xd3, 0xd9, 0xb7, 0xa4,
  113. 0x46, 0xcc, 0x18, 0xaf, 0xa5, 0x9a, 0x68, 0x97, 0xc7, 0x37, 0x0a, 0x30, 0x7d, 0x69, 0xbd, 0x6d,
  114. 0x9c, 0xed, 0xce, 0x78, 0x7a, 0xef, 0xbb, 0xec, 0x6c, 0x83, 0x2a, 0xdf, 0x9e, 0x4a, 0x62, 0xb3,
  115. 0x43, 0x31, 0xfe, 0xa7, 0x80, 0xcf, 0x57, 0x6d, 0xe9, 0x6f, 0xc1, 0x20, 0xf0, 0x36, 0xbe, 0x3d,
  116. 0x71, 0x66, 0x8e, 0x3d, 0xd5, 0x9e, 0xe9, 0x03, 0xf0, 0x32, 0xf0, 0x16, 0xde, 0x6a, 0xef, 0x69,
  117. 0x4a, 0xc3, 0x4e, 0x9d, 0x8d, 0xef, 0xe2, 0xef, 0x51, 0xb0, 0x76, 0x35, 0x55, 0x7f, 0x03, 0x5e,
  118. 0xcd, 0x1c, 0x0f, 0xbb, 0xb2, 0xec, 0xe9, 0xef, 0x81, 0xd6, 0x96, 0xcb, 0x95, 0xe5, 0xb8, 0xb6,
  119. 0xec, 0x3e, 0xd7, 0x35, 0xf0, 0x7a, 0xbb, 0xc6, 0x93, 0x85, 0xe3, 0xcd, 0x65, 0xe7, 0x85, 0xfe,
  120. 0x01, 0xbc, 0xeb, 0x26, 0x1e, 0x10, 0x7d, 0xeb, 0xb7, 0x0a, 0x46, 0x09, 0x2f, 0xe0, 0x93, 0x51,
  121. 0x59, 0x5f, 0xae, 0x7a, 0x93, 0xdf, 0x04, 0xe8, 0x2b, 0x3f, 0xac, 0x4e, 0x34, 0xe3, 0x79, 0xcc,
  122. 0x32, 0xc8, 0xab, 0xcc, 0xc8, 0x08, 0x93, 0xf1, 0x9e, 0x0f, 0x5d, 0x52, 0xf1, 0xc8, 0xdd, 0xbf,
  123. 0xc9, 0xef, 0x1f, 0xb5, 0x37, 0xc7, 0xf8, 0xaf, 0x3a, 0x9c, 0xb7, 0x52, 0x38, 0x15, 0xb0, 0x85,
  124. 0x0d, 0xda, 0x99, 0xb0, 0x49, 0x5d, 0xfc, 0x3f, 0xf3, 0x21, 0x4e, 0x45, 0x78, 0xe1, 0xc3, 0x9d,
  125. 0x19, 0x4a, 0xfe, 0x56, 0x1d, 0xb5, 0x4d, 0x84, 0x70, 0x2a, 0x10, 0xba, 0x4c, 0x20, 0xb4, 0x33,
  126. 0x11, 0x92, 0x33, 0x3f, 0xfb, 0xf2, 0xc7, 0xbe, 0xde, 0x05, 0x00, 0x00, 0xff, 0xff, 0xd8, 0x67,
  127. 0xa7, 0xa2, 0x8f, 0x02, 0x00, 0x00,
  128. }