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.
 
 
 

152 lines
8.0 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/enums/advertising_channel_sub_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. // Enum describing the different channel subtypes.
  17. type AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType int32
  18. const (
  19. // Not specified.
  20. AdvertisingChannelSubTypeEnum_UNSPECIFIED AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 0
  21. // Used as a return value only. Represents value unknown in this version.
  22. AdvertisingChannelSubTypeEnum_UNKNOWN AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 1
  23. // Mobile app campaigns for Search.
  24. AdvertisingChannelSubTypeEnum_SEARCH_MOBILE_APP AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 2
  25. // Mobile app campaigns for Display.
  26. AdvertisingChannelSubTypeEnum_DISPLAY_MOBILE_APP AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 3
  27. // AdWords express campaigns for search.
  28. AdvertisingChannelSubTypeEnum_SEARCH_EXPRESS AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 4
  29. // AdWords Express campaigns for display.
  30. AdvertisingChannelSubTypeEnum_DISPLAY_EXPRESS AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 5
  31. // Smart Shopping campaigns.
  32. AdvertisingChannelSubTypeEnum_SHOPPING_SMART_ADS AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 6
  33. // Gmail Ad campaigns.
  34. AdvertisingChannelSubTypeEnum_DISPLAY_GMAIL_AD AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 7
  35. // Smart display campaigns.
  36. AdvertisingChannelSubTypeEnum_DISPLAY_SMART_CAMPAIGN AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 8
  37. // Video Outstream campaigns.
  38. AdvertisingChannelSubTypeEnum_VIDEO_OUTSTREAM AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 9
  39. // Video TrueView for Action campaigns.
  40. AdvertisingChannelSubTypeEnum_VIDEO_ACTION AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 10
  41. )
  42. var AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType_name = map[int32]string{
  43. 0: "UNSPECIFIED",
  44. 1: "UNKNOWN",
  45. 2: "SEARCH_MOBILE_APP",
  46. 3: "DISPLAY_MOBILE_APP",
  47. 4: "SEARCH_EXPRESS",
  48. 5: "DISPLAY_EXPRESS",
  49. 6: "SHOPPING_SMART_ADS",
  50. 7: "DISPLAY_GMAIL_AD",
  51. 8: "DISPLAY_SMART_CAMPAIGN",
  52. 9: "VIDEO_OUTSTREAM",
  53. 10: "VIDEO_ACTION",
  54. }
  55. var AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType_value = map[string]int32{
  56. "UNSPECIFIED": 0,
  57. "UNKNOWN": 1,
  58. "SEARCH_MOBILE_APP": 2,
  59. "DISPLAY_MOBILE_APP": 3,
  60. "SEARCH_EXPRESS": 4,
  61. "DISPLAY_EXPRESS": 5,
  62. "SHOPPING_SMART_ADS": 6,
  63. "DISPLAY_GMAIL_AD": 7,
  64. "DISPLAY_SMART_CAMPAIGN": 8,
  65. "VIDEO_OUTSTREAM": 9,
  66. "VIDEO_ACTION": 10,
  67. }
  68. func (x AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType) String() string {
  69. return proto.EnumName(AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType_name, int32(x))
  70. }
  71. func (AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType) EnumDescriptor() ([]byte, []int) {
  72. return fileDescriptor_advertising_channel_sub_type_f72ec187c684ece1, []int{0, 0}
  73. }
  74. // An immutable specialization of an Advertising Channel.
  75. type AdvertisingChannelSubTypeEnum struct {
  76. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  77. XXX_unrecognized []byte `json:"-"`
  78. XXX_sizecache int32 `json:"-"`
  79. }
  80. func (m *AdvertisingChannelSubTypeEnum) Reset() { *m = AdvertisingChannelSubTypeEnum{} }
  81. func (m *AdvertisingChannelSubTypeEnum) String() string { return proto.CompactTextString(m) }
  82. func (*AdvertisingChannelSubTypeEnum) ProtoMessage() {}
  83. func (*AdvertisingChannelSubTypeEnum) Descriptor() ([]byte, []int) {
  84. return fileDescriptor_advertising_channel_sub_type_f72ec187c684ece1, []int{0}
  85. }
  86. func (m *AdvertisingChannelSubTypeEnum) XXX_Unmarshal(b []byte) error {
  87. return xxx_messageInfo_AdvertisingChannelSubTypeEnum.Unmarshal(m, b)
  88. }
  89. func (m *AdvertisingChannelSubTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  90. return xxx_messageInfo_AdvertisingChannelSubTypeEnum.Marshal(b, m, deterministic)
  91. }
  92. func (dst *AdvertisingChannelSubTypeEnum) XXX_Merge(src proto.Message) {
  93. xxx_messageInfo_AdvertisingChannelSubTypeEnum.Merge(dst, src)
  94. }
  95. func (m *AdvertisingChannelSubTypeEnum) XXX_Size() int {
  96. return xxx_messageInfo_AdvertisingChannelSubTypeEnum.Size(m)
  97. }
  98. func (m *AdvertisingChannelSubTypeEnum) XXX_DiscardUnknown() {
  99. xxx_messageInfo_AdvertisingChannelSubTypeEnum.DiscardUnknown(m)
  100. }
  101. var xxx_messageInfo_AdvertisingChannelSubTypeEnum proto.InternalMessageInfo
  102. func init() {
  103. proto.RegisterType((*AdvertisingChannelSubTypeEnum)(nil), "google.ads.googleads.v0.enums.AdvertisingChannelSubTypeEnum")
  104. proto.RegisterEnum("google.ads.googleads.v0.enums.AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType", AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType_name, AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType_value)
  105. }
  106. func init() {
  107. proto.RegisterFile("google/ads/googleads/v0/enums/advertising_channel_sub_type.proto", fileDescriptor_advertising_channel_sub_type_f72ec187c684ece1)
  108. }
  109. var fileDescriptor_advertising_channel_sub_type_f72ec187c684ece1 = []byte{
  110. // 415 bytes of a gzipped FileDescriptorProto
  111. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xdf, 0x8a, 0xd3, 0x40,
  112. 0x14, 0xc6, 0x6d, 0x56, 0x77, 0x75, 0x56, 0xdc, 0x71, 0xd4, 0x05, 0x85, 0x0a, 0xbb, 0x0f, 0x30,
  113. 0x09, 0x78, 0x37, 0xde, 0x78, 0x9a, 0x8c, 0xd9, 0xc1, 0x26, 0x19, 0x3a, 0x69, 0xfd, 0x43, 0x61,
  114. 0x48, 0x37, 0x21, 0x16, 0xda, 0xa4, 0x74, 0xda, 0xc2, 0xde, 0xfa, 0x28, 0xe2, 0x95, 0x8f, 0xe2,
  115. 0xa3, 0x78, 0xeb, 0x0b, 0x48, 0x32, 0x9b, 0xea, 0x4d, 0xf7, 0x26, 0x1c, 0xbe, 0xf3, 0xcb, 0x8f,
  116. 0xe1, 0x7c, 0xe8, 0x5d, 0x59, 0xd7, 0xe5, 0xa2, 0x70, 0xb3, 0xdc, 0xb8, 0x76, 0x6c, 0xa6, 0x9d,
  117. 0xe7, 0x16, 0xd5, 0x76, 0x69, 0xdc, 0x2c, 0xdf, 0x15, 0xeb, 0xcd, 0xdc, 0xcc, 0xab, 0x52, 0x5f,
  118. 0x7f, 0xcd, 0xaa, 0xaa, 0x58, 0x68, 0xb3, 0x9d, 0xe9, 0xcd, 0xcd, 0xaa, 0xa0, 0xab, 0x75, 0xbd,
  119. 0xa9, 0x49, 0xdf, 0xfe, 0x46, 0xb3, 0xdc, 0xd0, 0xbd, 0x81, 0xee, 0x3c, 0xda, 0x1a, 0x2e, 0x7f,
  120. 0x38, 0xa8, 0x0f, 0xff, 0x2c, 0xbe, 0x95, 0xa8, 0xed, 0x2c, 0xbd, 0x59, 0x15, 0xbc, 0xda, 0x2e,
  121. 0x2f, 0xbf, 0x39, 0xe8, 0xe5, 0x41, 0x82, 0x9c, 0xa1, 0xd3, 0x71, 0xac, 0x24, 0xf7, 0xc5, 0x7b,
  122. 0xc1, 0x03, 0x7c, 0x8f, 0x9c, 0xa2, 0x93, 0x71, 0xfc, 0x21, 0x4e, 0x3e, 0xc6, 0xb8, 0x47, 0x5e,
  123. 0xa0, 0xa7, 0x8a, 0xc3, 0xc8, 0xbf, 0xd2, 0x51, 0x32, 0x10, 0x43, 0xae, 0x41, 0x4a, 0xec, 0x90,
  124. 0x73, 0x44, 0x02, 0xa1, 0xe4, 0x10, 0x3e, 0xff, 0x9f, 0x1f, 0x11, 0x82, 0x9e, 0xdc, 0xe2, 0xfc,
  125. 0x93, 0x1c, 0x71, 0xa5, 0xf0, 0x7d, 0xf2, 0x0c, 0x9d, 0x75, 0x6c, 0x17, 0x3e, 0x68, 0x04, 0xea,
  126. 0x2a, 0x91, 0x52, 0xc4, 0xa1, 0x56, 0x11, 0x8c, 0x52, 0x0d, 0x81, 0xc2, 0xc7, 0xe4, 0x39, 0xc2,
  127. 0x1d, 0x1c, 0x46, 0x20, 0x86, 0x1a, 0x02, 0x7c, 0x42, 0x5e, 0xa1, 0xf3, 0x2e, 0xb5, 0xb0, 0x0f,
  128. 0x91, 0x04, 0x11, 0xc6, 0xf8, 0x61, 0xa3, 0x9f, 0x88, 0x80, 0x27, 0x3a, 0x19, 0xa7, 0x2a, 0x1d,
  129. 0x71, 0x88, 0xf0, 0x23, 0x82, 0xd1, 0x63, 0x1b, 0x82, 0x9f, 0x8a, 0x24, 0xc6, 0x68, 0xf0, 0xa7,
  130. 0x87, 0x2e, 0xae, 0xeb, 0x25, 0xbd, 0xf3, 0x98, 0x83, 0xd7, 0x07, 0xef, 0x24, 0x9b, 0x2e, 0x64,
  131. 0xef, 0xcb, 0xe0, 0x56, 0x50, 0xd6, 0x8b, 0xac, 0x2a, 0x69, 0xbd, 0x2e, 0xdd, 0xb2, 0xa8, 0xda,
  132. 0xa6, 0xba, 0x7e, 0x57, 0x73, 0x73, 0xa0, 0xee, 0xb7, 0xed, 0xf7, 0xbb, 0x73, 0x14, 0x02, 0xfc,
  133. 0x74, 0xfa, 0xa1, 0x55, 0x41, 0x6e, 0xa8, 0x1d, 0x9b, 0x69, 0xe2, 0xd1, 0xa6, 0x35, 0xf3, 0xab,
  134. 0xdb, 0x4f, 0x21, 0x37, 0xd3, 0xfd, 0x7e, 0x3a, 0xf1, 0xa6, 0xed, 0xfe, 0xb7, 0x73, 0x61, 0x43,
  135. 0xc6, 0x20, 0x37, 0x8c, 0xed, 0x09, 0xc6, 0x26, 0x1e, 0x63, 0x2d, 0x33, 0x3b, 0x6e, 0x1f, 0xf6,
  136. 0xe6, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x55, 0xda, 0x94, 0x9c, 0x86, 0x02, 0x00, 0x00,
  137. }