blob: 8d82abe21333d9bf870619caa1d3915f4a0735e4 [file] [log] [blame]
khenaidooefff76e2021-12-15 16:51:30 -05001// Code generated by protoc-gen-go. DO NOT EDIT.
2// source: github.com/golang/protobuf/ptypes/struct/struct.proto
3
4package structpb
5
6import (
7 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
8 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
9 structpb "google.golang.org/protobuf/types/known/structpb"
10 reflect "reflect"
11)
12
13// Symbols defined in public import of google/protobuf/struct.proto.
14
15type NullValue = structpb.NullValue
16
17const NullValue_NULL_VALUE = structpb.NullValue_NULL_VALUE
18
19var NullValue_name = structpb.NullValue_name
20var NullValue_value = structpb.NullValue_value
21
22type Struct = structpb.Struct
23type Value = structpb.Value
24type Value_NullValue = structpb.Value_NullValue
25type Value_NumberValue = structpb.Value_NumberValue
26type Value_StringValue = structpb.Value_StringValue
27type Value_BoolValue = structpb.Value_BoolValue
28type Value_StructValue = structpb.Value_StructValue
29type Value_ListValue = structpb.Value_ListValue
30type ListValue = structpb.ListValue
31
32var File_github_com_golang_protobuf_ptypes_struct_struct_proto protoreflect.FileDescriptor
33
34var file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDesc = []byte{
35 0x0a, 0x35, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c,
36 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x70, 0x74, 0x79,
37 0x70, 0x65, 0x73, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63,
38 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f,
39 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x2e,
40 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x42, 0x33, 0x5a, 0x31, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e,
41 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
42 0x62, 0x75, 0x66, 0x2f, 0x70, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63,
43 0x74, 0x3b, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x70, 0x62, 0x50, 0x00, 0x62, 0x06, 0x70, 0x72,
44 0x6f, 0x74, 0x6f, 0x33,
45}
46
47var file_github_com_golang_protobuf_ptypes_struct_struct_proto_goTypes = []interface{}{}
48var file_github_com_golang_protobuf_ptypes_struct_struct_proto_depIdxs = []int32{
49 0, // [0:0] is the sub-list for method output_type
50 0, // [0:0] is the sub-list for method input_type
51 0, // [0:0] is the sub-list for extension type_name
52 0, // [0:0] is the sub-list for extension extendee
53 0, // [0:0] is the sub-list for field type_name
54}
55
56func init() { file_github_com_golang_protobuf_ptypes_struct_struct_proto_init() }
57func file_github_com_golang_protobuf_ptypes_struct_struct_proto_init() {
58 if File_github_com_golang_protobuf_ptypes_struct_struct_proto != nil {
59 return
60 }
61 type x struct{}
62 out := protoimpl.TypeBuilder{
63 File: protoimpl.DescBuilder{
64 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
65 RawDescriptor: file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDesc,
66 NumEnums: 0,
67 NumMessages: 0,
68 NumExtensions: 0,
69 NumServices: 0,
70 },
71 GoTypes: file_github_com_golang_protobuf_ptypes_struct_struct_proto_goTypes,
72 DependencyIndexes: file_github_com_golang_protobuf_ptypes_struct_struct_proto_depIdxs,
73 }.Build()
74 File_github_com_golang_protobuf_ptypes_struct_struct_proto = out.File
75 file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDesc = nil
76 file_github_com_golang_protobuf_ptypes_struct_struct_proto_goTypes = nil
77 file_github_com_golang_protobuf_ptypes_struct_struct_proto_depIdxs = nil
78}