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.
 
 
 

137 lines
7.2 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/enums/ad_serving_optimization_status.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 possible serving statuses.
  17. type AdServingOptimizationStatusEnum_AdServingOptimizationStatus int32
  18. const (
  19. // No value has been specified.
  20. AdServingOptimizationStatusEnum_UNSPECIFIED AdServingOptimizationStatusEnum_AdServingOptimizationStatus = 0
  21. // The received value is not known in this version.
  22. //
  23. // This is a response-only value.
  24. AdServingOptimizationStatusEnum_UNKNOWN AdServingOptimizationStatusEnum_AdServingOptimizationStatus = 1
  25. // Ad serving is optimized based on CTR for the campaign.
  26. AdServingOptimizationStatusEnum_OPTIMIZE AdServingOptimizationStatusEnum_AdServingOptimizationStatus = 2
  27. // Ad serving is optimized based on CTR * Conversion for the campaign. If
  28. // the campaign is not in the conversion optimizer bidding strategy, it will
  29. // default to OPTIMIZED.
  30. AdServingOptimizationStatusEnum_CONVERSION_OPTIMIZE AdServingOptimizationStatusEnum_AdServingOptimizationStatus = 3
  31. // Ads are rotated evenly for 90 days, then optimized for clicks.
  32. AdServingOptimizationStatusEnum_ROTATE AdServingOptimizationStatusEnum_AdServingOptimizationStatus = 4
  33. // Show lower performing ads more evenly with higher performing ads, and do
  34. // not optimize.
  35. AdServingOptimizationStatusEnum_ROTATE_INDEFINITELY AdServingOptimizationStatusEnum_AdServingOptimizationStatus = 5
  36. // Ad serving optimization status is not available.
  37. AdServingOptimizationStatusEnum_UNAVAILABLE AdServingOptimizationStatusEnum_AdServingOptimizationStatus = 6
  38. )
  39. var AdServingOptimizationStatusEnum_AdServingOptimizationStatus_name = map[int32]string{
  40. 0: "UNSPECIFIED",
  41. 1: "UNKNOWN",
  42. 2: "OPTIMIZE",
  43. 3: "CONVERSION_OPTIMIZE",
  44. 4: "ROTATE",
  45. 5: "ROTATE_INDEFINITELY",
  46. 6: "UNAVAILABLE",
  47. }
  48. var AdServingOptimizationStatusEnum_AdServingOptimizationStatus_value = map[string]int32{
  49. "UNSPECIFIED": 0,
  50. "UNKNOWN": 1,
  51. "OPTIMIZE": 2,
  52. "CONVERSION_OPTIMIZE": 3,
  53. "ROTATE": 4,
  54. "ROTATE_INDEFINITELY": 5,
  55. "UNAVAILABLE": 6,
  56. }
  57. func (x AdServingOptimizationStatusEnum_AdServingOptimizationStatus) String() string {
  58. return proto.EnumName(AdServingOptimizationStatusEnum_AdServingOptimizationStatus_name, int32(x))
  59. }
  60. func (AdServingOptimizationStatusEnum_AdServingOptimizationStatus) EnumDescriptor() ([]byte, []int) {
  61. return fileDescriptor_ad_serving_optimization_status_a16561ddb5fd2591, []int{0, 0}
  62. }
  63. // Possible ad serving statuses of a campaign.
  64. type AdServingOptimizationStatusEnum struct {
  65. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  66. XXX_unrecognized []byte `json:"-"`
  67. XXX_sizecache int32 `json:"-"`
  68. }
  69. func (m *AdServingOptimizationStatusEnum) Reset() { *m = AdServingOptimizationStatusEnum{} }
  70. func (m *AdServingOptimizationStatusEnum) String() string { return proto.CompactTextString(m) }
  71. func (*AdServingOptimizationStatusEnum) ProtoMessage() {}
  72. func (*AdServingOptimizationStatusEnum) Descriptor() ([]byte, []int) {
  73. return fileDescriptor_ad_serving_optimization_status_a16561ddb5fd2591, []int{0}
  74. }
  75. func (m *AdServingOptimizationStatusEnum) XXX_Unmarshal(b []byte) error {
  76. return xxx_messageInfo_AdServingOptimizationStatusEnum.Unmarshal(m, b)
  77. }
  78. func (m *AdServingOptimizationStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  79. return xxx_messageInfo_AdServingOptimizationStatusEnum.Marshal(b, m, deterministic)
  80. }
  81. func (dst *AdServingOptimizationStatusEnum) XXX_Merge(src proto.Message) {
  82. xxx_messageInfo_AdServingOptimizationStatusEnum.Merge(dst, src)
  83. }
  84. func (m *AdServingOptimizationStatusEnum) XXX_Size() int {
  85. return xxx_messageInfo_AdServingOptimizationStatusEnum.Size(m)
  86. }
  87. func (m *AdServingOptimizationStatusEnum) XXX_DiscardUnknown() {
  88. xxx_messageInfo_AdServingOptimizationStatusEnum.DiscardUnknown(m)
  89. }
  90. var xxx_messageInfo_AdServingOptimizationStatusEnum proto.InternalMessageInfo
  91. func init() {
  92. proto.RegisterType((*AdServingOptimizationStatusEnum)(nil), "google.ads.googleads.v0.enums.AdServingOptimizationStatusEnum")
  93. proto.RegisterEnum("google.ads.googleads.v0.enums.AdServingOptimizationStatusEnum_AdServingOptimizationStatus", AdServingOptimizationStatusEnum_AdServingOptimizationStatus_name, AdServingOptimizationStatusEnum_AdServingOptimizationStatus_value)
  94. }
  95. func init() {
  96. proto.RegisterFile("google/ads/googleads/v0/enums/ad_serving_optimization_status.proto", fileDescriptor_ad_serving_optimization_status_a16561ddb5fd2591)
  97. }
  98. var fileDescriptor_ad_serving_optimization_status_a16561ddb5fd2591 = []byte{
  99. // 352 bytes of a gzipped FileDescriptorProto
  100. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xb1, 0x4e, 0xeb, 0x30,
  101. 0x18, 0x85, 0x6f, 0xd2, 0x7b, 0x7b, 0x91, 0x8b, 0x44, 0x14, 0x06, 0x06, 0x54, 0x41, 0xfb, 0x00,
  102. 0x4e, 0x24, 0x36, 0x33, 0x39, 0xad, 0x5b, 0x59, 0x14, 0x27, 0x6a, 0xd2, 0x20, 0xaa, 0x48, 0x51,
  103. 0x20, 0x51, 0x14, 0xa9, 0x89, 0xab, 0x3a, 0xed, 0xc0, 0x93, 0x30, 0x33, 0xf2, 0x0c, 0x3c, 0x01,
  104. 0x8f, 0xc2, 0xce, 0x8e, 0x62, 0xd3, 0x88, 0x85, 0x2e, 0xd6, 0x91, 0xcf, 0xf1, 0xe7, 0xdf, 0xc7,
  105. 0xc0, 0xc9, 0x39, 0xcf, 0x57, 0x99, 0x95, 0xa4, 0xc2, 0x52, 0xb2, 0x51, 0x3b, 0xdb, 0xca, 0xaa,
  106. 0x6d, 0x29, 0xac, 0x24, 0x8d, 0x45, 0xb6, 0xd9, 0x15, 0x55, 0x1e, 0xf3, 0x75, 0x5d, 0x94, 0xc5,
  107. 0x53, 0x52, 0x17, 0xbc, 0x8a, 0x45, 0x9d, 0xd4, 0x5b, 0x01, 0xd7, 0x1b, 0x5e, 0x73, 0xb3, 0xaf,
  108. 0x0e, 0xc2, 0x24, 0x15, 0xb0, 0x65, 0xc0, 0x9d, 0x0d, 0x25, 0x63, 0xf8, 0xa6, 0x81, 0x0b, 0x9c,
  109. 0xfa, 0x0a, 0xe3, 0xfe, 0xa0, 0xf8, 0x12, 0x42, 0xaa, 0x6d, 0x39, 0x7c, 0xd6, 0xc0, 0xf9, 0x81,
  110. 0x8c, 0x79, 0x02, 0x7a, 0x0b, 0xe6, 0x7b, 0x64, 0x44, 0x27, 0x94, 0x8c, 0x8d, 0x3f, 0x66, 0x0f,
  111. 0xfc, 0x5f, 0xb0, 0x1b, 0xe6, 0xde, 0x31, 0x43, 0x33, 0x8f, 0xc1, 0x91, 0xeb, 0x05, 0xf4, 0x96,
  112. 0x2e, 0x89, 0xa1, 0x9b, 0x67, 0xe0, 0x74, 0xe4, 0xb2, 0x90, 0xcc, 0x7d, 0xea, 0xb2, 0xb8, 0x35,
  113. 0x3a, 0x26, 0x00, 0xdd, 0xb9, 0x1b, 0xe0, 0x80, 0x18, 0x7f, 0x9b, 0x90, 0xd2, 0x31, 0x65, 0x63,
  114. 0x32, 0xa1, 0x8c, 0x06, 0x64, 0x76, 0x6f, 0xfc, 0x53, 0x37, 0xe1, 0x10, 0xd3, 0x19, 0x76, 0x66,
  115. 0xc4, 0xe8, 0x3a, 0x9f, 0x1a, 0x18, 0x3c, 0xf2, 0x12, 0x1e, 0x7c, 0xa4, 0x73, 0x79, 0x60, 0x7a,
  116. 0xaf, 0x69, 0xc9, 0xd3, 0x96, 0xdf, 0x5d, 0xc3, 0x9c, 0xaf, 0x92, 0x2a, 0x87, 0x7c, 0x93, 0x5b,
  117. 0x79, 0x56, 0xc9, 0x0e, 0xf7, 0xdd, 0xaf, 0x0b, 0xf1, 0xcb, 0x57, 0x5c, 0xcb, 0xf5, 0x45, 0xef,
  118. 0x4c, 0x31, 0x7e, 0xd5, 0xfb, 0x53, 0x85, 0xc2, 0xa9, 0x80, 0x4a, 0x36, 0x2a, 0xb4, 0x61, 0xd3,
  119. 0xa6, 0x78, 0xdf, 0xfb, 0x11, 0x4e, 0x45, 0xd4, 0xfa, 0x51, 0x68, 0x47, 0xd2, 0xff, 0xd0, 0x07,
  120. 0x6a, 0x13, 0x21, 0x9c, 0x0a, 0x84, 0xda, 0x04, 0x42, 0xa1, 0x8d, 0x90, 0xcc, 0x3c, 0x74, 0xe5,
  121. 0x60, 0x57, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xff, 0x32, 0x58, 0xc6, 0x22, 0x02, 0x00, 0x00,
  122. }