選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

152 行
7.4 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/enums/app_placeholder_field.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. // Possible values for App placeholder fields.
  17. type AppPlaceholderFieldEnum_AppPlaceholderField int32
  18. const (
  19. // Not specified.
  20. AppPlaceholderFieldEnum_UNSPECIFIED AppPlaceholderFieldEnum_AppPlaceholderField = 0
  21. // Used for return value only. Represents value unknown in this version.
  22. AppPlaceholderFieldEnum_UNKNOWN AppPlaceholderFieldEnum_AppPlaceholderField = 1
  23. // Data Type: INT64. The application store that the target application
  24. // belongs to. Valid values are: 1 = Apple iTunes Store; 2 = Google Play
  25. // Store.
  26. AppPlaceholderFieldEnum_STORE AppPlaceholderFieldEnum_AppPlaceholderField = 2
  27. // Data Type: STRING. The store-specific ID for the target application.
  28. AppPlaceholderFieldEnum_ID AppPlaceholderFieldEnum_AppPlaceholderField = 3
  29. // Data Type: STRING. The visible text displayed when the link is rendered
  30. // in an ad.
  31. AppPlaceholderFieldEnum_LINK_TEXT AppPlaceholderFieldEnum_AppPlaceholderField = 4
  32. // Data Type: STRING. The destination URL of the in-app link.
  33. AppPlaceholderFieldEnum_URL AppPlaceholderFieldEnum_AppPlaceholderField = 5
  34. // Data Type: URL_LIST. Final URLs for the in-app link when using Upgraded
  35. // URLs.
  36. AppPlaceholderFieldEnum_FINAL_URLS AppPlaceholderFieldEnum_AppPlaceholderField = 6
  37. // Data Type: URL_LIST. Final Mobile URLs for the in-app link when using
  38. // Upgraded URLs.
  39. AppPlaceholderFieldEnum_FINAL_MOBILE_URLS AppPlaceholderFieldEnum_AppPlaceholderField = 7
  40. // Data Type: URL. Tracking template for the in-app link when using Upgraded
  41. // URLs.
  42. AppPlaceholderFieldEnum_TRACKING_URL AppPlaceholderFieldEnum_AppPlaceholderField = 8
  43. // Data Type: STRING. Final URL suffix for the in-app link when using
  44. // parallel tracking.
  45. AppPlaceholderFieldEnum_FINAL_URL_SUFFIX AppPlaceholderFieldEnum_AppPlaceholderField = 9
  46. )
  47. var AppPlaceholderFieldEnum_AppPlaceholderField_name = map[int32]string{
  48. 0: "UNSPECIFIED",
  49. 1: "UNKNOWN",
  50. 2: "STORE",
  51. 3: "ID",
  52. 4: "LINK_TEXT",
  53. 5: "URL",
  54. 6: "FINAL_URLS",
  55. 7: "FINAL_MOBILE_URLS",
  56. 8: "TRACKING_URL",
  57. 9: "FINAL_URL_SUFFIX",
  58. }
  59. var AppPlaceholderFieldEnum_AppPlaceholderField_value = map[string]int32{
  60. "UNSPECIFIED": 0,
  61. "UNKNOWN": 1,
  62. "STORE": 2,
  63. "ID": 3,
  64. "LINK_TEXT": 4,
  65. "URL": 5,
  66. "FINAL_URLS": 6,
  67. "FINAL_MOBILE_URLS": 7,
  68. "TRACKING_URL": 8,
  69. "FINAL_URL_SUFFIX": 9,
  70. }
  71. func (x AppPlaceholderFieldEnum_AppPlaceholderField) String() string {
  72. return proto.EnumName(AppPlaceholderFieldEnum_AppPlaceholderField_name, int32(x))
  73. }
  74. func (AppPlaceholderFieldEnum_AppPlaceholderField) EnumDescriptor() ([]byte, []int) {
  75. return fileDescriptor_app_placeholder_field_c7c163cac9ec2bbb, []int{0, 0}
  76. }
  77. // Values for App placeholder fields.
  78. type AppPlaceholderFieldEnum struct {
  79. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  80. XXX_unrecognized []byte `json:"-"`
  81. XXX_sizecache int32 `json:"-"`
  82. }
  83. func (m *AppPlaceholderFieldEnum) Reset() { *m = AppPlaceholderFieldEnum{} }
  84. func (m *AppPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) }
  85. func (*AppPlaceholderFieldEnum) ProtoMessage() {}
  86. func (*AppPlaceholderFieldEnum) Descriptor() ([]byte, []int) {
  87. return fileDescriptor_app_placeholder_field_c7c163cac9ec2bbb, []int{0}
  88. }
  89. func (m *AppPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error {
  90. return xxx_messageInfo_AppPlaceholderFieldEnum.Unmarshal(m, b)
  91. }
  92. func (m *AppPlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  93. return xxx_messageInfo_AppPlaceholderFieldEnum.Marshal(b, m, deterministic)
  94. }
  95. func (dst *AppPlaceholderFieldEnum) XXX_Merge(src proto.Message) {
  96. xxx_messageInfo_AppPlaceholderFieldEnum.Merge(dst, src)
  97. }
  98. func (m *AppPlaceholderFieldEnum) XXX_Size() int {
  99. return xxx_messageInfo_AppPlaceholderFieldEnum.Size(m)
  100. }
  101. func (m *AppPlaceholderFieldEnum) XXX_DiscardUnknown() {
  102. xxx_messageInfo_AppPlaceholderFieldEnum.DiscardUnknown(m)
  103. }
  104. var xxx_messageInfo_AppPlaceholderFieldEnum proto.InternalMessageInfo
  105. func init() {
  106. proto.RegisterType((*AppPlaceholderFieldEnum)(nil), "google.ads.googleads.v0.enums.AppPlaceholderFieldEnum")
  107. proto.RegisterEnum("google.ads.googleads.v0.enums.AppPlaceholderFieldEnum_AppPlaceholderField", AppPlaceholderFieldEnum_AppPlaceholderField_name, AppPlaceholderFieldEnum_AppPlaceholderField_value)
  108. }
  109. func init() {
  110. proto.RegisterFile("google/ads/googleads/v0/enums/app_placeholder_field.proto", fileDescriptor_app_placeholder_field_c7c163cac9ec2bbb)
  111. }
  112. var fileDescriptor_app_placeholder_field_c7c163cac9ec2bbb = []byte{
  113. // 368 bytes of a gzipped FileDescriptorProto
  114. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xdd, 0x6e, 0xa2, 0x40,
  115. 0x1c, 0xc5, 0x17, 0x5c, 0x75, 0x1d, 0xf7, 0x63, 0x76, 0x76, 0x37, 0xbb, 0x37, 0x5e, 0xe8, 0x03,
  116. 0x0c, 0x24, 0x7b, 0xd5, 0xe9, 0xd5, 0xa0, 0x60, 0x26, 0x52, 0x24, 0x7c, 0x58, 0xd3, 0x90, 0x10,
  117. 0x2a, 0x94, 0x9a, 0x20, 0x43, 0x9c, 0xea, 0x03, 0xf5, 0xb2, 0x49, 0x1f, 0xa4, 0x7d, 0x94, 0x26,
  118. 0x7d, 0x87, 0x06, 0xa8, 0xf4, 0xc6, 0xf6, 0x86, 0x1c, 0xfe, 0xe7, 0xfc, 0x26, 0xf3, 0x3f, 0x03,
  119. 0x4e, 0x52, 0xce, 0xd3, 0x2c, 0x51, 0xa2, 0x58, 0x28, 0xb5, 0x2c, 0xd5, 0x5e, 0x55, 0x92, 0x7c,
  120. 0xb7, 0x11, 0x4a, 0x54, 0x14, 0x61, 0x91, 0x45, 0xab, 0xe4, 0x9a, 0x67, 0x71, 0xb2, 0x0d, 0xaf,
  121. 0xd6, 0x49, 0x16, 0xe3, 0x62, 0xcb, 0x6f, 0x38, 0x1a, 0xd4, 0x79, 0x1c, 0xc5, 0x02, 0x37, 0x28,
  122. 0xde, 0xab, 0xb8, 0x42, 0x47, 0x0f, 0x12, 0xf8, 0x4b, 0x8b, 0xc2, 0x7e, 0xa3, 0x8d, 0x12, 0xd6,
  123. 0xf3, 0xdd, 0x66, 0x74, 0x2f, 0x81, 0x5f, 0x47, 0x3c, 0xf4, 0x03, 0xf4, 0x7d, 0xcb, 0xb5, 0xf5,
  124. 0x31, 0x33, 0x98, 0x3e, 0x81, 0x9f, 0x50, 0x1f, 0x74, 0x7d, 0x6b, 0x66, 0xcd, 0xcf, 0x2d, 0x28,
  125. 0xa1, 0x1e, 0x68, 0xbb, 0xde, 0xdc, 0xd1, 0xa1, 0x8c, 0x3a, 0x40, 0x66, 0x13, 0xd8, 0x42, 0xdf,
  126. 0x40, 0xcf, 0x64, 0xd6, 0x2c, 0xf4, 0xf4, 0xa5, 0x07, 0x3f, 0xa3, 0x2e, 0x68, 0xf9, 0x8e, 0x09,
  127. 0xdb, 0xe8, 0x3b, 0x00, 0x06, 0xb3, 0xa8, 0x19, 0xfa, 0x8e, 0xe9, 0xc2, 0x0e, 0xfa, 0x03, 0x7e,
  128. 0xd6, 0xff, 0x67, 0x73, 0x8d, 0x99, 0x7a, 0x3d, 0xee, 0x22, 0x08, 0xbe, 0x7a, 0x0e, 0x1d, 0xcf,
  129. 0x98, 0x35, 0x2d, 0x47, 0xf0, 0x0b, 0xfa, 0x0d, 0x60, 0x03, 0x86, 0xae, 0x6f, 0x18, 0x6c, 0x09,
  130. 0x7b, 0xda, 0xb3, 0x04, 0x86, 0x2b, 0xbe, 0xc1, 0x1f, 0x6e, 0xac, 0xfd, 0x3b, 0xb2, 0x92, 0x5d,
  131. 0x56, 0x65, 0x4b, 0x17, 0xda, 0x2b, 0x9a, 0xf2, 0x2c, 0xca, 0x53, 0xcc, 0xb7, 0xa9, 0x92, 0x26,
  132. 0x79, 0x55, 0xe4, 0xa1, 0xf7, 0x62, 0x2d, 0xde, 0x79, 0x86, 0xd3, 0xea, 0x7b, 0x2b, 0xb7, 0xa6,
  133. 0x94, 0xde, 0xc9, 0x83, 0x69, 0x7d, 0x14, 0x8d, 0x05, 0xae, 0x65, 0xa9, 0x16, 0x2a, 0x2e, 0xab,
  134. 0x15, 0x8f, 0x07, 0x3f, 0xa0, 0xb1, 0x08, 0x1a, 0x3f, 0x58, 0xa8, 0x41, 0xe5, 0x3f, 0xc9, 0xc3,
  135. 0x7a, 0x48, 0x08, 0x8d, 0x05, 0x21, 0x4d, 0x82, 0x90, 0x85, 0x4a, 0x48, 0x95, 0xb9, 0xec, 0x54,
  136. 0x17, 0xfb, 0xff, 0x12, 0x00, 0x00, 0xff, 0xff, 0x11, 0x1c, 0x65, 0x10, 0x1e, 0x02, 0x00, 0x00,
  137. }