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.
 
 
 

130 lines
6.3 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/enums/billing_setup_status.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. // The possible statuses of a BillingSetup.
  18. type BillingSetupStatusEnum_BillingSetupStatus int32
  19. const (
  20. // Not specified.
  21. BillingSetupStatusEnum_UNSPECIFIED BillingSetupStatusEnum_BillingSetupStatus = 0
  22. // Used for return value only. Represents value unknown in this version.
  23. BillingSetupStatusEnum_UNKNOWN BillingSetupStatusEnum_BillingSetupStatus = 1
  24. // The billing setup is pending approval.
  25. BillingSetupStatusEnum_PENDING BillingSetupStatusEnum_BillingSetupStatus = 2
  26. // The billing setup has been approved but the corresponding first budget
  27. // has not. This can only occur for billing setups configured for monthly
  28. // invoicing.
  29. BillingSetupStatusEnum_APPROVED_HELD BillingSetupStatusEnum_BillingSetupStatus = 3
  30. // The billing setup has been approved.
  31. BillingSetupStatusEnum_APPROVED BillingSetupStatusEnum_BillingSetupStatus = 4
  32. // The billing setup was cancelled by the user prior to approval.
  33. BillingSetupStatusEnum_CANCELLED BillingSetupStatusEnum_BillingSetupStatus = 5
  34. )
  35. var BillingSetupStatusEnum_BillingSetupStatus_name = map[int32]string{
  36. 0: "UNSPECIFIED",
  37. 1: "UNKNOWN",
  38. 2: "PENDING",
  39. 3: "APPROVED_HELD",
  40. 4: "APPROVED",
  41. 5: "CANCELLED",
  42. }
  43. var BillingSetupStatusEnum_BillingSetupStatus_value = map[string]int32{
  44. "UNSPECIFIED": 0,
  45. "UNKNOWN": 1,
  46. "PENDING": 2,
  47. "APPROVED_HELD": 3,
  48. "APPROVED": 4,
  49. "CANCELLED": 5,
  50. }
  51. func (x BillingSetupStatusEnum_BillingSetupStatus) String() string {
  52. return proto.EnumName(BillingSetupStatusEnum_BillingSetupStatus_name, int32(x))
  53. }
  54. func (BillingSetupStatusEnum_BillingSetupStatus) EnumDescriptor() ([]byte, []int) {
  55. return fileDescriptor_billing_setup_status_54184da5ebba2258, []int{0, 0}
  56. }
  57. // Message describing BillingSetup statuses.
  58. type BillingSetupStatusEnum struct {
  59. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  60. XXX_unrecognized []byte `json:"-"`
  61. XXX_sizecache int32 `json:"-"`
  62. }
  63. func (m *BillingSetupStatusEnum) Reset() { *m = BillingSetupStatusEnum{} }
  64. func (m *BillingSetupStatusEnum) String() string { return proto.CompactTextString(m) }
  65. func (*BillingSetupStatusEnum) ProtoMessage() {}
  66. func (*BillingSetupStatusEnum) Descriptor() ([]byte, []int) {
  67. return fileDescriptor_billing_setup_status_54184da5ebba2258, []int{0}
  68. }
  69. func (m *BillingSetupStatusEnum) XXX_Unmarshal(b []byte) error {
  70. return xxx_messageInfo_BillingSetupStatusEnum.Unmarshal(m, b)
  71. }
  72. func (m *BillingSetupStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  73. return xxx_messageInfo_BillingSetupStatusEnum.Marshal(b, m, deterministic)
  74. }
  75. func (dst *BillingSetupStatusEnum) XXX_Merge(src proto.Message) {
  76. xxx_messageInfo_BillingSetupStatusEnum.Merge(dst, src)
  77. }
  78. func (m *BillingSetupStatusEnum) XXX_Size() int {
  79. return xxx_messageInfo_BillingSetupStatusEnum.Size(m)
  80. }
  81. func (m *BillingSetupStatusEnum) XXX_DiscardUnknown() {
  82. xxx_messageInfo_BillingSetupStatusEnum.DiscardUnknown(m)
  83. }
  84. var xxx_messageInfo_BillingSetupStatusEnum proto.InternalMessageInfo
  85. func init() {
  86. proto.RegisterType((*BillingSetupStatusEnum)(nil), "google.ads.googleads.v1.enums.BillingSetupStatusEnum")
  87. proto.RegisterEnum("google.ads.googleads.v1.enums.BillingSetupStatusEnum_BillingSetupStatus", BillingSetupStatusEnum_BillingSetupStatus_name, BillingSetupStatusEnum_BillingSetupStatus_value)
  88. }
  89. func init() {
  90. proto.RegisterFile("google/ads/googleads/v1/enums/billing_setup_status.proto", fileDescriptor_billing_setup_status_54184da5ebba2258)
  91. }
  92. var fileDescriptor_billing_setup_status_54184da5ebba2258 = []byte{
  93. // 335 bytes of a gzipped FileDescriptorProto
  94. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xdf, 0x4a, 0xfb, 0x30,
  95. 0x18, 0xfd, 0xb5, 0xfb, 0xf9, 0x2f, 0x73, 0x58, 0x73, 0xa1, 0x20, 0xee, 0x62, 0x7b, 0x80, 0x94,
  96. 0xe2, 0x8d, 0xc4, 0xab, 0x74, 0x8d, 0x73, 0x38, 0xb2, 0xe2, 0x58, 0x05, 0x29, 0x8c, 0xce, 0x96,
  97. 0x50, 0xe8, 0x92, 0xb2, 0xb4, 0x7b, 0x07, 0x5f, 0xc3, 0x4b, 0x1f, 0xc5, 0x47, 0x11, 0x1f, 0x42,
  98. 0x9a, 0xae, 0xbd, 0x19, 0x7a, 0x13, 0x4e, 0xbe, 0xf3, 0x9d, 0xc3, 0x77, 0x0e, 0xb8, 0xe5, 0x52,
  99. 0xf2, 0x2c, 0xb1, 0xa3, 0x58, 0xd9, 0x35, 0xac, 0xd0, 0xd6, 0xb1, 0x13, 0x51, 0xae, 0x95, 0xbd,
  100. 0x4a, 0xb3, 0x2c, 0x15, 0x7c, 0xa9, 0x92, 0xa2, 0xcc, 0x97, 0xaa, 0x88, 0x8a, 0x52, 0xa1, 0x7c,
  101. 0x23, 0x0b, 0x09, 0xfb, 0xf5, 0x3a, 0x8a, 0x62, 0x85, 0x5a, 0x25, 0xda, 0x3a, 0x48, 0x2b, 0xaf,
  102. 0xae, 0x1b, 0xe3, 0x3c, 0xb5, 0x23, 0x21, 0x64, 0x11, 0x15, 0xa9, 0x14, 0x3b, 0xf1, 0xf0, 0xcd,
  103. 0x00, 0x17, 0x6e, 0xed, 0x3d, 0xaf, 0xac, 0xe7, 0xda, 0x99, 0x8a, 0x72, 0x3d, 0x94, 0x00, 0xee,
  104. 0x33, 0xf0, 0x0c, 0x74, 0x17, 0x6c, 0xee, 0xd3, 0xd1, 0xe4, 0x7e, 0x42, 0x3d, 0xeb, 0x1f, 0xec,
  105. 0x82, 0xa3, 0x05, 0x7b, 0x64, 0xb3, 0x67, 0x66, 0x19, 0xd5, 0xc7, 0xa7, 0xcc, 0x9b, 0xb0, 0xb1,
  106. 0x65, 0xc2, 0x73, 0xd0, 0x23, 0xbe, 0xff, 0x34, 0x0b, 0xa8, 0xb7, 0x7c, 0xa0, 0x53, 0xcf, 0xea,
  107. 0xc0, 0x53, 0x70, 0xdc, 0x8c, 0xac, 0xff, 0xb0, 0x07, 0x4e, 0x46, 0x84, 0x8d, 0xe8, 0x74, 0x4a,
  108. 0x3d, 0xeb, 0xc0, 0xfd, 0x36, 0xc0, 0xe0, 0x55, 0xae, 0xd1, 0x9f, 0x79, 0xdc, 0xcb, 0xfd, 0xa3,
  109. 0xfc, 0x2a, 0x8a, 0x6f, 0xbc, 0xb8, 0x3b, 0x25, 0x97, 0x59, 0x24, 0x38, 0x92, 0x1b, 0x6e, 0xf3,
  110. 0x44, 0xe8, 0xa0, 0x4d, 0xa7, 0x79, 0xaa, 0x7e, 0xa9, 0xf8, 0x4e, 0xbf, 0xef, 0x66, 0x67, 0x4c,
  111. 0xc8, 0x87, 0xd9, 0x1f, 0xd7, 0x56, 0x24, 0x56, 0xa8, 0x86, 0x15, 0x0a, 0x1c, 0x54, 0x55, 0xa3,
  112. 0x3e, 0x1b, 0x3e, 0x24, 0xb1, 0x0a, 0x5b, 0x3e, 0x0c, 0x9c, 0x50, 0xf3, 0x5f, 0xe6, 0xa0, 0x1e,
  113. 0x62, 0x4c, 0x62, 0x85, 0x71, 0xbb, 0x81, 0x71, 0xe0, 0x60, 0xac, 0x77, 0x56, 0x87, 0xfa, 0xb0,
  114. 0x9b, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xd4, 0x95, 0x7e, 0x6c, 0xfa, 0x01, 0x00, 0x00,
  115. }