blob: 0ef27d33deb9b04ed6cd5b8fd7bd2018150f90bd [file] [log] [blame]
Holger Hildebrandtfa074992020-03-27 15:42:06 +00001// Code generated by protoc-gen-go. DO NOT EDIT.
khenaidoo7d3c5582021-08-11 18:09:44 -04002// source: github.com/golang/protobuf/ptypes/any/any.proto
Holger Hildebrandtfa074992020-03-27 15:42:06 +00003
4package any
5
6import (
khenaidoo7d3c5582021-08-11 18:09:44 -04007 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
8 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
9 anypb "google.golang.org/protobuf/types/known/anypb"
10 reflect "reflect"
Holger Hildebrandtfa074992020-03-27 15:42:06 +000011)
12
khenaidoo7d3c5582021-08-11 18:09:44 -040013// Symbols defined in public import of google/protobuf/any.proto.
Holger Hildebrandtfa074992020-03-27 15:42:06 +000014
khenaidoo7d3c5582021-08-11 18:09:44 -040015type Any = anypb.Any
Holger Hildebrandtfa074992020-03-27 15:42:06 +000016
khenaidoo7d3c5582021-08-11 18:09:44 -040017var File_github_com_golang_protobuf_ptypes_any_any_proto protoreflect.FileDescriptor
18
19var file_github_com_golang_protobuf_ptypes_any_any_proto_rawDesc = []byte{
20 0x0a, 0x2f, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c,
21 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x70, 0x74, 0x79,
22 0x70, 0x65, 0x73, 0x2f, 0x61, 0x6e, 0x79, 0x2f, 0x61, 0x6e, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74,
23 0x6f, 0x1a, 0x19, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
24 0x75, 0x66, 0x2f, 0x61, 0x6e, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x42, 0x2b, 0x5a, 0x29,
25 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c, 0x61, 0x6e,
26 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x70, 0x74, 0x79, 0x70, 0x65,
27 0x73, 0x2f, 0x61, 0x6e, 0x79, 0x3b, 0x61, 0x6e, 0x79, 0x50, 0x00, 0x62, 0x06, 0x70, 0x72, 0x6f,
28 0x74, 0x6f, 0x33,
Holger Hildebrandtfa074992020-03-27 15:42:06 +000029}
30
khenaidoo7d3c5582021-08-11 18:09:44 -040031var file_github_com_golang_protobuf_ptypes_any_any_proto_goTypes = []interface{}{}
32var file_github_com_golang_protobuf_ptypes_any_any_proto_depIdxs = []int32{
33 0, // [0:0] is the sub-list for method output_type
34 0, // [0:0] is the sub-list for method input_type
35 0, // [0:0] is the sub-list for extension type_name
36 0, // [0:0] is the sub-list for extension extendee
37 0, // [0:0] is the sub-list for field type_name
Holger Hildebrandtfa074992020-03-27 15:42:06 +000038}
39
khenaidoo7d3c5582021-08-11 18:09:44 -040040func init() { file_github_com_golang_protobuf_ptypes_any_any_proto_init() }
41func file_github_com_golang_protobuf_ptypes_any_any_proto_init() {
42 if File_github_com_golang_protobuf_ptypes_any_any_proto != nil {
43 return
Holger Hildebrandtfa074992020-03-27 15:42:06 +000044 }
khenaidoo7d3c5582021-08-11 18:09:44 -040045 type x struct{}
46 out := protoimpl.TypeBuilder{
47 File: protoimpl.DescBuilder{
48 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
49 RawDescriptor: file_github_com_golang_protobuf_ptypes_any_any_proto_rawDesc,
50 NumEnums: 0,
51 NumMessages: 0,
52 NumExtensions: 0,
53 NumServices: 0,
54 },
55 GoTypes: file_github_com_golang_protobuf_ptypes_any_any_proto_goTypes,
56 DependencyIndexes: file_github_com_golang_protobuf_ptypes_any_any_proto_depIdxs,
57 }.Build()
58 File_github_com_golang_protobuf_ptypes_any_any_proto = out.File
59 file_github_com_golang_protobuf_ptypes_any_any_proto_rawDesc = nil
60 file_github_com_golang_protobuf_ptypes_any_any_proto_goTypes = nil
61 file_github_com_golang_protobuf_ptypes_any_any_proto_depIdxs = nil
Holger Hildebrandtfa074992020-03-27 15:42:06 +000062}