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.
 
 
 

147 lines
7.5 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/enums/sitelink_placeholder_field.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. // Possible values for Sitelink placeholder fields.
  18. type SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField int32
  19. const (
  20. // Not specified.
  21. SitelinkPlaceholderFieldEnum_UNSPECIFIED SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 0
  22. // Used for return value only. Represents value unknown in this version.
  23. SitelinkPlaceholderFieldEnum_UNKNOWN SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 1
  24. // Data Type: STRING. The link text for your sitelink.
  25. SitelinkPlaceholderFieldEnum_TEXT SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 2
  26. // Data Type: STRING. First line of the sitelink description.
  27. SitelinkPlaceholderFieldEnum_LINE_1 SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 3
  28. // Data Type: STRING. Second line of the sitelink description.
  29. SitelinkPlaceholderFieldEnum_LINE_2 SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 4
  30. // Data Type: URL_LIST. Final URLs for the sitelink when using Upgraded
  31. // URLs.
  32. SitelinkPlaceholderFieldEnum_FINAL_URLS SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 5
  33. // Data Type: URL_LIST. Final Mobile URLs for the sitelink when using
  34. // Upgraded URLs.
  35. SitelinkPlaceholderFieldEnum_FINAL_MOBILE_URLS SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 6
  36. // Data Type: URL. Tracking template for the sitelink when using Upgraded
  37. // URLs.
  38. SitelinkPlaceholderFieldEnum_TRACKING_URL SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 7
  39. // Data Type: STRING. Final URL suffix for sitelink when using parallel
  40. // tracking.
  41. SitelinkPlaceholderFieldEnum_FINAL_URL_SUFFIX SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 8
  42. )
  43. var SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField_name = map[int32]string{
  44. 0: "UNSPECIFIED",
  45. 1: "UNKNOWN",
  46. 2: "TEXT",
  47. 3: "LINE_1",
  48. 4: "LINE_2",
  49. 5: "FINAL_URLS",
  50. 6: "FINAL_MOBILE_URLS",
  51. 7: "TRACKING_URL",
  52. 8: "FINAL_URL_SUFFIX",
  53. }
  54. var SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField_value = map[string]int32{
  55. "UNSPECIFIED": 0,
  56. "UNKNOWN": 1,
  57. "TEXT": 2,
  58. "LINE_1": 3,
  59. "LINE_2": 4,
  60. "FINAL_URLS": 5,
  61. "FINAL_MOBILE_URLS": 6,
  62. "TRACKING_URL": 7,
  63. "FINAL_URL_SUFFIX": 8,
  64. }
  65. func (x SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField) String() string {
  66. return proto.EnumName(SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField_name, int32(x))
  67. }
  68. func (SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField) EnumDescriptor() ([]byte, []int) {
  69. return fileDescriptor_sitelink_placeholder_field_1736d8300038c8e4, []int{0, 0}
  70. }
  71. // Values for Sitelink placeholder fields.
  72. type SitelinkPlaceholderFieldEnum struct {
  73. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  74. XXX_unrecognized []byte `json:"-"`
  75. XXX_sizecache int32 `json:"-"`
  76. }
  77. func (m *SitelinkPlaceholderFieldEnum) Reset() { *m = SitelinkPlaceholderFieldEnum{} }
  78. func (m *SitelinkPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) }
  79. func (*SitelinkPlaceholderFieldEnum) ProtoMessage() {}
  80. func (*SitelinkPlaceholderFieldEnum) Descriptor() ([]byte, []int) {
  81. return fileDescriptor_sitelink_placeholder_field_1736d8300038c8e4, []int{0}
  82. }
  83. func (m *SitelinkPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error {
  84. return xxx_messageInfo_SitelinkPlaceholderFieldEnum.Unmarshal(m, b)
  85. }
  86. func (m *SitelinkPlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  87. return xxx_messageInfo_SitelinkPlaceholderFieldEnum.Marshal(b, m, deterministic)
  88. }
  89. func (dst *SitelinkPlaceholderFieldEnum) XXX_Merge(src proto.Message) {
  90. xxx_messageInfo_SitelinkPlaceholderFieldEnum.Merge(dst, src)
  91. }
  92. func (m *SitelinkPlaceholderFieldEnum) XXX_Size() int {
  93. return xxx_messageInfo_SitelinkPlaceholderFieldEnum.Size(m)
  94. }
  95. func (m *SitelinkPlaceholderFieldEnum) XXX_DiscardUnknown() {
  96. xxx_messageInfo_SitelinkPlaceholderFieldEnum.DiscardUnknown(m)
  97. }
  98. var xxx_messageInfo_SitelinkPlaceholderFieldEnum proto.InternalMessageInfo
  99. func init() {
  100. proto.RegisterType((*SitelinkPlaceholderFieldEnum)(nil), "google.ads.googleads.v1.enums.SitelinkPlaceholderFieldEnum")
  101. proto.RegisterEnum("google.ads.googleads.v1.enums.SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField", SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField_name, SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField_value)
  102. }
  103. func init() {
  104. proto.RegisterFile("google/ads/googleads/v1/enums/sitelink_placeholder_field.proto", fileDescriptor_sitelink_placeholder_field_1736d8300038c8e4)
  105. }
  106. var fileDescriptor_sitelink_placeholder_field_1736d8300038c8e4 = []byte{
  107. // 377 bytes of a gzipped FileDescriptorProto
  108. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xd1, 0x8e, 0x9a, 0x40,
  109. 0x14, 0x86, 0x0b, 0x5a, 0x35, 0x63, 0xd3, 0x4e, 0x27, 0x6d, 0xd2, 0x34, 0x7a, 0xa1, 0x0f, 0x30,
  110. 0x84, 0xf6, 0x6e, 0x9a, 0x34, 0x01, 0x0b, 0x86, 0x48, 0x91, 0x88, 0xb8, 0x66, 0x43, 0x42, 0x58,
  111. 0x61, 0x59, 0xb2, 0x38, 0x43, 0x1c, 0xf4, 0x81, 0xf6, 0x6e, 0xf7, 0x51, 0x7c, 0x94, 0xbd, 0xdc,
  112. 0x27, 0xd8, 0xc0, 0x28, 0x7b, 0xe5, 0xde, 0x4c, 0xfe, 0x39, 0xe7, 0x7c, 0xe7, 0xcc, 0xfc, 0x07,
  113. 0xfc, 0x4d, 0x19, 0x4b, 0xf3, 0x44, 0x89, 0x62, 0xae, 0x08, 0x59, 0xa9, 0x83, 0xaa, 0x24, 0x74,
  114. 0xbf, 0xe5, 0x0a, 0xcf, 0xca, 0x24, 0xcf, 0xe8, 0x7d, 0x58, 0xe4, 0xd1, 0x26, 0xb9, 0x63, 0x79,
  115. 0x9c, 0xec, 0xc2, 0xdb, 0x2c, 0xc9, 0x63, 0x5c, 0xec, 0x58, 0xc9, 0xd0, 0x50, 0x40, 0x38, 0x8a,
  116. 0x39, 0x6e, 0x78, 0x7c, 0x50, 0x71, 0xcd, 0xff, 0x1c, 0x9c, 0xdb, 0x17, 0x99, 0x12, 0x51, 0xca,
  117. 0xca, 0xa8, 0xcc, 0x18, 0xe5, 0x02, 0x1e, 0x1f, 0x25, 0x30, 0xf0, 0x4e, 0x13, 0xdc, 0xb7, 0x01,
  118. 0x66, 0xd5, 0xdf, 0xa0, 0xfb, 0xed, 0xf8, 0x51, 0x02, 0x3f, 0x2e, 0x15, 0xa0, 0x2f, 0xa0, 0xef,
  119. 0x3b, 0x9e, 0x6b, 0x4c, 0x2c, 0xd3, 0x32, 0xfe, 0xc1, 0x0f, 0xa8, 0x0f, 0xba, 0xbe, 0x33, 0x73,
  120. 0xe6, 0x57, 0x0e, 0x94, 0x50, 0x0f, 0xb4, 0x97, 0xc6, 0x7a, 0x09, 0x65, 0x04, 0x40, 0xc7, 0xb6,
  121. 0x1c, 0x23, 0x54, 0x61, 0xab, 0xd1, 0xbf, 0x60, 0x1b, 0x7d, 0x06, 0xc0, 0xb4, 0x1c, 0xcd, 0x0e,
  122. 0xfd, 0x85, 0xed, 0xc1, 0x8f, 0xe8, 0x3b, 0xf8, 0x2a, 0xee, 0xff, 0xe7, 0xba, 0x65, 0x1b, 0x22,
  123. 0xdc, 0x41, 0x10, 0x7c, 0x5a, 0x2e, 0xb4, 0xc9, 0xcc, 0x72, 0xa6, 0x55, 0x08, 0x76, 0xd1, 0x37,
  124. 0x00, 0x1b, 0x30, 0xf4, 0x7c, 0xd3, 0xb4, 0xd6, 0xb0, 0xa7, 0xbf, 0x48, 0x60, 0xb4, 0x61, 0x5b,
  125. 0xfc, 0xae, 0x21, 0xfa, 0xf0, 0xd2, 0x77, 0xdc, 0xca, 0x11, 0x57, 0xba, 0xd6, 0x4f, 0x7c, 0xca,
  126. 0xf2, 0x88, 0xa6, 0x98, 0xed, 0x52, 0x25, 0x4d, 0x68, 0xed, 0xd7, 0x79, 0x41, 0x45, 0xc6, 0x2f,
  127. 0xec, 0xeb, 0x4f, 0x7d, 0x3e, 0xc8, 0xad, 0xa9, 0xa6, 0x3d, 0xc9, 0xc3, 0xa9, 0x68, 0xa5, 0xc5,
  128. 0x1c, 0x0b, 0x59, 0xa9, 0x95, 0x8a, 0x2b, 0x6f, 0xf9, 0xf1, 0x9c, 0x0f, 0xb4, 0x98, 0x07, 0x4d,
  129. 0x3e, 0x58, 0xa9, 0x41, 0x9d, 0x7f, 0x96, 0x47, 0x22, 0x48, 0x88, 0x16, 0x73, 0x42, 0x9a, 0x0a,
  130. 0x42, 0x56, 0x2a, 0x21, 0x75, 0xcd, 0x4d, 0xa7, 0x7e, 0xd8, 0xef, 0xd7, 0x00, 0x00, 0x00, 0xff,
  131. 0xff, 0xd0, 0xf6, 0xda, 0x64, 0x47, 0x02, 0x00, 0x00,
  132. }