Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

158 linhas
8.0 KiB

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