blob: 8d82abe21333d9bf870619caa1d3915f4a0735e4 [file] [log] [blame]
Zack Williamse940c7a2019-08-21 14:25:39 -07001// Code generated by protoc-gen-go. DO NOT EDIT.
David K. Bainbridgebd6b2882021-08-26 13:31:02 +00002// source: github.com/golang/protobuf/ptypes/struct/struct.proto
Zack Williamse940c7a2019-08-21 14:25:39 -07003
4package structpb
5
6import (
David K. Bainbridgebd6b2882021-08-26 13:31:02 +00007 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"
Zack Williamse940c7a2019-08-21 14:25:39 -070011)
12
David K. Bainbridgebd6b2882021-08-26 13:31:02 +000013// Symbols defined in public import of google/protobuf/struct.proto.
Zack Williamse940c7a2019-08-21 14:25:39 -070014
David K. Bainbridgebd6b2882021-08-26 13:31:02 +000015type NullValue = structpb.NullValue
Zack Williamse940c7a2019-08-21 14:25:39 -070016
David K. Bainbridgebd6b2882021-08-26 13:31:02 +000017const NullValue_NULL_VALUE = structpb.NullValue_NULL_VALUE
Zack Williamse940c7a2019-08-21 14:25:39 -070018
David K. Bainbridgebd6b2882021-08-26 13:31:02 +000019var NullValue_name = structpb.NullValue_name
20var NullValue_value = structpb.NullValue_value
Zack Williamse940c7a2019-08-21 14:25:39 -070021
David K. Bainbridgebd6b2882021-08-26 13:31:02 +000022type 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,
Zack Williamse940c7a2019-08-21 14:25:39 -070045}
46
David K. Bainbridgebd6b2882021-08-26 13:31:02 +000047var 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
Zack Williamse940c7a2019-08-21 14:25:39 -070054}
55
David K. Bainbridgebd6b2882021-08-26 13:31:02 +000056func 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
Zack Williamse940c7a2019-08-21 14:25:39 -070060 }
David K. Bainbridgebd6b2882021-08-26 13:31:02 +000061 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
Zack Williamse940c7a2019-08-21 14:25:39 -070078}