2020-10-23 12:22:35 +03:00

309 lines
13 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.25.0-devel
// protoc v3.6.1
// source: yandex/cloud/validation.proto
package cloud
import (
proto "github.com/golang/protobuf/proto"
descriptor "github.com/golang/protobuf/protoc-gen-go/descriptor"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
// This is a compile-time assertion that a sufficiently up-to-date version
// of the legacy proto package is being used.
const _ = proto.ProtoPackageIsVersion4
type MapKeySpec struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
Pattern string `protobuf:"bytes,2,opt,name=pattern,proto3" json:"pattern,omitempty"`
Length string `protobuf:"bytes,3,opt,name=length,proto3" json:"length,omitempty"`
}
func (x *MapKeySpec) Reset() {
*x = MapKeySpec{}
if protoimpl.UnsafeEnabled {
mi := &file_yandex_cloud_validation_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MapKeySpec) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MapKeySpec) ProtoMessage() {}
func (x *MapKeySpec) ProtoReflect() protoreflect.Message {
mi := &file_yandex_cloud_validation_proto_msgTypes[0]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use MapKeySpec.ProtoReflect.Descriptor instead.
func (*MapKeySpec) Descriptor() ([]byte, []int) {
return file_yandex_cloud_validation_proto_rawDescGZIP(), []int{0}
}
func (x *MapKeySpec) GetValue() string {
if x != nil {
return x.Value
}
return ""
}
func (x *MapKeySpec) GetPattern() string {
if x != nil {
return x.Pattern
}
return ""
}
func (x *MapKeySpec) GetLength() string {
if x != nil {
return x.Length
}
return ""
}
var file_yandex_cloud_validation_proto_extTypes = []protoimpl.ExtensionInfo{
{
ExtendedType: (*descriptor.OneofOptions)(nil),
ExtensionType: (*bool)(nil),
Field: 101400,
Name: "yandex.cloud.exactly_one",
Tag: "varint,101400,opt,name=exactly_one",
Filename: "yandex/cloud/validation.proto",
},
{
ExtendedType: (*descriptor.FieldOptions)(nil),
ExtensionType: (*bool)(nil),
Field: 101501,
Name: "yandex.cloud.required",
Tag: "varint,101501,opt,name=required",
Filename: "yandex/cloud/validation.proto",
},
{
ExtendedType: (*descriptor.FieldOptions)(nil),
ExtensionType: (*string)(nil),
Field: 101502,
Name: "yandex.cloud.pattern",
Tag: "bytes,101502,opt,name=pattern",
Filename: "yandex/cloud/validation.proto",
},
{
ExtendedType: (*descriptor.FieldOptions)(nil),
ExtensionType: (*string)(nil),
Field: 101503,
Name: "yandex.cloud.value",
Tag: "bytes,101503,opt,name=value",
Filename: "yandex/cloud/validation.proto",
},
{
ExtendedType: (*descriptor.FieldOptions)(nil),
ExtensionType: (*string)(nil),
Field: 101504,
Name: "yandex.cloud.size",
Tag: "bytes,101504,opt,name=size",
Filename: "yandex/cloud/validation.proto",
},
{
ExtendedType: (*descriptor.FieldOptions)(nil),
ExtensionType: (*string)(nil),
Field: 101505,
Name: "yandex.cloud.length",
Tag: "bytes,101505,opt,name=length",
Filename: "yandex/cloud/validation.proto",
},
{
ExtendedType: (*descriptor.FieldOptions)(nil),
ExtensionType: (*bool)(nil),
Field: 101506,
Name: "yandex.cloud.unique",
Tag: "varint,101506,opt,name=unique",
Filename: "yandex/cloud/validation.proto",
},
{
ExtendedType: (*descriptor.FieldOptions)(nil),
ExtensionType: (*MapKeySpec)(nil),
Field: 101510,
Name: "yandex.cloud.map_key",
Tag: "bytes,101510,opt,name=map_key",
Filename: "yandex/cloud/validation.proto",
},
}
// Extension fields to descriptor.OneofOptions.
var (
// optional bool exactly_one = 101400;
E_ExactlyOne = &file_yandex_cloud_validation_proto_extTypes[0]
)
// Extension fields to descriptor.FieldOptions.
var (
// optional bool required = 101501;
E_Required = &file_yandex_cloud_validation_proto_extTypes[1]
// optional string pattern = 101502;
E_Pattern = &file_yandex_cloud_validation_proto_extTypes[2]
// optional string value = 101503;
E_Value = &file_yandex_cloud_validation_proto_extTypes[3]
// optional string size = 101504;
E_Size = &file_yandex_cloud_validation_proto_extTypes[4]
// optional string length = 101505;
E_Length = &file_yandex_cloud_validation_proto_extTypes[5]
// optional bool unique = 101506;
E_Unique = &file_yandex_cloud_validation_proto_extTypes[6]
// optional yandex.cloud.MapKeySpec map_key = 101510;
E_MapKey = &file_yandex_cloud_validation_proto_extTypes[7]
)
var File_yandex_cloud_validation_proto protoreflect.FileDescriptor
var file_yandex_cloud_validation_proto_rawDesc = []byte{
0x0a, 0x1d, 0x79, 0x61, 0x6e, 0x64, 0x65, 0x78, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x76,
0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
0x0c, 0x79, 0x61, 0x6e, 0x64, 0x65, 0x78, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x1a, 0x20, 0x67,
0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x64,
0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22,
0x54, 0x0a, 0x0a, 0x4d, 0x61, 0x70, 0x4b, 0x65, 0x79, 0x53, 0x70, 0x65, 0x63, 0x12, 0x14, 0x0a,
0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61,
0x6c, 0x75, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x74, 0x74, 0x65, 0x72, 0x6e, 0x18, 0x02,
0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x70, 0x61, 0x74, 0x74, 0x65, 0x72, 0x6e, 0x12, 0x16, 0x0a,
0x06, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6c,
0x65, 0x6e, 0x67, 0x74, 0x68, 0x3a, 0x40, 0x0a, 0x0b, 0x65, 0x78, 0x61, 0x63, 0x74, 0x6c, 0x79,
0x5f, 0x6f, 0x6e, 0x65, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4f, 0x6e, 0x65, 0x6f, 0x66, 0x4f, 0x70, 0x74, 0x69,
0x6f, 0x6e, 0x73, 0x18, 0x98, 0x98, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x65, 0x78, 0x61,
0x63, 0x74, 0x6c, 0x79, 0x4f, 0x6e, 0x65, 0x3a, 0x3b, 0x0a, 0x08, 0x72, 0x65, 0x71, 0x75, 0x69,
0x72, 0x65, 0x64, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f,
0x6e, 0x73, 0x18, 0xfd, 0x98, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x72, 0x65, 0x71, 0x75,
0x69, 0x72, 0x65, 0x64, 0x3a, 0x39, 0x0a, 0x07, 0x70, 0x61, 0x74, 0x74, 0x65, 0x72, 0x6e, 0x12,
0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xfe,
0x98, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x70, 0x61, 0x74, 0x74, 0x65, 0x72, 0x6e, 0x3a,
0x35, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64,
0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xff, 0x98, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52,
0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x33, 0x0a, 0x04, 0x73, 0x69, 0x7a, 0x65, 0x12, 0x1d,
0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x80, 0x99,
0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x73, 0x69, 0x7a, 0x65, 0x3a, 0x37, 0x0a, 0x06, 0x6c,
0x65, 0x6e, 0x67, 0x74, 0x68, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74,
0x69, 0x6f, 0x6e, 0x73, 0x18, 0x81, 0x99, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6c, 0x65,
0x6e, 0x67, 0x74, 0x68, 0x3a, 0x37, 0x0a, 0x06, 0x75, 0x6e, 0x69, 0x71, 0x75, 0x65, 0x12, 0x1d,
0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x82, 0x99,
0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x75, 0x6e, 0x69, 0x71, 0x75, 0x65, 0x3a, 0x52, 0x0a,
0x07, 0x6d, 0x61, 0x70, 0x5f, 0x6b, 0x65, 0x79, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64,
0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x86, 0x99, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32,
0x18, 0x2e, 0x79, 0x61, 0x6e, 0x64, 0x65, 0x78, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x4d,
0x61, 0x70, 0x4b, 0x65, 0x79, 0x53, 0x70, 0x65, 0x63, 0x52, 0x06, 0x6d, 0x61, 0x70, 0x4b, 0x65,
0x79, 0x42, 0x4a, 0x0a, 0x10, 0x79, 0x61, 0x6e, 0x64, 0x65, 0x78, 0x2e, 0x63, 0x6c, 0x6f, 0x75,
0x64, 0x2e, 0x61, 0x70, 0x69, 0x5a, 0x36, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f,
0x6d, 0x2f, 0x79, 0x61, 0x6e, 0x64, 0x65, 0x78, 0x2d, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x67,
0x6f, 0x2d, 0x67, 0x65, 0x6e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x79, 0x61, 0x6e, 0x64, 0x65,
0x78, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x3b, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x62, 0x06, 0x70,
0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_yandex_cloud_validation_proto_rawDescOnce sync.Once
file_yandex_cloud_validation_proto_rawDescData = file_yandex_cloud_validation_proto_rawDesc
)
func file_yandex_cloud_validation_proto_rawDescGZIP() []byte {
file_yandex_cloud_validation_proto_rawDescOnce.Do(func() {
file_yandex_cloud_validation_proto_rawDescData = protoimpl.X.CompressGZIP(file_yandex_cloud_validation_proto_rawDescData)
})
return file_yandex_cloud_validation_proto_rawDescData
}
var file_yandex_cloud_validation_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
var file_yandex_cloud_validation_proto_goTypes = []interface{}{
(*MapKeySpec)(nil), // 0: yandex.cloud.MapKeySpec
(*descriptor.OneofOptions)(nil), // 1: google.protobuf.OneofOptions
(*descriptor.FieldOptions)(nil), // 2: google.protobuf.FieldOptions
}
var file_yandex_cloud_validation_proto_depIdxs = []int32{
1, // 0: yandex.cloud.exactly_one:extendee -> google.protobuf.OneofOptions
2, // 1: yandex.cloud.required:extendee -> google.protobuf.FieldOptions
2, // 2: yandex.cloud.pattern:extendee -> google.protobuf.FieldOptions
2, // 3: yandex.cloud.value:extendee -> google.protobuf.FieldOptions
2, // 4: yandex.cloud.size:extendee -> google.protobuf.FieldOptions
2, // 5: yandex.cloud.length:extendee -> google.protobuf.FieldOptions
2, // 6: yandex.cloud.unique:extendee -> google.protobuf.FieldOptions
2, // 7: yandex.cloud.map_key:extendee -> google.protobuf.FieldOptions
0, // 8: yandex.cloud.map_key:type_name -> yandex.cloud.MapKeySpec
9, // [9:9] is the sub-list for method output_type
9, // [9:9] is the sub-list for method input_type
8, // [8:9] is the sub-list for extension type_name
0, // [0:8] is the sub-list for extension extendee
0, // [0:0] is the sub-list for field type_name
}
func init() { file_yandex_cloud_validation_proto_init() }
func file_yandex_cloud_validation_proto_init() {
if File_yandex_cloud_validation_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_yandex_cloud_validation_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*MapKeySpec); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_yandex_cloud_validation_proto_rawDesc,
NumEnums: 0,
NumMessages: 1,
NumExtensions: 8,
NumServices: 0,
},
GoTypes: file_yandex_cloud_validation_proto_goTypes,
DependencyIndexes: file_yandex_cloud_validation_proto_depIdxs,
MessageInfos: file_yandex_cloud_validation_proto_msgTypes,
ExtensionInfos: file_yandex_cloud_validation_proto_extTypes,
}.Build()
File_yandex_cloud_validation_proto = out.File
file_yandex_cloud_validation_proto_rawDesc = nil
file_yandex_cloud_validation_proto_goTypes = nil
file_yandex_cloud_validation_proto_depIdxs = nil
}