blob: b4eb03eccf730380f7d9632369d3ba8a5ea1b55e [file] [log] [blame]
Holger Hildebrandtfa074992020-03-27 15:42:06 +00001// Code generated by protoc-gen-go. DO NOT EDIT.
mpagenko7d6bb022021-03-11 15:07:55 +00002// source: google/protobuf/empty.proto
Holger Hildebrandtfa074992020-03-27 15:42:06 +00003
4package empty
5
6import (
mpagenko7d6bb022021-03-11 15:07:55 +00007 fmt "fmt"
8 proto "github.com/golang/protobuf/proto"
9 math "math"
Holger Hildebrandtfa074992020-03-27 15:42:06 +000010)
11
mpagenko7d6bb022021-03-11 15:07:55 +000012// Reference imports to suppress errors if they are not otherwise used.
13var _ = proto.Marshal
14var _ = fmt.Errorf
15var _ = math.Inf
Holger Hildebrandtfa074992020-03-27 15:42:06 +000016
mpagenko7d6bb022021-03-11 15:07:55 +000017// This is a compile-time assertion to ensure that this generated file
18// is compatible with the proto package it is being compiled against.
19// A compilation error at this line likely means your copy of the
20// proto package needs to be updated.
21const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
Holger Hildebrandtfa074992020-03-27 15:42:06 +000022
mpagenko7d6bb022021-03-11 15:07:55 +000023// A generic empty message that you can re-use to avoid defining duplicated
24// empty messages in your APIs. A typical example is to use it as the request
25// or the response type of an API method. For instance:
26//
27// service Foo {
28// rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
29// }
30//
31// The JSON representation for `Empty` is empty JSON object `{}`.
32type Empty struct {
33 XXX_NoUnkeyedLiteral struct{} `json:"-"`
34 XXX_unrecognized []byte `json:"-"`
35 XXX_sizecache int32 `json:"-"`
Holger Hildebrandtfa074992020-03-27 15:42:06 +000036}
37
mpagenko7d6bb022021-03-11 15:07:55 +000038func (m *Empty) Reset() { *m = Empty{} }
39func (m *Empty) String() string { return proto.CompactTextString(m) }
40func (*Empty) ProtoMessage() {}
41func (*Empty) Descriptor() ([]byte, []int) {
42 return fileDescriptor_900544acb223d5b8, []int{0}
Holger Hildebrandtfa074992020-03-27 15:42:06 +000043}
44
mpagenko7d6bb022021-03-11 15:07:55 +000045func (*Empty) XXX_WellKnownType() string { return "Empty" }
46
47func (m *Empty) XXX_Unmarshal(b []byte) error {
48 return xxx_messageInfo_Empty.Unmarshal(m, b)
49}
50func (m *Empty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
51 return xxx_messageInfo_Empty.Marshal(b, m, deterministic)
52}
53func (m *Empty) XXX_Merge(src proto.Message) {
54 xxx_messageInfo_Empty.Merge(m, src)
55}
56func (m *Empty) XXX_Size() int {
57 return xxx_messageInfo_Empty.Size(m)
58}
59func (m *Empty) XXX_DiscardUnknown() {
60 xxx_messageInfo_Empty.DiscardUnknown(m)
61}
62
63var xxx_messageInfo_Empty proto.InternalMessageInfo
64
65func init() {
66 proto.RegisterType((*Empty)(nil), "google.protobuf.Empty")
67}
68
69func init() { proto.RegisterFile("google/protobuf/empty.proto", fileDescriptor_900544acb223d5b8) }
70
71var fileDescriptor_900544acb223d5b8 = []byte{
72 // 148 bytes of a gzipped FileDescriptorProto
73 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4e, 0xcf, 0xcf, 0x4f,
74 0xcf, 0x49, 0xd5, 0x2f, 0x28, 0xca, 0x2f, 0xc9, 0x4f, 0x2a, 0x4d, 0xd3, 0x4f, 0xcd, 0x2d, 0x28,
75 0xa9, 0xd4, 0x03, 0x73, 0x85, 0xf8, 0x21, 0x92, 0x7a, 0x30, 0x49, 0x25, 0x76, 0x2e, 0x56, 0x57,
76 0x90, 0xbc, 0x53, 0x19, 0x97, 0x70, 0x72, 0x7e, 0xae, 0x1e, 0x9a, 0xbc, 0x13, 0x17, 0x58, 0x36,
77 0x00, 0xc4, 0x0d, 0x60, 0x8c, 0x52, 0x4f, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf,
78 0xd5, 0x4f, 0xcf, 0xcf, 0x49, 0xcc, 0x4b, 0x47, 0x58, 0x53, 0x50, 0x52, 0x59, 0x90, 0x5a, 0x0c,
79 0xb1, 0xed, 0x07, 0x23, 0xe3, 0x22, 0x26, 0x66, 0xf7, 0x00, 0xa7, 0x55, 0x4c, 0x72, 0xee, 0x10,
80 0x13, 0x03, 0xa0, 0xea, 0xf4, 0xc2, 0x53, 0x73, 0x72, 0xbc, 0xf3, 0xf2, 0xcb, 0xf3, 0x42, 0x40,
81 0xea, 0x93, 0xd8, 0xc0, 0x06, 0x18, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x64, 0xd4, 0xb3, 0xa6,
82 0xb7, 0x00, 0x00, 0x00,
Holger Hildebrandtfa074992020-03-27 15:42:06 +000083}