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.
 
 
 

121 lines
5.8 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/enums/ad_group_ad_rotation_mode.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. // The possible ad rotation modes of an ad group.
  17. type AdGroupAdRotationModeEnum_AdGroupAdRotationMode int32
  18. const (
  19. // The ad rotation mode has not been specified.
  20. AdGroupAdRotationModeEnum_UNSPECIFIED AdGroupAdRotationModeEnum_AdGroupAdRotationMode = 0
  21. // The received value is not known in this version.
  22. //
  23. // This is a response-only value.
  24. AdGroupAdRotationModeEnum_UNKNOWN AdGroupAdRotationModeEnum_AdGroupAdRotationMode = 1
  25. // Optimize ad group ads based on clicks or conversions.
  26. AdGroupAdRotationModeEnum_OPTIMIZE AdGroupAdRotationModeEnum_AdGroupAdRotationMode = 2
  27. // Rotate evenly forever.
  28. AdGroupAdRotationModeEnum_ROTATE_FOREVER AdGroupAdRotationModeEnum_AdGroupAdRotationMode = 3
  29. )
  30. var AdGroupAdRotationModeEnum_AdGroupAdRotationMode_name = map[int32]string{
  31. 0: "UNSPECIFIED",
  32. 1: "UNKNOWN",
  33. 2: "OPTIMIZE",
  34. 3: "ROTATE_FOREVER",
  35. }
  36. var AdGroupAdRotationModeEnum_AdGroupAdRotationMode_value = map[string]int32{
  37. "UNSPECIFIED": 0,
  38. "UNKNOWN": 1,
  39. "OPTIMIZE": 2,
  40. "ROTATE_FOREVER": 3,
  41. }
  42. func (x AdGroupAdRotationModeEnum_AdGroupAdRotationMode) String() string {
  43. return proto.EnumName(AdGroupAdRotationModeEnum_AdGroupAdRotationMode_name, int32(x))
  44. }
  45. func (AdGroupAdRotationModeEnum_AdGroupAdRotationMode) EnumDescriptor() ([]byte, []int) {
  46. return fileDescriptor_ad_group_ad_rotation_mode_3a81f9567431743e, []int{0, 0}
  47. }
  48. // Container for enum describing possible ad rotation modes of ads within an
  49. // ad group.
  50. type AdGroupAdRotationModeEnum struct {
  51. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  52. XXX_unrecognized []byte `json:"-"`
  53. XXX_sizecache int32 `json:"-"`
  54. }
  55. func (m *AdGroupAdRotationModeEnum) Reset() { *m = AdGroupAdRotationModeEnum{} }
  56. func (m *AdGroupAdRotationModeEnum) String() string { return proto.CompactTextString(m) }
  57. func (*AdGroupAdRotationModeEnum) ProtoMessage() {}
  58. func (*AdGroupAdRotationModeEnum) Descriptor() ([]byte, []int) {
  59. return fileDescriptor_ad_group_ad_rotation_mode_3a81f9567431743e, []int{0}
  60. }
  61. func (m *AdGroupAdRotationModeEnum) XXX_Unmarshal(b []byte) error {
  62. return xxx_messageInfo_AdGroupAdRotationModeEnum.Unmarshal(m, b)
  63. }
  64. func (m *AdGroupAdRotationModeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  65. return xxx_messageInfo_AdGroupAdRotationModeEnum.Marshal(b, m, deterministic)
  66. }
  67. func (dst *AdGroupAdRotationModeEnum) XXX_Merge(src proto.Message) {
  68. xxx_messageInfo_AdGroupAdRotationModeEnum.Merge(dst, src)
  69. }
  70. func (m *AdGroupAdRotationModeEnum) XXX_Size() int {
  71. return xxx_messageInfo_AdGroupAdRotationModeEnum.Size(m)
  72. }
  73. func (m *AdGroupAdRotationModeEnum) XXX_DiscardUnknown() {
  74. xxx_messageInfo_AdGroupAdRotationModeEnum.DiscardUnknown(m)
  75. }
  76. var xxx_messageInfo_AdGroupAdRotationModeEnum proto.InternalMessageInfo
  77. func init() {
  78. proto.RegisterType((*AdGroupAdRotationModeEnum)(nil), "google.ads.googleads.v0.enums.AdGroupAdRotationModeEnum")
  79. proto.RegisterEnum("google.ads.googleads.v0.enums.AdGroupAdRotationModeEnum_AdGroupAdRotationMode", AdGroupAdRotationModeEnum_AdGroupAdRotationMode_name, AdGroupAdRotationModeEnum_AdGroupAdRotationMode_value)
  80. }
  81. func init() {
  82. proto.RegisterFile("google/ads/googleads/v0/enums/ad_group_ad_rotation_mode.proto", fileDescriptor_ad_group_ad_rotation_mode_3a81f9567431743e)
  83. }
  84. var fileDescriptor_ad_group_ad_rotation_mode_3a81f9567431743e = []byte{
  85. // 308 bytes of a gzipped FileDescriptorProto
  86. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xcf, 0x4a, 0xf3, 0x40,
  87. 0x14, 0xc5, 0xbf, 0xa6, 0xf0, 0x29, 0x53, 0xd1, 0x30, 0xe0, 0x42, 0xa1, 0x8b, 0xf6, 0x01, 0x26,
  88. 0x01, 0x77, 0x23, 0x2e, 0xa6, 0x3a, 0x2d, 0x41, 0x9a, 0x84, 0xd8, 0xa6, 0x50, 0x02, 0x61, 0x74,
  89. 0xc2, 0x50, 0x68, 0x72, 0x4b, 0x26, 0xe9, 0x03, 0xb9, 0xf4, 0x51, 0x7c, 0x14, 0x37, 0xbe, 0x82,
  90. 0x64, 0xd2, 0x66, 0x55, 0xdd, 0x0c, 0x87, 0x39, 0xf7, 0x77, 0xff, 0x1c, 0xf4, 0xa0, 0x00, 0xd4,
  91. 0x36, 0x73, 0x84, 0xd4, 0x4e, 0x2b, 0x1b, 0xb5, 0x77, 0x9d, 0xac, 0xa8, 0x73, 0xed, 0x08, 0x99,
  92. 0xaa, 0x12, 0xea, 0x5d, 0x2a, 0x64, 0x5a, 0x42, 0x25, 0xaa, 0x0d, 0x14, 0x69, 0x0e, 0x32, 0x23,
  93. 0xbb, 0x12, 0x2a, 0xc0, 0xc3, 0x96, 0x21, 0x42, 0x6a, 0xd2, 0xe1, 0x64, 0xef, 0x12, 0x83, 0x8f,
  94. 0x2b, 0x74, 0xc3, 0xe4, 0xac, 0x69, 0xc0, 0x64, 0x74, 0xc0, 0xe7, 0x20, 0x33, 0x5e, 0xd4, 0xf9,
  95. 0x78, 0x85, 0xae, 0x4f, 0x9a, 0xf8, 0x0a, 0x0d, 0x96, 0xfe, 0x4b, 0xc8, 0x1f, 0xbd, 0xa9, 0xc7,
  96. 0x9f, 0xec, 0x7f, 0x78, 0x80, 0xce, 0x96, 0xfe, 0xb3, 0x1f, 0xac, 0x7c, 0xbb, 0x87, 0x2f, 0xd0,
  97. 0x79, 0x10, 0x2e, 0xbc, 0xb9, 0xb7, 0xe6, 0xb6, 0x85, 0x31, 0xba, 0x8c, 0x82, 0x05, 0x5b, 0xf0,
  98. 0x74, 0x1a, 0x44, 0x3c, 0xe6, 0x91, 0xdd, 0x9f, 0x7c, 0xf7, 0xd0, 0xe8, 0x0d, 0x72, 0xf2, 0xe7,
  99. 0x6e, 0x93, 0xdb, 0x93, 0xc3, 0xc3, 0xe6, 0xac, 0xb0, 0xb7, 0x9e, 0x1c, 0x60, 0x05, 0x5b, 0x51,
  100. 0x28, 0x02, 0xa5, 0x72, 0x54, 0x56, 0x98, 0xa3, 0x8f, 0x39, 0xed, 0x36, 0xfa, 0x97, 0xd8, 0xee,
  101. 0xcd, 0xfb, 0x6e, 0xf5, 0x67, 0x8c, 0x7d, 0x58, 0xc3, 0x59, 0xdb, 0x8a, 0x49, 0x4d, 0x5a, 0xd9,
  102. 0xa8, 0xd8, 0x25, 0x4d, 0x0a, 0xfa, 0xf3, 0xe8, 0x27, 0x4c, 0xea, 0xa4, 0xf3, 0x93, 0xd8, 0x4d,
  103. 0x8c, 0xff, 0x65, 0x8d, 0xda, 0x4f, 0x4a, 0x99, 0xd4, 0x94, 0x76, 0x15, 0x94, 0xc6, 0x2e, 0xa5,
  104. 0xa6, 0xe6, 0xf5, 0xbf, 0x59, 0xec, 0xee, 0x27, 0x00, 0x00, 0xff, 0xff, 0xb4, 0xbf, 0xfb, 0x61,
  105. 0xce, 0x01, 0x00, 0x00,
  106. }