Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

156 lignes
7.9 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/enums/recommendation_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. // Types of recommendations.
  17. type RecommendationTypeEnum_RecommendationType int32
  18. const (
  19. // Not specified.
  20. RecommendationTypeEnum_UNSPECIFIED RecommendationTypeEnum_RecommendationType = 0
  21. // Used for return value only. Represents value unknown in this version.
  22. RecommendationTypeEnum_UNKNOWN RecommendationTypeEnum_RecommendationType = 1
  23. // Budget recommendation for budget constrained campaigns.
  24. RecommendationTypeEnum_CAMPAIGN_BUDGET RecommendationTypeEnum_RecommendationType = 2
  25. // Keyword recommendation.
  26. RecommendationTypeEnum_KEYWORD RecommendationTypeEnum_RecommendationType = 3
  27. // Recommendation to add a new text ad.
  28. RecommendationTypeEnum_TEXT_AD RecommendationTypeEnum_RecommendationType = 4
  29. // Recommendation to update a campaign to use a Target CPA bidding strategy.
  30. RecommendationTypeEnum_TARGET_CPA_OPT_IN RecommendationTypeEnum_RecommendationType = 5
  31. // Recommendation to update a campaign to use the Maximize Conversions
  32. // bidding strategy.
  33. RecommendationTypeEnum_MAXIMIZE_CONVERSIONS_OPT_IN RecommendationTypeEnum_RecommendationType = 6
  34. // Recommendation to enable Enhanced Cost Per Click for a campaign.
  35. RecommendationTypeEnum_ENHANCED_CPC_OPT_IN RecommendationTypeEnum_RecommendationType = 7
  36. // Recommendation to start showing your campaign's ads on Google Search
  37. // Partners Websites.
  38. RecommendationTypeEnum_SEARCH_PARTNERS_OPT_IN RecommendationTypeEnum_RecommendationType = 8
  39. // Recommendation to update a campaign to use a Maximize Clicks bidding
  40. // strategy.
  41. RecommendationTypeEnum_MAXIMIZE_CLICKS_OPT_IN RecommendationTypeEnum_RecommendationType = 9
  42. // Recommendation to start using the "Optimize" ad rotation setting for the
  43. // given ad group.
  44. RecommendationTypeEnum_OPTIMIZE_AD_ROTATION RecommendationTypeEnum_RecommendationType = 10
  45. )
  46. var RecommendationTypeEnum_RecommendationType_name = map[int32]string{
  47. 0: "UNSPECIFIED",
  48. 1: "UNKNOWN",
  49. 2: "CAMPAIGN_BUDGET",
  50. 3: "KEYWORD",
  51. 4: "TEXT_AD",
  52. 5: "TARGET_CPA_OPT_IN",
  53. 6: "MAXIMIZE_CONVERSIONS_OPT_IN",
  54. 7: "ENHANCED_CPC_OPT_IN",
  55. 8: "SEARCH_PARTNERS_OPT_IN",
  56. 9: "MAXIMIZE_CLICKS_OPT_IN",
  57. 10: "OPTIMIZE_AD_ROTATION",
  58. }
  59. var RecommendationTypeEnum_RecommendationType_value = map[string]int32{
  60. "UNSPECIFIED": 0,
  61. "UNKNOWN": 1,
  62. "CAMPAIGN_BUDGET": 2,
  63. "KEYWORD": 3,
  64. "TEXT_AD": 4,
  65. "TARGET_CPA_OPT_IN": 5,
  66. "MAXIMIZE_CONVERSIONS_OPT_IN": 6,
  67. "ENHANCED_CPC_OPT_IN": 7,
  68. "SEARCH_PARTNERS_OPT_IN": 8,
  69. "MAXIMIZE_CLICKS_OPT_IN": 9,
  70. "OPTIMIZE_AD_ROTATION": 10,
  71. }
  72. func (x RecommendationTypeEnum_RecommendationType) String() string {
  73. return proto.EnumName(RecommendationTypeEnum_RecommendationType_name, int32(x))
  74. }
  75. func (RecommendationTypeEnum_RecommendationType) EnumDescriptor() ([]byte, []int) {
  76. return fileDescriptor_recommendation_type_50aabeede6d50928, []int{0, 0}
  77. }
  78. // Container for enum describing types of recommendations.
  79. type RecommendationTypeEnum struct {
  80. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  81. XXX_unrecognized []byte `json:"-"`
  82. XXX_sizecache int32 `json:"-"`
  83. }
  84. func (m *RecommendationTypeEnum) Reset() { *m = RecommendationTypeEnum{} }
  85. func (m *RecommendationTypeEnum) String() string { return proto.CompactTextString(m) }
  86. func (*RecommendationTypeEnum) ProtoMessage() {}
  87. func (*RecommendationTypeEnum) Descriptor() ([]byte, []int) {
  88. return fileDescriptor_recommendation_type_50aabeede6d50928, []int{0}
  89. }
  90. func (m *RecommendationTypeEnum) XXX_Unmarshal(b []byte) error {
  91. return xxx_messageInfo_RecommendationTypeEnum.Unmarshal(m, b)
  92. }
  93. func (m *RecommendationTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  94. return xxx_messageInfo_RecommendationTypeEnum.Marshal(b, m, deterministic)
  95. }
  96. func (dst *RecommendationTypeEnum) XXX_Merge(src proto.Message) {
  97. xxx_messageInfo_RecommendationTypeEnum.Merge(dst, src)
  98. }
  99. func (m *RecommendationTypeEnum) XXX_Size() int {
  100. return xxx_messageInfo_RecommendationTypeEnum.Size(m)
  101. }
  102. func (m *RecommendationTypeEnum) XXX_DiscardUnknown() {
  103. xxx_messageInfo_RecommendationTypeEnum.DiscardUnknown(m)
  104. }
  105. var xxx_messageInfo_RecommendationTypeEnum proto.InternalMessageInfo
  106. func init() {
  107. proto.RegisterType((*RecommendationTypeEnum)(nil), "google.ads.googleads.v0.enums.RecommendationTypeEnum")
  108. proto.RegisterEnum("google.ads.googleads.v0.enums.RecommendationTypeEnum_RecommendationType", RecommendationTypeEnum_RecommendationType_name, RecommendationTypeEnum_RecommendationType_value)
  109. }
  110. func init() {
  111. proto.RegisterFile("google/ads/googleads/v0/enums/recommendation_type.proto", fileDescriptor_recommendation_type_50aabeede6d50928)
  112. }
  113. var fileDescriptor_recommendation_type_50aabeede6d50928 = []byte{
  114. // 414 bytes of a gzipped FileDescriptorProto
  115. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xd1, 0x6a, 0x14, 0x31,
  116. 0x18, 0x85, 0xdd, 0xa9, 0xb6, 0x9a, 0x5e, 0x74, 0x4c, 0xb5, 0x15, 0xa5, 0x48, 0xfb, 0x00, 0x99,
  117. 0x01, 0x2f, 0x84, 0xf1, 0xea, 0xdf, 0x4c, 0x9c, 0x86, 0x75, 0x93, 0x90, 0xcd, 0x6e, 0x6b, 0x59,
  118. 0x08, 0x6b, 0x67, 0x18, 0x0a, 0x9d, 0xc9, 0xb2, 0xd9, 0x16, 0x7a, 0xef, 0x7b, 0x08, 0x5e, 0xfa,
  119. 0x28, 0x3e, 0x8a, 0xf8, 0x10, 0x32, 0x33, 0xee, 0x88, 0x14, 0xbd, 0x09, 0x27, 0xf9, 0xce, 0xf9,
  120. 0x09, 0xff, 0x41, 0x6f, 0x4b, 0xe7, 0xca, 0xeb, 0x22, 0x5a, 0xe4, 0x3e, 0xea, 0x64, 0xa3, 0x6e,
  121. 0xe3, 0xa8, 0xa8, 0x6f, 0x2a, 0x1f, 0xad, 0x8a, 0x4b, 0x57, 0x55, 0x45, 0x9d, 0x2f, 0xd6, 0x57,
  122. 0xae, 0xb6, 0xeb, 0xbb, 0x65, 0x41, 0x96, 0x2b, 0xb7, 0x76, 0xf8, 0xa8, 0x73, 0x93, 0x45, 0xee,
  123. 0x49, 0x1f, 0x24, 0xb7, 0x31, 0x69, 0x83, 0x27, 0x5f, 0x02, 0x74, 0xa0, 0xff, 0x0a, 0x9b, 0xbb,
  124. 0x65, 0xc1, 0xea, 0x9b, 0xea, 0xe4, 0x73, 0x80, 0xf0, 0x7d, 0x84, 0xf7, 0xd0, 0xee, 0x54, 0x4c,
  125. 0x14, 0xa3, 0xfc, 0x3d, 0x67, 0x69, 0xf8, 0x00, 0xef, 0xa2, 0x9d, 0xa9, 0x18, 0x09, 0x79, 0x26,
  126. 0xc2, 0x01, 0xde, 0x47, 0x7b, 0x14, 0xc6, 0x0a, 0x78, 0x26, 0xec, 0x70, 0x9a, 0x66, 0xcc, 0x84,
  127. 0x41, 0xe3, 0x18, 0xb1, 0x8f, 0x67, 0x52, 0xa7, 0xe1, 0x56, 0x73, 0x31, 0xec, 0xdc, 0x58, 0x48,
  128. 0xc3, 0x87, 0xf8, 0x39, 0x7a, 0x6a, 0x40, 0x67, 0xcc, 0x58, 0xaa, 0xc0, 0x4a, 0x65, 0x2c, 0x17,
  129. 0xe1, 0x23, 0xfc, 0x1a, 0xbd, 0x1a, 0xc3, 0x39, 0x1f, 0xf3, 0x0b, 0x66, 0xa9, 0x14, 0x33, 0xa6,
  130. 0x27, 0x5c, 0x8a, 0xc9, 0xc6, 0xb0, 0x8d, 0x0f, 0xd1, 0x3e, 0x13, 0xa7, 0x20, 0x28, 0x4b, 0x2d,
  131. 0x55, 0x74, 0x03, 0x76, 0xf0, 0x4b, 0x74, 0x30, 0x61, 0xa0, 0xe9, 0xa9, 0x55, 0xa0, 0x8d, 0x60,
  132. 0xba, 0x0f, 0x3d, 0x6e, 0xd8, 0x9f, 0xa9, 0x1f, 0x38, 0x1d, 0xf5, 0xec, 0x09, 0x7e, 0x81, 0x9e,
  133. 0x49, 0x65, 0x3a, 0x06, 0xa9, 0xd5, 0xd2, 0x80, 0xe1, 0x52, 0x84, 0x68, 0xf8, 0x73, 0x80, 0x8e,
  134. 0x2f, 0x5d, 0x45, 0xfe, 0xbb, 0xc7, 0xe1, 0xe1, 0xfd, 0x4d, 0xa9, 0x66, 0xff, 0x6a, 0x70, 0x31,
  135. 0xfc, 0x9d, 0x2c, 0xdd, 0xf5, 0xa2, 0x2e, 0x89, 0x5b, 0x95, 0x51, 0x59, 0xd4, 0x6d, 0x3b, 0x9b,
  136. 0x2a, 0x97, 0x57, 0xfe, 0x1f, 0xcd, 0xbe, 0x6b, 0xcf, 0xaf, 0xc1, 0x56, 0x06, 0xf0, 0x2d, 0x38,
  137. 0xca, 0xba, 0x51, 0x90, 0x7b, 0xd2, 0xc9, 0x46, 0xcd, 0x62, 0xd2, 0x14, 0xe6, 0xbf, 0x6f, 0xf8,
  138. 0x1c, 0x72, 0x3f, 0xef, 0xf9, 0x7c, 0x16, 0xcf, 0x5b, 0xfe, 0x23, 0x38, 0xee, 0x1e, 0x93, 0x04,
  139. 0x72, 0x9f, 0x24, 0xbd, 0x23, 0x49, 0x66, 0x71, 0x92, 0xb4, 0x9e, 0x4f, 0xdb, 0xed, 0xc7, 0xde,
  140. 0xfc, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x0a, 0x7f, 0x47, 0x12, 0x71, 0x02, 0x00, 0x00,
  141. }