Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 

129 рядки
7.2 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/enums/target_cpa_opt_in_recommendation_goal.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. // Goal of TargetCpaOptIn recommendation.
  17. type TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal int32
  18. const (
  19. // Not specified.
  20. TargetCpaOptInRecommendationGoalEnum_UNSPECIFIED TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal = 0
  21. // Used for return value only. Represents value unknown in this version.
  22. TargetCpaOptInRecommendationGoalEnum_UNKNOWN TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal = 1
  23. // Recommendation to set Target CPA to maintain the same cost.
  24. TargetCpaOptInRecommendationGoalEnum_SAME_COST TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal = 2
  25. // Recommendation to set Target CPA to maintain the same conversions.
  26. TargetCpaOptInRecommendationGoalEnum_SAME_CONVERSIONS TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal = 3
  27. // Recommendation to set Target CPA to maintain the same CPA.
  28. TargetCpaOptInRecommendationGoalEnum_SAME_CPA TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal = 4
  29. // Recommendation to set Target CPA to a value that is as close as possible
  30. // to, yet lower than, the actual CPA (computed for past 28 days).
  31. TargetCpaOptInRecommendationGoalEnum_CLOSEST_CPA TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal = 5
  32. )
  33. var TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal_name = map[int32]string{
  34. 0: "UNSPECIFIED",
  35. 1: "UNKNOWN",
  36. 2: "SAME_COST",
  37. 3: "SAME_CONVERSIONS",
  38. 4: "SAME_CPA",
  39. 5: "CLOSEST_CPA",
  40. }
  41. var TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal_value = map[string]int32{
  42. "UNSPECIFIED": 0,
  43. "UNKNOWN": 1,
  44. "SAME_COST": 2,
  45. "SAME_CONVERSIONS": 3,
  46. "SAME_CPA": 4,
  47. "CLOSEST_CPA": 5,
  48. }
  49. func (x TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal) String() string {
  50. return proto.EnumName(TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal_name, int32(x))
  51. }
  52. func (TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal) EnumDescriptor() ([]byte, []int) {
  53. return fileDescriptor_target_cpa_opt_in_recommendation_goal_e7256527cb64c6cc, []int{0, 0}
  54. }
  55. // Container for enum describing goals for TargetCpaOptIn recommendation.
  56. type TargetCpaOptInRecommendationGoalEnum struct {
  57. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  58. XXX_unrecognized []byte `json:"-"`
  59. XXX_sizecache int32 `json:"-"`
  60. }
  61. func (m *TargetCpaOptInRecommendationGoalEnum) Reset() { *m = TargetCpaOptInRecommendationGoalEnum{} }
  62. func (m *TargetCpaOptInRecommendationGoalEnum) String() string { return proto.CompactTextString(m) }
  63. func (*TargetCpaOptInRecommendationGoalEnum) ProtoMessage() {}
  64. func (*TargetCpaOptInRecommendationGoalEnum) Descriptor() ([]byte, []int) {
  65. return fileDescriptor_target_cpa_opt_in_recommendation_goal_e7256527cb64c6cc, []int{0}
  66. }
  67. func (m *TargetCpaOptInRecommendationGoalEnum) XXX_Unmarshal(b []byte) error {
  68. return xxx_messageInfo_TargetCpaOptInRecommendationGoalEnum.Unmarshal(m, b)
  69. }
  70. func (m *TargetCpaOptInRecommendationGoalEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  71. return xxx_messageInfo_TargetCpaOptInRecommendationGoalEnum.Marshal(b, m, deterministic)
  72. }
  73. func (dst *TargetCpaOptInRecommendationGoalEnum) XXX_Merge(src proto.Message) {
  74. xxx_messageInfo_TargetCpaOptInRecommendationGoalEnum.Merge(dst, src)
  75. }
  76. func (m *TargetCpaOptInRecommendationGoalEnum) XXX_Size() int {
  77. return xxx_messageInfo_TargetCpaOptInRecommendationGoalEnum.Size(m)
  78. }
  79. func (m *TargetCpaOptInRecommendationGoalEnum) XXX_DiscardUnknown() {
  80. xxx_messageInfo_TargetCpaOptInRecommendationGoalEnum.DiscardUnknown(m)
  81. }
  82. var xxx_messageInfo_TargetCpaOptInRecommendationGoalEnum proto.InternalMessageInfo
  83. func init() {
  84. proto.RegisterType((*TargetCpaOptInRecommendationGoalEnum)(nil), "google.ads.googleads.v0.enums.TargetCpaOptInRecommendationGoalEnum")
  85. proto.RegisterEnum("google.ads.googleads.v0.enums.TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal", TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal_name, TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal_value)
  86. }
  87. func init() {
  88. proto.RegisterFile("google/ads/googleads/v0/enums/target_cpa_opt_in_recommendation_goal.proto", fileDescriptor_target_cpa_opt_in_recommendation_goal_e7256527cb64c6cc)
  89. }
  90. var fileDescriptor_target_cpa_opt_in_recommendation_goal_e7256527cb64c6cc = []byte{
  91. // 343 bytes of a gzipped FileDescriptorProto
  92. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0xdf, 0x4a, 0xfb, 0x30,
  93. 0x1c, 0xc5, 0x7f, 0xed, 0x7e, 0xfe, 0xcb, 0x14, 0x4b, 0xf1, 0x76, 0xe0, 0x86, 0xde, 0xa6, 0x05,
  94. 0xef, 0xe2, 0x55, 0x56, 0xeb, 0x28, 0x6a, 0x5b, 0x96, 0xad, 0x82, 0x14, 0x4a, 0x5c, 0x4b, 0x18,
  95. 0xb4, 0x49, 0x69, 0xba, 0x3d, 0x81, 0x4f, 0xe2, 0xa5, 0xe0, 0x8b, 0xf8, 0x28, 0x3e, 0x82, 0x57,
  96. 0xd2, 0x74, 0x2b, 0x78, 0xa1, 0xbb, 0x29, 0xa7, 0xdf, 0x73, 0xf2, 0xe1, 0x9b, 0x13, 0xe0, 0x31,
  97. 0x21, 0x58, 0x9e, 0x59, 0x34, 0x95, 0x56, 0x2b, 0x1b, 0xb5, 0xb6, 0xad, 0x8c, 0xaf, 0x0a, 0x69,
  98. 0xd5, 0xb4, 0x62, 0x59, 0x9d, 0x2c, 0x4a, 0x9a, 0x88, 0xb2, 0x4e, 0x96, 0x3c, 0xa9, 0xb2, 0x85,
  99. 0x28, 0x8a, 0x8c, 0xa7, 0xb4, 0x5e, 0x0a, 0x9e, 0x30, 0x41, 0x73, 0x58, 0x56, 0xa2, 0x16, 0xe6,
  100. 0xa0, 0x3d, 0x0f, 0x69, 0x2a, 0x61, 0x87, 0x82, 0x6b, 0x1b, 0x2a, 0xd4, 0xe8, 0x5d, 0x03, 0x17,
  101. 0x33, 0x85, 0x73, 0x4a, 0x1a, 0x94, 0xb5, 0xc7, 0xa7, 0x3f, 0x50, 0x13, 0x41, 0x73, 0x97, 0xaf,
  102. 0x8a, 0xd1, 0x8b, 0x06, 0xce, 0x77, 0x05, 0xcd, 0x53, 0xd0, 0x9f, 0xfb, 0x24, 0x74, 0x1d, 0xef,
  103. 0xd6, 0x73, 0x6f, 0x8c, 0x7f, 0x66, 0x1f, 0x1c, 0xcc, 0xfd, 0x3b, 0x3f, 0x78, 0xf4, 0x0d, 0xcd,
  104. 0x3c, 0x01, 0x47, 0x04, 0x3f, 0xb8, 0x89, 0x13, 0x90, 0x99, 0xa1, 0x9b, 0x67, 0xc0, 0xd8, 0xfc,
  105. 0xfa, 0x91, 0x3b, 0x25, 0x5e, 0xe0, 0x13, 0xa3, 0x67, 0x1e, 0x83, 0xc3, 0x76, 0x1a, 0x62, 0xe3,
  106. 0x7f, 0x03, 0x74, 0xee, 0x03, 0xe2, 0x92, 0x99, 0x1a, 0xec, 0x8d, 0xbf, 0x34, 0x30, 0x5c, 0x88,
  107. 0x02, 0xfe, 0x79, 0xab, 0xf1, 0xe5, 0xae, 0x4d, 0xc3, 0xa6, 0x9b, 0x50, 0x7b, 0x1a, 0x6f, 0x38,
  108. 0x4c, 0xe4, 0x94, 0x33, 0x28, 0x2a, 0x66, 0xb1, 0x8c, 0xab, 0xe6, 0xb6, 0xc5, 0x97, 0x4b, 0xf9,
  109. 0xcb, 0x3b, 0x5c, 0xab, 0xef, 0xab, 0xde, 0x9b, 0x60, 0xfc, 0xa6, 0x0f, 0x26, 0x2d, 0x0a, 0xa7,
  110. 0x12, 0xb6, 0xb2, 0x51, 0x91, 0x0d, 0x9b, 0xfa, 0xe4, 0xc7, 0xd6, 0x8f, 0x71, 0x2a, 0xe3, 0xce,
  111. 0x8f, 0x23, 0x3b, 0x56, 0xfe, 0xa7, 0x3e, 0x6c, 0x87, 0x08, 0xe1, 0x54, 0x22, 0xd4, 0x25, 0x10,
  112. 0x8a, 0x6c, 0x84, 0x54, 0xe6, 0x79, 0x5f, 0x2d, 0x76, 0xf5, 0x1d, 0x00, 0x00, 0xff, 0xff, 0x7f,
  113. 0xe9, 0xa5, 0xdd, 0x1f, 0x02, 0x00, 0x00,
  114. }