Bumping k8s dependencies to 1.13
This commit is contained in:
166
vendor/google.golang.org/genproto/protobuf/api/api.pb.go
generated
vendored
166
vendor/google.golang.org/genproto/protobuf/api/api.pb.go
generated
vendored
@@ -1,24 +1,15 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// source: google/protobuf/api.proto
|
||||
|
||||
/*
|
||||
Package api is a generated protocol buffer package.
|
||||
|
||||
It is generated from these files:
|
||||
google/protobuf/api.proto
|
||||
|
||||
It has these top-level messages:
|
||||
Api
|
||||
Method
|
||||
Mixin
|
||||
*/
|
||||
package api
|
||||
|
||||
import proto "github.com/golang/protobuf/proto"
|
||||
import fmt "fmt"
|
||||
import math "math"
|
||||
import google_protobuf "google.golang.org/genproto/protobuf/source_context"
|
||||
import google_protobuf2 "google.golang.org/genproto/protobuf/ptype"
|
||||
import (
|
||||
fmt "fmt"
|
||||
proto "github.com/golang/protobuf/proto"
|
||||
ptype "google.golang.org/genproto/protobuf/ptype"
|
||||
source_context "google.golang.org/genproto/protobuf/source_context"
|
||||
math "math"
|
||||
)
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
var _ = proto.Marshal
|
||||
@@ -43,11 +34,11 @@ const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
||||
type Api struct {
|
||||
// The fully qualified name of this interface, including package name
|
||||
// followed by the interface's simple name.
|
||||
Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
|
||||
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
||||
// The methods of this interface, in unspecified order.
|
||||
Methods []*Method `protobuf:"bytes,2,rep,name=methods" json:"methods,omitempty"`
|
||||
Methods []*Method `protobuf:"bytes,2,rep,name=methods,proto3" json:"methods,omitempty"`
|
||||
// Any metadata attached to the interface.
|
||||
Options []*google_protobuf2.Option `protobuf:"bytes,3,rep,name=options" json:"options,omitempty"`
|
||||
Options []*ptype.Option `protobuf:"bytes,3,rep,name=options,proto3" json:"options,omitempty"`
|
||||
// A version string for this interface. If specified, must have the form
|
||||
// `major-version.minor-version`, as in `1.10`. If the minor version is
|
||||
// omitted, it defaults to zero. If the entire version field is empty, the
|
||||
@@ -69,20 +60,43 @@ type Api struct {
|
||||
// experimental, non-GA interfaces.
|
||||
//
|
||||
//
|
||||
Version string `protobuf:"bytes,4,opt,name=version" json:"version,omitempty"`
|
||||
Version string `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"`
|
||||
// Source context for the protocol buffer service represented by this
|
||||
// message.
|
||||
SourceContext *google_protobuf.SourceContext `protobuf:"bytes,5,opt,name=source_context,json=sourceContext" json:"source_context,omitempty"`
|
||||
SourceContext *source_context.SourceContext `protobuf:"bytes,5,opt,name=source_context,json=sourceContext,proto3" json:"source_context,omitempty"`
|
||||
// Included interfaces. See [Mixin][].
|
||||
Mixins []*Mixin `protobuf:"bytes,6,rep,name=mixins" json:"mixins,omitempty"`
|
||||
Mixins []*Mixin `protobuf:"bytes,6,rep,name=mixins,proto3" json:"mixins,omitempty"`
|
||||
// The source syntax of the service.
|
||||
Syntax google_protobuf2.Syntax `protobuf:"varint,7,opt,name=syntax,enum=google.protobuf.Syntax" json:"syntax,omitempty"`
|
||||
Syntax ptype.Syntax `protobuf:"varint,7,opt,name=syntax,proto3,enum=google.protobuf.Syntax" json:"syntax,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *Api) Reset() { *m = Api{} }
|
||||
func (m *Api) String() string { return proto.CompactTextString(m) }
|
||||
func (*Api) ProtoMessage() {}
|
||||
func (*Api) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
|
||||
func (m *Api) Reset() { *m = Api{} }
|
||||
func (m *Api) String() string { return proto.CompactTextString(m) }
|
||||
func (*Api) ProtoMessage() {}
|
||||
func (*Api) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_a2ec32096296c143, []int{0}
|
||||
}
|
||||
|
||||
func (m *Api) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_Api.Unmarshal(m, b)
|
||||
}
|
||||
func (m *Api) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_Api.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *Api) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_Api.Merge(m, src)
|
||||
}
|
||||
func (m *Api) XXX_Size() int {
|
||||
return xxx_messageInfo_Api.Size(m)
|
||||
}
|
||||
func (m *Api) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_Api.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_Api proto.InternalMessageInfo
|
||||
|
||||
func (m *Api) GetName() string {
|
||||
if m != nil {
|
||||
@@ -98,7 +112,7 @@ func (m *Api) GetMethods() []*Method {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (m *Api) GetOptions() []*google_protobuf2.Option {
|
||||
func (m *Api) GetOptions() []*ptype.Option {
|
||||
if m != nil {
|
||||
return m.Options
|
||||
}
|
||||
@@ -112,7 +126,7 @@ func (m *Api) GetVersion() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
func (m *Api) GetSourceContext() *google_protobuf.SourceContext {
|
||||
func (m *Api) GetSourceContext() *source_context.SourceContext {
|
||||
if m != nil {
|
||||
return m.SourceContext
|
||||
}
|
||||
@@ -126,35 +140,58 @@ func (m *Api) GetMixins() []*Mixin {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (m *Api) GetSyntax() google_protobuf2.Syntax {
|
||||
func (m *Api) GetSyntax() ptype.Syntax {
|
||||
if m != nil {
|
||||
return m.Syntax
|
||||
}
|
||||
return google_protobuf2.Syntax_SYNTAX_PROTO2
|
||||
return ptype.Syntax_SYNTAX_PROTO2
|
||||
}
|
||||
|
||||
// Method represents a method of an API interface.
|
||||
type Method struct {
|
||||
// The simple name of this method.
|
||||
Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
|
||||
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
||||
// A URL of the input message type.
|
||||
RequestTypeUrl string `protobuf:"bytes,2,opt,name=request_type_url,json=requestTypeUrl" json:"request_type_url,omitempty"`
|
||||
RequestTypeUrl string `protobuf:"bytes,2,opt,name=request_type_url,json=requestTypeUrl,proto3" json:"request_type_url,omitempty"`
|
||||
// If true, the request is streamed.
|
||||
RequestStreaming bool `protobuf:"varint,3,opt,name=request_streaming,json=requestStreaming" json:"request_streaming,omitempty"`
|
||||
RequestStreaming bool `protobuf:"varint,3,opt,name=request_streaming,json=requestStreaming,proto3" json:"request_streaming,omitempty"`
|
||||
// The URL of the output message type.
|
||||
ResponseTypeUrl string `protobuf:"bytes,4,opt,name=response_type_url,json=responseTypeUrl" json:"response_type_url,omitempty"`
|
||||
ResponseTypeUrl string `protobuf:"bytes,4,opt,name=response_type_url,json=responseTypeUrl,proto3" json:"response_type_url,omitempty"`
|
||||
// If true, the response is streamed.
|
||||
ResponseStreaming bool `protobuf:"varint,5,opt,name=response_streaming,json=responseStreaming" json:"response_streaming,omitempty"`
|
||||
ResponseStreaming bool `protobuf:"varint,5,opt,name=response_streaming,json=responseStreaming,proto3" json:"response_streaming,omitempty"`
|
||||
// Any metadata attached to the method.
|
||||
Options []*google_protobuf2.Option `protobuf:"bytes,6,rep,name=options" json:"options,omitempty"`
|
||||
Options []*ptype.Option `protobuf:"bytes,6,rep,name=options,proto3" json:"options,omitempty"`
|
||||
// The source syntax of this method.
|
||||
Syntax google_protobuf2.Syntax `protobuf:"varint,7,opt,name=syntax,enum=google.protobuf.Syntax" json:"syntax,omitempty"`
|
||||
Syntax ptype.Syntax `protobuf:"varint,7,opt,name=syntax,proto3,enum=google.protobuf.Syntax" json:"syntax,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *Method) Reset() { *m = Method{} }
|
||||
func (m *Method) String() string { return proto.CompactTextString(m) }
|
||||
func (*Method) ProtoMessage() {}
|
||||
func (*Method) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
|
||||
func (m *Method) Reset() { *m = Method{} }
|
||||
func (m *Method) String() string { return proto.CompactTextString(m) }
|
||||
func (*Method) ProtoMessage() {}
|
||||
func (*Method) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_a2ec32096296c143, []int{1}
|
||||
}
|
||||
|
||||
func (m *Method) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_Method.Unmarshal(m, b)
|
||||
}
|
||||
func (m *Method) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_Method.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *Method) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_Method.Merge(m, src)
|
||||
}
|
||||
func (m *Method) XXX_Size() int {
|
||||
return xxx_messageInfo_Method.Size(m)
|
||||
}
|
||||
func (m *Method) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_Method.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_Method proto.InternalMessageInfo
|
||||
|
||||
func (m *Method) GetName() string {
|
||||
if m != nil {
|
||||
@@ -191,18 +228,18 @@ func (m *Method) GetResponseStreaming() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (m *Method) GetOptions() []*google_protobuf2.Option {
|
||||
func (m *Method) GetOptions() []*ptype.Option {
|
||||
if m != nil {
|
||||
return m.Options
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (m *Method) GetSyntax() google_protobuf2.Syntax {
|
||||
func (m *Method) GetSyntax() ptype.Syntax {
|
||||
if m != nil {
|
||||
return m.Syntax
|
||||
}
|
||||
return google_protobuf2.Syntax_SYNTAX_PROTO2
|
||||
return ptype.Syntax_SYNTAX_PROTO2
|
||||
}
|
||||
|
||||
// Declares an API Interface to be included in this interface. The including
|
||||
@@ -285,16 +322,39 @@ func (m *Method) GetSyntax() google_protobuf2.Syntax {
|
||||
// }
|
||||
type Mixin struct {
|
||||
// The fully qualified name of the interface which is included.
|
||||
Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
|
||||
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
||||
// If non-empty specifies a path under which inherited HTTP paths
|
||||
// are rooted.
|
||||
Root string `protobuf:"bytes,2,opt,name=root" json:"root,omitempty"`
|
||||
Root string `protobuf:"bytes,2,opt,name=root,proto3" json:"root,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *Mixin) Reset() { *m = Mixin{} }
|
||||
func (m *Mixin) String() string { return proto.CompactTextString(m) }
|
||||
func (*Mixin) ProtoMessage() {}
|
||||
func (*Mixin) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
|
||||
func (m *Mixin) Reset() { *m = Mixin{} }
|
||||
func (m *Mixin) String() string { return proto.CompactTextString(m) }
|
||||
func (*Mixin) ProtoMessage() {}
|
||||
func (*Mixin) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_a2ec32096296c143, []int{2}
|
||||
}
|
||||
|
||||
func (m *Mixin) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_Mixin.Unmarshal(m, b)
|
||||
}
|
||||
func (m *Mixin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_Mixin.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *Mixin) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_Mixin.Merge(m, src)
|
||||
}
|
||||
func (m *Mixin) XXX_Size() int {
|
||||
return xxx_messageInfo_Mixin.Size(m)
|
||||
}
|
||||
func (m *Mixin) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_Mixin.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_Mixin proto.InternalMessageInfo
|
||||
|
||||
func (m *Mixin) GetName() string {
|
||||
if m != nil {
|
||||
@@ -316,9 +376,9 @@ func init() {
|
||||
proto.RegisterType((*Mixin)(nil), "google.protobuf.Mixin")
|
||||
}
|
||||
|
||||
func init() { proto.RegisterFile("google/protobuf/api.proto", fileDescriptor0) }
|
||||
func init() { proto.RegisterFile("google/protobuf/api.proto", fileDescriptor_a2ec32096296c143) }
|
||||
|
||||
var fileDescriptor0 = []byte{
|
||||
var fileDescriptor_a2ec32096296c143 = []byte{
|
||||
// 432 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0xcf, 0x8e, 0xd3, 0x30,
|
||||
0x10, 0xc6, 0x95, 0xa4, 0x4d, 0x17, 0xaf, 0xe8, 0x82, 0x91, 0xc0, 0xf4, 0xb0, 0x8a, 0x56, 0x1c,
|
||||
|
116
vendor/google.golang.org/genproto/protobuf/field_mask/field_mask.pb.go
generated
vendored
116
vendor/google.golang.org/genproto/protobuf/field_mask/field_mask.pb.go
generated
vendored
@@ -1,20 +1,13 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// source: google/protobuf/field_mask.proto
|
||||
|
||||
/*
|
||||
Package field_mask is a generated protocol buffer package.
|
||||
|
||||
It is generated from these files:
|
||||
google/protobuf/field_mask.proto
|
||||
|
||||
It has these top-level messages:
|
||||
FieldMask
|
||||
*/
|
||||
package field_mask
|
||||
|
||||
import proto "github.com/golang/protobuf/proto"
|
||||
import fmt "fmt"
|
||||
import math "math"
|
||||
import (
|
||||
fmt "fmt"
|
||||
proto "github.com/golang/protobuf/proto"
|
||||
math "math"
|
||||
)
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
var _ = proto.Marshal
|
||||
@@ -95,57 +88,49 @@ const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
||||
// describe the updated values, the API ignores the values of all
|
||||
// fields not covered by the mask.
|
||||
//
|
||||
// If a repeated field is specified for an update operation, the existing
|
||||
// repeated values in the target resource will be overwritten by the new values.
|
||||
// Note that a repeated field is only allowed in the last position of a `paths`
|
||||
// string.
|
||||
// If a repeated field is specified for an update operation, new values will
|
||||
// be appended to the existing repeated field in the target resource. Note that
|
||||
// a repeated field is only allowed in the last position of a `paths` string.
|
||||
//
|
||||
// If a sub-message is specified in the last position of the field mask for an
|
||||
// update operation, then the existing sub-message in the target resource is
|
||||
// overwritten. Given the target message:
|
||||
// update operation, then new value will be merged into the existing sub-message
|
||||
// in the target resource.
|
||||
//
|
||||
// For example, given the target message:
|
||||
//
|
||||
// f {
|
||||
// b {
|
||||
// d : 1
|
||||
// x : 2
|
||||
// d: 1
|
||||
// x: 2
|
||||
// }
|
||||
// c : 1
|
||||
// c: [1]
|
||||
// }
|
||||
//
|
||||
// And an update message:
|
||||
//
|
||||
// f {
|
||||
// b {
|
||||
// d : 10
|
||||
// d: 10
|
||||
// }
|
||||
// c: [2]
|
||||
// }
|
||||
//
|
||||
// then if the field mask is:
|
||||
//
|
||||
// paths: "f.b"
|
||||
// paths: ["f.b", "f.c"]
|
||||
//
|
||||
// then the result will be:
|
||||
//
|
||||
// f {
|
||||
// b {
|
||||
// d : 10
|
||||
// d: 10
|
||||
// x: 2
|
||||
// }
|
||||
// c : 1
|
||||
// c: [1, 2]
|
||||
// }
|
||||
//
|
||||
// However, if the update mask was:
|
||||
//
|
||||
// paths: "f.b.d"
|
||||
//
|
||||
// then the result would be:
|
||||
//
|
||||
// f {
|
||||
// b {
|
||||
// d : 10
|
||||
// x : 2
|
||||
// }
|
||||
// c : 1
|
||||
// }
|
||||
// An implementation may provide options to override this default behavior for
|
||||
// repeated and message fields.
|
||||
//
|
||||
// In order to reset a field's value to the default, the field must
|
||||
// be in the mask and set to the default value in the provided resource.
|
||||
@@ -228,15 +213,44 @@ const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
||||
//
|
||||
// Note that oneof type names ("test_oneof" in this case) cannot be used in
|
||||
// paths.
|
||||
//
|
||||
// ## Field Mask Verification
|
||||
//
|
||||
// The implementation of any API method which has a FieldMask type field in the
|
||||
// request should verify the included field paths, and return an
|
||||
// `INVALID_ARGUMENT` error if any path is duplicated or unmappable.
|
||||
type FieldMask struct {
|
||||
// The set of field mask paths.
|
||||
Paths []string `protobuf:"bytes,1,rep,name=paths" json:"paths,omitempty"`
|
||||
Paths []string `protobuf:"bytes,1,rep,name=paths,proto3" json:"paths,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *FieldMask) Reset() { *m = FieldMask{} }
|
||||
func (m *FieldMask) String() string { return proto.CompactTextString(m) }
|
||||
func (*FieldMask) ProtoMessage() {}
|
||||
func (*FieldMask) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
|
||||
func (m *FieldMask) Reset() { *m = FieldMask{} }
|
||||
func (m *FieldMask) String() string { return proto.CompactTextString(m) }
|
||||
func (*FieldMask) ProtoMessage() {}
|
||||
func (*FieldMask) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_5158202634f0da48, []int{0}
|
||||
}
|
||||
|
||||
func (m *FieldMask) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_FieldMask.Unmarshal(m, b)
|
||||
}
|
||||
func (m *FieldMask) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_FieldMask.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *FieldMask) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_FieldMask.Merge(m, src)
|
||||
}
|
||||
func (m *FieldMask) XXX_Size() int {
|
||||
return xxx_messageInfo_FieldMask.Size(m)
|
||||
}
|
||||
func (m *FieldMask) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_FieldMask.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_FieldMask proto.InternalMessageInfo
|
||||
|
||||
func (m *FieldMask) GetPaths() []string {
|
||||
if m != nil {
|
||||
@@ -249,19 +263,19 @@ func init() {
|
||||
proto.RegisterType((*FieldMask)(nil), "google.protobuf.FieldMask")
|
||||
}
|
||||
|
||||
func init() { proto.RegisterFile("google/protobuf/field_mask.proto", fileDescriptor0) }
|
||||
func init() { proto.RegisterFile("google/protobuf/field_mask.proto", fileDescriptor_5158202634f0da48) }
|
||||
|
||||
var fileDescriptor0 = []byte{
|
||||
// 171 bytes of a gzipped FileDescriptorProto
|
||||
var fileDescriptor_5158202634f0da48 = []byte{
|
||||
// 175 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x48, 0xcf, 0xcf, 0x4f,
|
||||
0xcf, 0x49, 0xd5, 0x2f, 0x28, 0xca, 0x2f, 0xc9, 0x4f, 0x2a, 0x4d, 0xd3, 0x4f, 0xcb, 0x4c, 0xcd,
|
||||
0x49, 0x89, 0xcf, 0x4d, 0x2c, 0xce, 0xd6, 0x03, 0x8b, 0x09, 0xf1, 0x43, 0x54, 0xe8, 0xc1, 0x54,
|
||||
0x28, 0x29, 0x72, 0x71, 0xba, 0x81, 0x14, 0xf9, 0x26, 0x16, 0x67, 0x0b, 0x89, 0x70, 0xb1, 0x16,
|
||||
0x24, 0x96, 0x64, 0x14, 0x4b, 0x30, 0x2a, 0x30, 0x6b, 0x70, 0x06, 0x41, 0x38, 0x4e, 0x9d, 0x8c,
|
||||
0x24, 0x96, 0x64, 0x14, 0x4b, 0x30, 0x2a, 0x30, 0x6b, 0x70, 0x06, 0x41, 0x38, 0x4e, 0x3d, 0x8c,
|
||||
0x5c, 0xc2, 0xc9, 0xf9, 0xb9, 0x7a, 0x68, 0x5a, 0x9d, 0xf8, 0xe0, 0x1a, 0x03, 0x40, 0x42, 0x01,
|
||||
0x8c, 0x51, 0x96, 0x50, 0x25, 0xe9, 0xf9, 0x39, 0x89, 0x79, 0xe9, 0x7a, 0xf9, 0x45, 0xe9, 0xfa,
|
||||
0xe9, 0xa9, 0x79, 0x60, 0x0d, 0xd8, 0xdc, 0x64, 0x8d, 0x60, 0x2e, 0x62, 0x62, 0x76, 0x0f, 0x70,
|
||||
0x5a, 0xc5, 0x24, 0xe7, 0x0e, 0x31, 0x21, 0x00, 0xaa, 0x5a, 0x2f, 0x3c, 0x35, 0x27, 0xc7, 0x3b,
|
||||
0x2f, 0xbf, 0x3c, 0x2f, 0xa4, 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, 0x6c, 0x8c, 0x31, 0x20, 0x00,
|
||||
0x00, 0xff, 0xff, 0x5a, 0xdb, 0x3a, 0xc0, 0xea, 0x00, 0x00, 0x00,
|
||||
0xe9, 0xa9, 0x79, 0x60, 0x0d, 0xd8, 0xdc, 0x64, 0x8d, 0x60, 0xfe, 0x60, 0x64, 0x5c, 0xc4, 0xc4,
|
||||
0xec, 0x1e, 0xe0, 0xb4, 0x8a, 0x49, 0xce, 0x1d, 0x62, 0x48, 0x00, 0x54, 0x83, 0x5e, 0x78, 0x6a,
|
||||
0x4e, 0x8e, 0x77, 0x5e, 0x7e, 0x79, 0x5e, 0x48, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0xd8, 0x24,
|
||||
0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0xfd, 0xda, 0xb7, 0xa8, 0xed, 0x00, 0x00, 0x00,
|
||||
}
|
||||
|
266
vendor/google.golang.org/genproto/protobuf/ptype/type.pb.go
generated
vendored
266
vendor/google.golang.org/genproto/protobuf/ptype/type.pb.go
generated
vendored
@@ -1,26 +1,15 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// source: google/protobuf/type.proto
|
||||
|
||||
/*
|
||||
Package ptype is a generated protocol buffer package.
|
||||
|
||||
It is generated from these files:
|
||||
google/protobuf/type.proto
|
||||
|
||||
It has these top-level messages:
|
||||
Type
|
||||
Field
|
||||
Enum
|
||||
EnumValue
|
||||
Option
|
||||
*/
|
||||
package ptype
|
||||
|
||||
import proto "github.com/golang/protobuf/proto"
|
||||
import fmt "fmt"
|
||||
import math "math"
|
||||
import google_protobuf "github.com/golang/protobuf/ptypes/any"
|
||||
import google_protobuf1 "google.golang.org/genproto/protobuf/source_context"
|
||||
import (
|
||||
fmt "fmt"
|
||||
proto "github.com/golang/protobuf/proto"
|
||||
any "github.com/golang/protobuf/ptypes/any"
|
||||
source_context "google.golang.org/genproto/protobuf/source_context"
|
||||
math "math"
|
||||
)
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
var _ = proto.Marshal
|
||||
@@ -47,6 +36,7 @@ var Syntax_name = map[int32]string{
|
||||
0: "SYNTAX_PROTO2",
|
||||
1: "SYNTAX_PROTO3",
|
||||
}
|
||||
|
||||
var Syntax_value = map[string]int32{
|
||||
"SYNTAX_PROTO2": 0,
|
||||
"SYNTAX_PROTO3": 1,
|
||||
@@ -55,7 +45,10 @@ var Syntax_value = map[string]int32{
|
||||
func (x Syntax) String() string {
|
||||
return proto.EnumName(Syntax_name, int32(x))
|
||||
}
|
||||
func (Syntax) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
|
||||
|
||||
func (Syntax) EnumDescriptor() ([]byte, []int) {
|
||||
return fileDescriptor_dd271cc1e348c538, []int{0}
|
||||
}
|
||||
|
||||
// Basic field types.
|
||||
type Field_Kind int32
|
||||
@@ -122,6 +115,7 @@ var Field_Kind_name = map[int32]string{
|
||||
17: "TYPE_SINT32",
|
||||
18: "TYPE_SINT64",
|
||||
}
|
||||
|
||||
var Field_Kind_value = map[string]int32{
|
||||
"TYPE_UNKNOWN": 0,
|
||||
"TYPE_DOUBLE": 1,
|
||||
@@ -147,7 +141,10 @@ var Field_Kind_value = map[string]int32{
|
||||
func (x Field_Kind) String() string {
|
||||
return proto.EnumName(Field_Kind_name, int32(x))
|
||||
}
|
||||
func (Field_Kind) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{1, 0} }
|
||||
|
||||
func (Field_Kind) EnumDescriptor() ([]byte, []int) {
|
||||
return fileDescriptor_dd271cc1e348c538, []int{1, 0}
|
||||
}
|
||||
|
||||
// Whether a field is optional, required, or repeated.
|
||||
type Field_Cardinality int32
|
||||
@@ -169,6 +166,7 @@ var Field_Cardinality_name = map[int32]string{
|
||||
2: "CARDINALITY_REQUIRED",
|
||||
3: "CARDINALITY_REPEATED",
|
||||
}
|
||||
|
||||
var Field_Cardinality_value = map[string]int32{
|
||||
"CARDINALITY_UNKNOWN": 0,
|
||||
"CARDINALITY_OPTIONAL": 1,
|
||||
@@ -179,28 +177,54 @@ var Field_Cardinality_value = map[string]int32{
|
||||
func (x Field_Cardinality) String() string {
|
||||
return proto.EnumName(Field_Cardinality_name, int32(x))
|
||||
}
|
||||
func (Field_Cardinality) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{1, 1} }
|
||||
|
||||
func (Field_Cardinality) EnumDescriptor() ([]byte, []int) {
|
||||
return fileDescriptor_dd271cc1e348c538, []int{1, 1}
|
||||
}
|
||||
|
||||
// A protocol buffer message type.
|
||||
type Type struct {
|
||||
// The fully qualified message name.
|
||||
Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
|
||||
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
||||
// The list of fields.
|
||||
Fields []*Field `protobuf:"bytes,2,rep,name=fields" json:"fields,omitempty"`
|
||||
Fields []*Field `protobuf:"bytes,2,rep,name=fields,proto3" json:"fields,omitempty"`
|
||||
// The list of types appearing in `oneof` definitions in this type.
|
||||
Oneofs []string `protobuf:"bytes,3,rep,name=oneofs" json:"oneofs,omitempty"`
|
||||
Oneofs []string `protobuf:"bytes,3,rep,name=oneofs,proto3" json:"oneofs,omitempty"`
|
||||
// The protocol buffer options.
|
||||
Options []*Option `protobuf:"bytes,4,rep,name=options" json:"options,omitempty"`
|
||||
Options []*Option `protobuf:"bytes,4,rep,name=options,proto3" json:"options,omitempty"`
|
||||
// The source context.
|
||||
SourceContext *google_protobuf1.SourceContext `protobuf:"bytes,5,opt,name=source_context,json=sourceContext" json:"source_context,omitempty"`
|
||||
SourceContext *source_context.SourceContext `protobuf:"bytes,5,opt,name=source_context,json=sourceContext,proto3" json:"source_context,omitempty"`
|
||||
// The source syntax.
|
||||
Syntax Syntax `protobuf:"varint,6,opt,name=syntax,enum=google.protobuf.Syntax" json:"syntax,omitempty"`
|
||||
Syntax Syntax `protobuf:"varint,6,opt,name=syntax,proto3,enum=google.protobuf.Syntax" json:"syntax,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *Type) Reset() { *m = Type{} }
|
||||
func (m *Type) String() string { return proto.CompactTextString(m) }
|
||||
func (*Type) ProtoMessage() {}
|
||||
func (*Type) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
|
||||
func (m *Type) Reset() { *m = Type{} }
|
||||
func (m *Type) String() string { return proto.CompactTextString(m) }
|
||||
func (*Type) ProtoMessage() {}
|
||||
func (*Type) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_dd271cc1e348c538, []int{0}
|
||||
}
|
||||
|
||||
func (m *Type) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_Type.Unmarshal(m, b)
|
||||
}
|
||||
func (m *Type) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_Type.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *Type) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_Type.Merge(m, src)
|
||||
}
|
||||
func (m *Type) XXX_Size() int {
|
||||
return xxx_messageInfo_Type.Size(m)
|
||||
}
|
||||
func (m *Type) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_Type.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_Type proto.InternalMessageInfo
|
||||
|
||||
func (m *Type) GetName() string {
|
||||
if m != nil {
|
||||
@@ -230,7 +254,7 @@ func (m *Type) GetOptions() []*Option {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (m *Type) GetSourceContext() *google_protobuf1.SourceContext {
|
||||
func (m *Type) GetSourceContext() *source_context.SourceContext {
|
||||
if m != nil {
|
||||
return m.SourceContext
|
||||
}
|
||||
@@ -247,33 +271,56 @@ func (m *Type) GetSyntax() Syntax {
|
||||
// A single field of a message type.
|
||||
type Field struct {
|
||||
// The field type.
|
||||
Kind Field_Kind `protobuf:"varint,1,opt,name=kind,enum=google.protobuf.Field_Kind" json:"kind,omitempty"`
|
||||
Kind Field_Kind `protobuf:"varint,1,opt,name=kind,proto3,enum=google.protobuf.Field_Kind" json:"kind,omitempty"`
|
||||
// The field cardinality.
|
||||
Cardinality Field_Cardinality `protobuf:"varint,2,opt,name=cardinality,enum=google.protobuf.Field_Cardinality" json:"cardinality,omitempty"`
|
||||
Cardinality Field_Cardinality `protobuf:"varint,2,opt,name=cardinality,proto3,enum=google.protobuf.Field_Cardinality" json:"cardinality,omitempty"`
|
||||
// The field number.
|
||||
Number int32 `protobuf:"varint,3,opt,name=number" json:"number,omitempty"`
|
||||
Number int32 `protobuf:"varint,3,opt,name=number,proto3" json:"number,omitempty"`
|
||||
// The field name.
|
||||
Name string `protobuf:"bytes,4,opt,name=name" json:"name,omitempty"`
|
||||
Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
|
||||
// The field type URL, without the scheme, for message or enumeration
|
||||
// types. Example: `"type.googleapis.com/google.protobuf.Timestamp"`.
|
||||
TypeUrl string `protobuf:"bytes,6,opt,name=type_url,json=typeUrl" json:"type_url,omitempty"`
|
||||
TypeUrl string `protobuf:"bytes,6,opt,name=type_url,json=typeUrl,proto3" json:"type_url,omitempty"`
|
||||
// The index of the field type in `Type.oneofs`, for message or enumeration
|
||||
// types. The first type has index 1; zero means the type is not in the list.
|
||||
OneofIndex int32 `protobuf:"varint,7,opt,name=oneof_index,json=oneofIndex" json:"oneof_index,omitempty"`
|
||||
OneofIndex int32 `protobuf:"varint,7,opt,name=oneof_index,json=oneofIndex,proto3" json:"oneof_index,omitempty"`
|
||||
// Whether to use alternative packed wire representation.
|
||||
Packed bool `protobuf:"varint,8,opt,name=packed" json:"packed,omitempty"`
|
||||
Packed bool `protobuf:"varint,8,opt,name=packed,proto3" json:"packed,omitempty"`
|
||||
// The protocol buffer options.
|
||||
Options []*Option `protobuf:"bytes,9,rep,name=options" json:"options,omitempty"`
|
||||
Options []*Option `protobuf:"bytes,9,rep,name=options,proto3" json:"options,omitempty"`
|
||||
// The field JSON name.
|
||||
JsonName string `protobuf:"bytes,10,opt,name=json_name,json=jsonName" json:"json_name,omitempty"`
|
||||
JsonName string `protobuf:"bytes,10,opt,name=json_name,json=jsonName,proto3" json:"json_name,omitempty"`
|
||||
// The string value of the default value of this field. Proto2 syntax only.
|
||||
DefaultValue string `protobuf:"bytes,11,opt,name=default_value,json=defaultValue" json:"default_value,omitempty"`
|
||||
DefaultValue string `protobuf:"bytes,11,opt,name=default_value,json=defaultValue,proto3" json:"default_value,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *Field) Reset() { *m = Field{} }
|
||||
func (m *Field) String() string { return proto.CompactTextString(m) }
|
||||
func (*Field) ProtoMessage() {}
|
||||
func (*Field) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
|
||||
func (m *Field) Reset() { *m = Field{} }
|
||||
func (m *Field) String() string { return proto.CompactTextString(m) }
|
||||
func (*Field) ProtoMessage() {}
|
||||
func (*Field) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_dd271cc1e348c538, []int{1}
|
||||
}
|
||||
|
||||
func (m *Field) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_Field.Unmarshal(m, b)
|
||||
}
|
||||
func (m *Field) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_Field.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *Field) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_Field.Merge(m, src)
|
||||
}
|
||||
func (m *Field) XXX_Size() int {
|
||||
return xxx_messageInfo_Field.Size(m)
|
||||
}
|
||||
func (m *Field) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_Field.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_Field proto.InternalMessageInfo
|
||||
|
||||
func (m *Field) GetKind() Field_Kind {
|
||||
if m != nil {
|
||||
@@ -348,21 +395,44 @@ func (m *Field) GetDefaultValue() string {
|
||||
// Enum type definition.
|
||||
type Enum struct {
|
||||
// Enum type name.
|
||||
Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
|
||||
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
||||
// Enum value definitions.
|
||||
Enumvalue []*EnumValue `protobuf:"bytes,2,rep,name=enumvalue" json:"enumvalue,omitempty"`
|
||||
Enumvalue []*EnumValue `protobuf:"bytes,2,rep,name=enumvalue,proto3" json:"enumvalue,omitempty"`
|
||||
// Protocol buffer options.
|
||||
Options []*Option `protobuf:"bytes,3,rep,name=options" json:"options,omitempty"`
|
||||
Options []*Option `protobuf:"bytes,3,rep,name=options,proto3" json:"options,omitempty"`
|
||||
// The source context.
|
||||
SourceContext *google_protobuf1.SourceContext `protobuf:"bytes,4,opt,name=source_context,json=sourceContext" json:"source_context,omitempty"`
|
||||
SourceContext *source_context.SourceContext `protobuf:"bytes,4,opt,name=source_context,json=sourceContext,proto3" json:"source_context,omitempty"`
|
||||
// The source syntax.
|
||||
Syntax Syntax `protobuf:"varint,5,opt,name=syntax,enum=google.protobuf.Syntax" json:"syntax,omitempty"`
|
||||
Syntax Syntax `protobuf:"varint,5,opt,name=syntax,proto3,enum=google.protobuf.Syntax" json:"syntax,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *Enum) Reset() { *m = Enum{} }
|
||||
func (m *Enum) String() string { return proto.CompactTextString(m) }
|
||||
func (*Enum) ProtoMessage() {}
|
||||
func (*Enum) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
|
||||
func (m *Enum) Reset() { *m = Enum{} }
|
||||
func (m *Enum) String() string { return proto.CompactTextString(m) }
|
||||
func (*Enum) ProtoMessage() {}
|
||||
func (*Enum) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_dd271cc1e348c538, []int{2}
|
||||
}
|
||||
|
||||
func (m *Enum) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_Enum.Unmarshal(m, b)
|
||||
}
|
||||
func (m *Enum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_Enum.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *Enum) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_Enum.Merge(m, src)
|
||||
}
|
||||
func (m *Enum) XXX_Size() int {
|
||||
return xxx_messageInfo_Enum.Size(m)
|
||||
}
|
||||
func (m *Enum) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_Enum.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_Enum proto.InternalMessageInfo
|
||||
|
||||
func (m *Enum) GetName() string {
|
||||
if m != nil {
|
||||
@@ -385,7 +455,7 @@ func (m *Enum) GetOptions() []*Option {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (m *Enum) GetSourceContext() *google_protobuf1.SourceContext {
|
||||
func (m *Enum) GetSourceContext() *source_context.SourceContext {
|
||||
if m != nil {
|
||||
return m.SourceContext
|
||||
}
|
||||
@@ -402,17 +472,40 @@ func (m *Enum) GetSyntax() Syntax {
|
||||
// Enum value definition.
|
||||
type EnumValue struct {
|
||||
// Enum value name.
|
||||
Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
|
||||
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
||||
// Enum value number.
|
||||
Number int32 `protobuf:"varint,2,opt,name=number" json:"number,omitempty"`
|
||||
Number int32 `protobuf:"varint,2,opt,name=number,proto3" json:"number,omitempty"`
|
||||
// Protocol buffer options.
|
||||
Options []*Option `protobuf:"bytes,3,rep,name=options" json:"options,omitempty"`
|
||||
Options []*Option `protobuf:"bytes,3,rep,name=options,proto3" json:"options,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *EnumValue) Reset() { *m = EnumValue{} }
|
||||
func (m *EnumValue) String() string { return proto.CompactTextString(m) }
|
||||
func (*EnumValue) ProtoMessage() {}
|
||||
func (*EnumValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
|
||||
func (m *EnumValue) Reset() { *m = EnumValue{} }
|
||||
func (m *EnumValue) String() string { return proto.CompactTextString(m) }
|
||||
func (*EnumValue) ProtoMessage() {}
|
||||
func (*EnumValue) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_dd271cc1e348c538, []int{3}
|
||||
}
|
||||
|
||||
func (m *EnumValue) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_EnumValue.Unmarshal(m, b)
|
||||
}
|
||||
func (m *EnumValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_EnumValue.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *EnumValue) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_EnumValue.Merge(m, src)
|
||||
}
|
||||
func (m *EnumValue) XXX_Size() int {
|
||||
return xxx_messageInfo_EnumValue.Size(m)
|
||||
}
|
||||
func (m *EnumValue) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_EnumValue.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_EnumValue proto.InternalMessageInfo
|
||||
|
||||
func (m *EnumValue) GetName() string {
|
||||
if m != nil {
|
||||
@@ -442,18 +535,41 @@ type Option struct {
|
||||
// descriptor.proto), this is the short name. For example, `"map_entry"`.
|
||||
// For custom options, it should be the fully-qualified name. For example,
|
||||
// `"google.api.http"`.
|
||||
Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
|
||||
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
||||
// The option's value packed in an Any message. If the value is a primitive,
|
||||
// the corresponding wrapper type defined in google/protobuf/wrappers.proto
|
||||
// should be used. If the value is an enum, it should be stored as an int32
|
||||
// value using the google.protobuf.Int32Value type.
|
||||
Value *google_protobuf.Any `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
|
||||
Value *any.Any `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *Option) Reset() { *m = Option{} }
|
||||
func (m *Option) String() string { return proto.CompactTextString(m) }
|
||||
func (*Option) ProtoMessage() {}
|
||||
func (*Option) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} }
|
||||
func (m *Option) Reset() { *m = Option{} }
|
||||
func (m *Option) String() string { return proto.CompactTextString(m) }
|
||||
func (*Option) ProtoMessage() {}
|
||||
func (*Option) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_dd271cc1e348c538, []int{4}
|
||||
}
|
||||
|
||||
func (m *Option) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_Option.Unmarshal(m, b)
|
||||
}
|
||||
func (m *Option) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_Option.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *Option) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_Option.Merge(m, src)
|
||||
}
|
||||
func (m *Option) XXX_Size() int {
|
||||
return xxx_messageInfo_Option.Size(m)
|
||||
}
|
||||
func (m *Option) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_Option.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_Option proto.InternalMessageInfo
|
||||
|
||||
func (m *Option) GetName() string {
|
||||
if m != nil {
|
||||
@@ -462,7 +578,7 @@ func (m *Option) GetName() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
func (m *Option) GetValue() *google_protobuf.Any {
|
||||
func (m *Option) GetValue() *any.Any {
|
||||
if m != nil {
|
||||
return m.Value
|
||||
}
|
||||
@@ -470,19 +586,19 @@ func (m *Option) GetValue() *google_protobuf.Any {
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterEnum("google.protobuf.Syntax", Syntax_name, Syntax_value)
|
||||
proto.RegisterEnum("google.protobuf.Field_Kind", Field_Kind_name, Field_Kind_value)
|
||||
proto.RegisterEnum("google.protobuf.Field_Cardinality", Field_Cardinality_name, Field_Cardinality_value)
|
||||
proto.RegisterType((*Type)(nil), "google.protobuf.Type")
|
||||
proto.RegisterType((*Field)(nil), "google.protobuf.Field")
|
||||
proto.RegisterType((*Enum)(nil), "google.protobuf.Enum")
|
||||
proto.RegisterType((*EnumValue)(nil), "google.protobuf.EnumValue")
|
||||
proto.RegisterType((*Option)(nil), "google.protobuf.Option")
|
||||
proto.RegisterEnum("google.protobuf.Syntax", Syntax_name, Syntax_value)
|
||||
proto.RegisterEnum("google.protobuf.Field_Kind", Field_Kind_name, Field_Kind_value)
|
||||
proto.RegisterEnum("google.protobuf.Field_Cardinality", Field_Cardinality_name, Field_Cardinality_value)
|
||||
}
|
||||
|
||||
func init() { proto.RegisterFile("google/protobuf/type.proto", fileDescriptor0) }
|
||||
func init() { proto.RegisterFile("google/protobuf/type.proto", fileDescriptor_dd271cc1e348c538) }
|
||||
|
||||
var fileDescriptor0 = []byte{
|
||||
var fileDescriptor_dd271cc1e348c538 = []byte{
|
||||
// 810 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0xcd, 0x8e, 0xda, 0x56,
|
||||
0x14, 0x8e, 0x8d, 0xf1, 0xe0, 0xc3, 0xc0, 0xdc, 0xdc, 0x44, 0x89, 0x33, 0x91, 0x52, 0x44, 0xbb,
|
||||
|
56
vendor/google.golang.org/genproto/protobuf/source_context/source_context.pb.go
generated
vendored
56
vendor/google.golang.org/genproto/protobuf/source_context/source_context.pb.go
generated
vendored
@@ -1,20 +1,13 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// source: google/protobuf/source_context.proto
|
||||
|
||||
/*
|
||||
Package source_context is a generated protocol buffer package.
|
||||
|
||||
It is generated from these files:
|
||||
google/protobuf/source_context.proto
|
||||
|
||||
It has these top-level messages:
|
||||
SourceContext
|
||||
*/
|
||||
package source_context
|
||||
|
||||
import proto "github.com/golang/protobuf/proto"
|
||||
import fmt "fmt"
|
||||
import math "math"
|
||||
import (
|
||||
fmt "fmt"
|
||||
proto "github.com/golang/protobuf/proto"
|
||||
math "math"
|
||||
)
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
var _ = proto.Marshal
|
||||
@@ -32,13 +25,36 @@ const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
||||
type SourceContext struct {
|
||||
// The path-qualified name of the .proto file that contained the associated
|
||||
// protobuf element. For example: `"google/protobuf/source_context.proto"`.
|
||||
FileName string `protobuf:"bytes,1,opt,name=file_name,json=fileName" json:"file_name,omitempty"`
|
||||
FileName string `protobuf:"bytes,1,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *SourceContext) Reset() { *m = SourceContext{} }
|
||||
func (m *SourceContext) String() string { return proto.CompactTextString(m) }
|
||||
func (*SourceContext) ProtoMessage() {}
|
||||
func (*SourceContext) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
|
||||
func (m *SourceContext) Reset() { *m = SourceContext{} }
|
||||
func (m *SourceContext) String() string { return proto.CompactTextString(m) }
|
||||
func (*SourceContext) ProtoMessage() {}
|
||||
func (*SourceContext) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_b686cdb126d509db, []int{0}
|
||||
}
|
||||
|
||||
func (m *SourceContext) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_SourceContext.Unmarshal(m, b)
|
||||
}
|
||||
func (m *SourceContext) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_SourceContext.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *SourceContext) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_SourceContext.Merge(m, src)
|
||||
}
|
||||
func (m *SourceContext) XXX_Size() int {
|
||||
return xxx_messageInfo_SourceContext.Size(m)
|
||||
}
|
||||
func (m *SourceContext) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_SourceContext.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_SourceContext proto.InternalMessageInfo
|
||||
|
||||
func (m *SourceContext) GetFileName() string {
|
||||
if m != nil {
|
||||
@@ -51,9 +67,11 @@ func init() {
|
||||
proto.RegisterType((*SourceContext)(nil), "google.protobuf.SourceContext")
|
||||
}
|
||||
|
||||
func init() { proto.RegisterFile("google/protobuf/source_context.proto", fileDescriptor0) }
|
||||
func init() {
|
||||
proto.RegisterFile("google/protobuf/source_context.proto", fileDescriptor_b686cdb126d509db)
|
||||
}
|
||||
|
||||
var fileDescriptor0 = []byte{
|
||||
var fileDescriptor_b686cdb126d509db = []byte{
|
||||
// 184 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x49, 0xcf, 0xcf, 0x4f,
|
||||
0xcf, 0x49, 0xd5, 0x2f, 0x28, 0xca, 0x2f, 0xc9, 0x4f, 0x2a, 0x4d, 0xd3, 0x2f, 0xce, 0x2f, 0x2d,
|
||||
|
Reference in New Issue
Block a user