// Code generated by protoc-gen-go. // source: google.golang.org/cloud/bigtable/internal/empty/empty.proto // DO NOT EDIT! /* Package google_protobuf is a generated protocol buffer package. It is generated from these files: google.golang.org/cloud/bigtable/internal/empty/empty.proto It has these top-level messages: Empty */ package google_protobuf import proto "github.com/golang/protobuf/proto" import fmt "fmt" import math "math" // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal var _ = fmt.Errorf var _ = math.Inf // A generic empty message that you can re-use to avoid defining duplicated // empty messages in your APIs. A typical example is to use it as the request // or the response type of an API method. For instance: // // service Foo { // rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); // } // type Empty struct { } func (m *Empty) Reset() { *m = Empty{} } func (m *Empty) String() string { return proto.CompactTextString(m) } func (*Empty) ProtoMessage() {}