1
2
3
4 package wrappers
5
6 import (
7 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
8 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
9 wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
10 reflect "reflect"
11 )
12
13
14
15 type DoubleValue = wrapperspb.DoubleValue
16 type FloatValue = wrapperspb.FloatValue
17 type Int64Value = wrapperspb.Int64Value
18 type UInt64Value = wrapperspb.UInt64Value
19 type Int32Value = wrapperspb.Int32Value
20 type UInt32Value = wrapperspb.UInt32Value
21 type BoolValue = wrapperspb.BoolValue
22 type StringValue = wrapperspb.StringValue
23 type BytesValue = wrapperspb.BytesValue
24
25 var File_github_com_golang_protobuf_ptypes_wrappers_wrappers_proto protoreflect.FileDescriptor
26
27 var file_github_com_golang_protobuf_ptypes_wrappers_wrappers_proto_rawDesc = []byte{
28 0x0a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c,
29 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x70, 0x74, 0x79,
30 0x70, 0x65, 0x73, 0x2f, 0x77, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x73, 0x2f, 0x77, 0x72, 0x61,
31 0x70, 0x70, 0x65, 0x72, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1e, 0x67, 0x6f, 0x6f,
32 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x77, 0x72, 0x61,
33 0x70, 0x70, 0x65, 0x72, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x42, 0x35, 0x5a, 0x33, 0x67,
34 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67,
35 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x70, 0x74, 0x79, 0x70, 0x65, 0x73,
36 0x2f, 0x77, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x73, 0x3b, 0x77, 0x72, 0x61, 0x70, 0x70, 0x65,
37 0x72, 0x73, 0x50, 0x00, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
38 }
39
40 var file_github_com_golang_protobuf_ptypes_wrappers_wrappers_proto_goTypes = []interface{}{}
41 var file_github_com_golang_protobuf_ptypes_wrappers_wrappers_proto_depIdxs = []int32{
42 0,
43 0,
44 0,
45 0,
46 0,
47 }
48
49 func init() { file_github_com_golang_protobuf_ptypes_wrappers_wrappers_proto_init() }
50 func file_github_com_golang_protobuf_ptypes_wrappers_wrappers_proto_init() {
51 if File_github_com_golang_protobuf_ptypes_wrappers_wrappers_proto != nil {
52 return
53 }
54 type x struct{}
55 out := protoimpl.TypeBuilder{
56 File: protoimpl.DescBuilder{
57 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
58 RawDescriptor: file_github_com_golang_protobuf_ptypes_wrappers_wrappers_proto_rawDesc,
59 NumEnums: 0,
60 NumMessages: 0,
61 NumExtensions: 0,
62 NumServices: 0,
63 },
64 GoTypes: file_github_com_golang_protobuf_ptypes_wrappers_wrappers_proto_goTypes,
65 DependencyIndexes: file_github_com_golang_protobuf_ptypes_wrappers_wrappers_proto_depIdxs,
66 }.Build()
67 File_github_com_golang_protobuf_ptypes_wrappers_wrappers_proto = out.File
68 file_github_com_golang_protobuf_ptypes_wrappers_wrappers_proto_rawDesc = nil
69 file_github_com_golang_protobuf_ptypes_wrappers_wrappers_proto_goTypes = nil
70 file_github_com_golang_protobuf_ptypes_wrappers_wrappers_proto_depIdxs = nil
71 }
72
View as plain text