k3s/vendor/google.golang.org/genproto/googleapis/rpc/status/status.pb.go

116 lines
4.5 KiB
Go
Raw Normal View History

2019-09-05 18:55:53 +00:00
// Code generated by protoc-gen-go. DO NOT EDIT.
2019-01-12 04:58:27 +00:00
// source: google/rpc/status.proto
2019-11-08 21:45:10 +00:00
package status
2019-01-12 04:58:27 +00:00
2019-11-08 21:45:10 +00:00
import (
fmt "fmt"
math "math"
proto "github.com/golang/protobuf/proto"
any "github.com/golang/protobuf/ptypes/any"
)
2019-01-12 04:58:27 +00:00
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
2019-11-08 21:45:10 +00:00
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
2019-01-12 04:58:27 +00:00
2019-09-27 21:51:53 +00:00
// The `Status` type defines a logical error model that is suitable for
// different programming environments, including REST APIs and RPC APIs. It is
2020-08-10 17:43:49 +00:00
// used by [gRPC](https://github.com/grpc). Each `Status` message contains
// three pieces of data: error code, error message, and error details.
2019-01-12 04:58:27 +00:00
//
2020-08-10 17:43:49 +00:00
// You can find out more about this error model and how to work with it in the
// [API Design Guide](https://cloud.google.com/apis/design/errors).
2019-01-12 04:58:27 +00:00
type Status struct {
2020-08-10 17:43:49 +00:00
// The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
2019-09-27 21:51:53 +00:00
Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
2019-01-12 04:58:27 +00:00
// A developer-facing error message, which should be in English. Any
// user-facing error message should be localized and sent in the
2020-08-10 17:43:49 +00:00
// [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
2019-09-27 21:51:53 +00:00
Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
// A list of messages that carry the error details. There is a common set of
// message types for APIs to use.
Details []*any.Any `protobuf:"bytes,3,rep,name=details,proto3" json:"details,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Status) Reset() { *m = Status{} }
func (m *Status) String() string { return proto.CompactTextString(m) }
func (*Status) ProtoMessage() {}
func (*Status) Descriptor() ([]byte, []int) {
2019-11-08 21:45:10 +00:00
return fileDescriptor_24d244abaf643bfe, []int{0}
2019-09-27 21:51:53 +00:00
}
2019-11-08 21:45:10 +00:00
2019-09-27 21:51:53 +00:00
func (m *Status) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Status.Unmarshal(m, b)
}
func (m *Status) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Status.Marshal(b, m, deterministic)
}
2019-11-08 21:45:10 +00:00
func (m *Status) XXX_Merge(src proto.Message) {
xxx_messageInfo_Status.Merge(m, src)
2019-09-27 21:51:53 +00:00
}
func (m *Status) XXX_Size() int {
return xxx_messageInfo_Status.Size(m)
}
func (m *Status) XXX_DiscardUnknown() {
xxx_messageInfo_Status.DiscardUnknown(m)
2019-01-12 04:58:27 +00:00
}
2019-09-27 21:51:53 +00:00
var xxx_messageInfo_Status proto.InternalMessageInfo
2019-01-12 04:58:27 +00:00
func (m *Status) GetCode() int32 {
if m != nil {
return m.Code
}
return 0
}
func (m *Status) GetMessage() string {
if m != nil {
return m.Message
}
return ""
}
2019-09-27 21:51:53 +00:00
func (m *Status) GetDetails() []*any.Any {
2019-01-12 04:58:27 +00:00
if m != nil {
return m.Details
}
return nil
}
func init() {
proto.RegisterType((*Status)(nil), "google.rpc.Status")
}
func init() { proto.RegisterFile("google/rpc/status.proto", fileDescriptor_24d244abaf643bfe) }
2019-01-12 04:58:27 +00:00
2019-11-08 21:45:10 +00:00
var fileDescriptor_24d244abaf643bfe = []byte{
2020-08-10 17:43:49 +00:00
// 212 bytes of a gzipped FileDescriptorProto
2019-01-12 04:58:27 +00:00
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x4f, 0xcf, 0xcf, 0x4f,
0xcf, 0x49, 0xd5, 0x2f, 0x2a, 0x48, 0xd6, 0x2f, 0x2e, 0x49, 0x2c, 0x29, 0x2d, 0xd6, 0x2b, 0x28,
0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x82, 0x48, 0xe8, 0x15, 0x15, 0x24, 0x4b, 0x49, 0x42, 0x15, 0x81,
0x65, 0x92, 0x4a, 0xd3, 0xf4, 0x13, 0xf3, 0x2a, 0x21, 0xca, 0x94, 0xd2, 0xb8, 0xd8, 0x82, 0xc1,
0xda, 0x84, 0x84, 0xb8, 0x58, 0x92, 0xf3, 0x53, 0x52, 0x25, 0x18, 0x15, 0x18, 0x35, 0x58, 0x83,
0xc0, 0x6c, 0x21, 0x09, 0x2e, 0xf6, 0xdc, 0xd4, 0xe2, 0xe2, 0xc4, 0xf4, 0x54, 0x09, 0x26, 0x05,
0x46, 0x0d, 0xce, 0x20, 0x18, 0x57, 0x48, 0x8f, 0x8b, 0x3d, 0x25, 0xb5, 0x24, 0x31, 0x33, 0xa7,
0x58, 0x82, 0x59, 0x81, 0x59, 0x83, 0xdb, 0x48, 0x44, 0x0f, 0x6a, 0x21, 0xcc, 0x12, 0x3d, 0xc7,
2020-08-10 17:43:49 +00:00
0xbc, 0xca, 0x20, 0x98, 0x22, 0xa7, 0x44, 0x2e, 0xbe, 0xe4, 0xfc, 0x5c, 0x3d, 0x84, 0xa3, 0x9c,
2019-01-12 04:58:27 +00:00
0xb8, 0x21, 0xf6, 0x06, 0x80, 0x94, 0x07, 0x30, 0x46, 0x99, 0x43, 0xa5, 0xd2, 0xf3, 0x73, 0x12,
0xf3, 0xd2, 0xf5, 0xf2, 0x8b, 0xd2, 0xf5, 0xd3, 0x53, 0xf3, 0xc0, 0x86, 0xe9, 0x43, 0xa4, 0x12,
2020-08-10 17:43:49 +00:00
0x0b, 0x32, 0x8b, 0x91, 0xfc, 0x69, 0x0d, 0xa1, 0x7e, 0x30, 0x32, 0x2e, 0x62, 0x62, 0x0e, 0x0a,
0x70, 0x4e, 0x62, 0x03, 0x2b, 0x36, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0xb9, 0x28, 0x45, 0xb1,
0x13, 0x01, 0x00, 0x00,
2019-01-12 04:58:27 +00:00
}