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.
 
 
 

116 lines
5.0 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/enums/budget_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. // Possible statuses of a Budget.
  17. type BudgetStatusEnum_BudgetStatus int32
  18. const (
  19. // Not specified.
  20. BudgetStatusEnum_UNSPECIFIED BudgetStatusEnum_BudgetStatus = 0
  21. // Used for return value only. Represents value unknown in this version.
  22. BudgetStatusEnum_UNKNOWN BudgetStatusEnum_BudgetStatus = 1
  23. // Budget is enabled.
  24. BudgetStatusEnum_ENABLED BudgetStatusEnum_BudgetStatus = 2
  25. // Budget is removed.
  26. BudgetStatusEnum_REMOVED BudgetStatusEnum_BudgetStatus = 3
  27. )
  28. var BudgetStatusEnum_BudgetStatus_name = map[int32]string{
  29. 0: "UNSPECIFIED",
  30. 1: "UNKNOWN",
  31. 2: "ENABLED",
  32. 3: "REMOVED",
  33. }
  34. var BudgetStatusEnum_BudgetStatus_value = map[string]int32{
  35. "UNSPECIFIED": 0,
  36. "UNKNOWN": 1,
  37. "ENABLED": 2,
  38. "REMOVED": 3,
  39. }
  40. func (x BudgetStatusEnum_BudgetStatus) String() string {
  41. return proto.EnumName(BudgetStatusEnum_BudgetStatus_name, int32(x))
  42. }
  43. func (BudgetStatusEnum_BudgetStatus) EnumDescriptor() ([]byte, []int) {
  44. return fileDescriptor_budget_status_8c42753c66268429, []int{0, 0}
  45. }
  46. // Message describing a Budget status
  47. type BudgetStatusEnum struct {
  48. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  49. XXX_unrecognized []byte `json:"-"`
  50. XXX_sizecache int32 `json:"-"`
  51. }
  52. func (m *BudgetStatusEnum) Reset() { *m = BudgetStatusEnum{} }
  53. func (m *BudgetStatusEnum) String() string { return proto.CompactTextString(m) }
  54. func (*BudgetStatusEnum) ProtoMessage() {}
  55. func (*BudgetStatusEnum) Descriptor() ([]byte, []int) {
  56. return fileDescriptor_budget_status_8c42753c66268429, []int{0}
  57. }
  58. func (m *BudgetStatusEnum) XXX_Unmarshal(b []byte) error {
  59. return xxx_messageInfo_BudgetStatusEnum.Unmarshal(m, b)
  60. }
  61. func (m *BudgetStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  62. return xxx_messageInfo_BudgetStatusEnum.Marshal(b, m, deterministic)
  63. }
  64. func (dst *BudgetStatusEnum) XXX_Merge(src proto.Message) {
  65. xxx_messageInfo_BudgetStatusEnum.Merge(dst, src)
  66. }
  67. func (m *BudgetStatusEnum) XXX_Size() int {
  68. return xxx_messageInfo_BudgetStatusEnum.Size(m)
  69. }
  70. func (m *BudgetStatusEnum) XXX_DiscardUnknown() {
  71. xxx_messageInfo_BudgetStatusEnum.DiscardUnknown(m)
  72. }
  73. var xxx_messageInfo_BudgetStatusEnum proto.InternalMessageInfo
  74. func init() {
  75. proto.RegisterType((*BudgetStatusEnum)(nil), "google.ads.googleads.v0.enums.BudgetStatusEnum")
  76. proto.RegisterEnum("google.ads.googleads.v0.enums.BudgetStatusEnum_BudgetStatus", BudgetStatusEnum_BudgetStatus_name, BudgetStatusEnum_BudgetStatus_value)
  77. }
  78. func init() {
  79. proto.RegisterFile("google/ads/googleads/v0/enums/budget_status.proto", fileDescriptor_budget_status_8c42753c66268429)
  80. }
  81. var fileDescriptor_budget_status_8c42753c66268429 = []byte{
  82. // 278 bytes of a gzipped FileDescriptorProto
  83. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4c, 0xcf, 0xcf, 0x4f,
  84. 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc,
  85. 0xd2, 0xdc, 0x62, 0xfd, 0xa4, 0xd2, 0x94, 0xf4, 0xd4, 0x92, 0xf8, 0xe2, 0x92, 0xc4, 0x92, 0xd2,
  86. 0x62, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x59, 0x88, 0x3a, 0xbd, 0xc4, 0x94, 0x62, 0x3d,
  87. 0xb8, 0x16, 0xbd, 0x32, 0x03, 0x3d, 0xb0, 0x16, 0xa5, 0x28, 0x2e, 0x01, 0x27, 0xb0, 0xae, 0x60,
  88. 0xb0, 0x26, 0xd7, 0xbc, 0xd2, 0x5c, 0x25, 0x37, 0x2e, 0x1e, 0x64, 0x31, 0x21, 0x7e, 0x2e, 0xee,
  89. 0x50, 0xbf, 0xe0, 0x00, 0x57, 0x67, 0x4f, 0x37, 0x4f, 0x57, 0x17, 0x01, 0x06, 0x21, 0x6e, 0x2e,
  90. 0xf6, 0x50, 0x3f, 0x6f, 0x3f, 0xff, 0x70, 0x3f, 0x01, 0x46, 0x10, 0xc7, 0xd5, 0xcf, 0xd1, 0xc9,
  91. 0xc7, 0xd5, 0x45, 0x80, 0x09, 0xc4, 0x09, 0x72, 0xf5, 0xf5, 0x0f, 0x73, 0x75, 0x11, 0x60, 0x76,
  92. 0x7a, 0xc6, 0xc8, 0xa5, 0x98, 0x9c, 0x9f, 0xab, 0x87, 0xd7, 0x05, 0x4e, 0x82, 0xc8, 0x76, 0x05,
  93. 0x80, 0xdc, 0x1c, 0xc0, 0x18, 0xe5, 0x04, 0xd5, 0x93, 0x9e, 0x9f, 0x93, 0x98, 0x97, 0xae, 0x97,
  94. 0x5f, 0x94, 0xae, 0x9f, 0x9e, 0x9a, 0x07, 0xf6, 0x11, 0xcc, 0xe3, 0x05, 0x99, 0xc5, 0x38, 0xc2,
  95. 0xc1, 0x1a, 0x4c, 0x2e, 0x62, 0x62, 0x76, 0x77, 0x74, 0x5c, 0xc5, 0x24, 0xeb, 0x0e, 0x31, 0xca,
  96. 0x31, 0xa5, 0x58, 0x0f, 0xc2, 0x04, 0xb1, 0xc2, 0x0c, 0xf4, 0x40, 0x7e, 0x2d, 0x3e, 0x05, 0x93,
  97. 0x8f, 0x71, 0x4c, 0x29, 0x8e, 0x81, 0xcb, 0xc7, 0x84, 0x19, 0xc4, 0x80, 0xe5, 0x5f, 0x31, 0x29,
  98. 0x42, 0x04, 0xad, 0xac, 0x1c, 0x53, 0x8a, 0xad, 0xac, 0xe0, 0x2a, 0xac, 0xac, 0xc2, 0x0c, 0xac,
  99. 0xac, 0xc0, 0x6a, 0x92, 0xd8, 0xc0, 0x0e, 0x33, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x5b, 0x67,
  100. 0x8a, 0x7b, 0x9f, 0x01, 0x00, 0x00,
  101. }