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.
 
 
 

141 lines
8.3 KiB

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