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.
 
 
 

114 lines
5.1 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/errors/not_empty_error.proto
  3. package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v1/errors"
  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. // Enum describing possible not empty errors.
  18. type NotEmptyErrorEnum_NotEmptyError int32
  19. const (
  20. // Enum unspecified.
  21. NotEmptyErrorEnum_UNSPECIFIED NotEmptyErrorEnum_NotEmptyError = 0
  22. // The received error code is not known in this version.
  23. NotEmptyErrorEnum_UNKNOWN NotEmptyErrorEnum_NotEmptyError = 1
  24. // Empty list.
  25. NotEmptyErrorEnum_EMPTY_LIST NotEmptyErrorEnum_NotEmptyError = 2
  26. )
  27. var NotEmptyErrorEnum_NotEmptyError_name = map[int32]string{
  28. 0: "UNSPECIFIED",
  29. 1: "UNKNOWN",
  30. 2: "EMPTY_LIST",
  31. }
  32. var NotEmptyErrorEnum_NotEmptyError_value = map[string]int32{
  33. "UNSPECIFIED": 0,
  34. "UNKNOWN": 1,
  35. "EMPTY_LIST": 2,
  36. }
  37. func (x NotEmptyErrorEnum_NotEmptyError) String() string {
  38. return proto.EnumName(NotEmptyErrorEnum_NotEmptyError_name, int32(x))
  39. }
  40. func (NotEmptyErrorEnum_NotEmptyError) EnumDescriptor() ([]byte, []int) {
  41. return fileDescriptor_not_empty_error_8dcd9491c53b6b7e, []int{0, 0}
  42. }
  43. // Container for enum describing possible not empty errors.
  44. type NotEmptyErrorEnum struct {
  45. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  46. XXX_unrecognized []byte `json:"-"`
  47. XXX_sizecache int32 `json:"-"`
  48. }
  49. func (m *NotEmptyErrorEnum) Reset() { *m = NotEmptyErrorEnum{} }
  50. func (m *NotEmptyErrorEnum) String() string { return proto.CompactTextString(m) }
  51. func (*NotEmptyErrorEnum) ProtoMessage() {}
  52. func (*NotEmptyErrorEnum) Descriptor() ([]byte, []int) {
  53. return fileDescriptor_not_empty_error_8dcd9491c53b6b7e, []int{0}
  54. }
  55. func (m *NotEmptyErrorEnum) XXX_Unmarshal(b []byte) error {
  56. return xxx_messageInfo_NotEmptyErrorEnum.Unmarshal(m, b)
  57. }
  58. func (m *NotEmptyErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  59. return xxx_messageInfo_NotEmptyErrorEnum.Marshal(b, m, deterministic)
  60. }
  61. func (dst *NotEmptyErrorEnum) XXX_Merge(src proto.Message) {
  62. xxx_messageInfo_NotEmptyErrorEnum.Merge(dst, src)
  63. }
  64. func (m *NotEmptyErrorEnum) XXX_Size() int {
  65. return xxx_messageInfo_NotEmptyErrorEnum.Size(m)
  66. }
  67. func (m *NotEmptyErrorEnum) XXX_DiscardUnknown() {
  68. xxx_messageInfo_NotEmptyErrorEnum.DiscardUnknown(m)
  69. }
  70. var xxx_messageInfo_NotEmptyErrorEnum proto.InternalMessageInfo
  71. func init() {
  72. proto.RegisterType((*NotEmptyErrorEnum)(nil), "google.ads.googleads.v1.errors.NotEmptyErrorEnum")
  73. proto.RegisterEnum("google.ads.googleads.v1.errors.NotEmptyErrorEnum_NotEmptyError", NotEmptyErrorEnum_NotEmptyError_name, NotEmptyErrorEnum_NotEmptyError_value)
  74. }
  75. func init() {
  76. proto.RegisterFile("google/ads/googleads/v1/errors/not_empty_error.proto", fileDescriptor_not_empty_error_8dcd9491c53b6b7e)
  77. }
  78. var fileDescriptor_not_empty_error_8dcd9491c53b6b7e = []byte{
  79. // 293 bytes of a gzipped FileDescriptorProto
  80. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xc3, 0x30,
  81. 0x18, 0x85, 0x6d, 0x05, 0x85, 0x0c, 0xb5, 0xf6, 0x52, 0x64, 0x17, 0x7d, 0x80, 0x84, 0xa2, 0x57,
  82. 0x11, 0x2f, 0x3a, 0x17, 0x47, 0x51, 0x6b, 0x71, 0x5b, 0x45, 0x29, 0x94, 0x6a, 0x4b, 0x28, 0xac,
  83. 0xf9, 0x4b, 0x13, 0x07, 0xbe, 0x8e, 0x97, 0x3e, 0x8a, 0x8f, 0x22, 0xf8, 0x0e, 0x92, 0xc6, 0x16,
  84. 0x76, 0xe1, 0xae, 0x72, 0x38, 0x7c, 0xe7, 0xe4, 0xf0, 0xa3, 0x73, 0x0e, 0xc0, 0x57, 0x25, 0xc9,
  85. 0x0b, 0x49, 0x8c, 0xd4, 0x6a, 0xed, 0x93, 0xb2, 0x6d, 0xa1, 0x95, 0x44, 0x80, 0xca, 0xca, 0xba,
  86. 0x51, 0xef, 0x59, 0x67, 0xe0, 0xa6, 0x05, 0x05, 0xee, 0xd8, 0xa0, 0x38, 0x2f, 0x24, 0x1e, 0x52,
  87. 0x78, 0xed, 0x63, 0x93, 0x3a, 0x39, 0xed, 0x5b, 0x9b, 0x8a, 0xe4, 0x42, 0x80, 0xca, 0x55, 0x05,
  88. 0x42, 0x9a, 0xb4, 0xf7, 0x80, 0x8e, 0x23, 0x50, 0x4c, 0xb7, 0x32, 0xcd, 0x33, 0xf1, 0x56, 0x7b,
  89. 0x97, 0xe8, 0x60, 0xc3, 0x74, 0x8f, 0xd0, 0x68, 0x19, 0xcd, 0x63, 0x76, 0x15, 0x5e, 0x87, 0x6c,
  90. 0xea, 0xec, 0xb8, 0x23, 0xb4, 0xbf, 0x8c, 0x6e, 0xa2, 0xfb, 0xc7, 0xc8, 0xb1, 0xdc, 0x43, 0x84,
  91. 0xd8, 0x5d, 0xbc, 0x78, 0xca, 0x6e, 0xc3, 0xf9, 0xc2, 0xb1, 0x27, 0x3f, 0x16, 0xf2, 0x5e, 0xa1,
  92. 0xc6, 0xdb, 0x87, 0x4d, 0xdc, 0x8d, 0x3f, 0x62, 0x3d, 0x27, 0xb6, 0x9e, 0xa7, 0x7f, 0x29, 0x0e,
  93. 0xab, 0x5c, 0x70, 0x0c, 0x2d, 0x27, 0xbc, 0x14, 0xdd, 0xd8, 0xfe, 0x28, 0x4d, 0x25, 0xff, 0xbb,
  94. 0xd1, 0x85, 0x79, 0x3e, 0xec, 0xdd, 0x59, 0x10, 0x7c, 0xda, 0xe3, 0x99, 0x29, 0x0b, 0x0a, 0x89,
  95. 0x8d, 0xd4, 0x2a, 0xf1, 0x71, 0xf7, 0xa5, 0xfc, 0xea, 0x81, 0x34, 0x28, 0x64, 0x3a, 0x00, 0x69,
  96. 0xe2, 0xa7, 0x06, 0xf8, 0xb6, 0x3d, 0xe3, 0x52, 0x1a, 0x14, 0x92, 0xd2, 0x01, 0xa1, 0x34, 0xf1,
  97. 0x29, 0x35, 0xd0, 0xcb, 0x5e, 0xb7, 0xee, 0xec, 0x37, 0x00, 0x00, 0xff, 0xff, 0xbb, 0x55, 0x9c,
  98. 0x20, 0xc0, 0x01, 0x00, 0x00,
  99. }