1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 package dashboardpb
22
23 import (
24 reflect "reflect"
25 sync "sync"
26
27 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
28 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
29 )
30
31 const (
32
33 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
34
35 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
36 )
37
38
39
40
41 type SingleViewGroup struct {
42 state protoimpl.MessageState
43 sizeCache protoimpl.SizeCache
44 unknownFields protoimpl.UnknownFields
45 }
46
47 func (x *SingleViewGroup) Reset() {
48 *x = SingleViewGroup{}
49 if protoimpl.UnsafeEnabled {
50 mi := &file_google_monitoring_dashboard_v1_single_view_group_proto_msgTypes[0]
51 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
52 ms.StoreMessageInfo(mi)
53 }
54 }
55
56 func (x *SingleViewGroup) String() string {
57 return protoimpl.X.MessageStringOf(x)
58 }
59
60 func (*SingleViewGroup) ProtoMessage() {}
61
62 func (x *SingleViewGroup) ProtoReflect() protoreflect.Message {
63 mi := &file_google_monitoring_dashboard_v1_single_view_group_proto_msgTypes[0]
64 if protoimpl.UnsafeEnabled && x != nil {
65 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
66 if ms.LoadMessageInfo() == nil {
67 ms.StoreMessageInfo(mi)
68 }
69 return ms
70 }
71 return mi.MessageOf(x)
72 }
73
74
75 func (*SingleViewGroup) Descriptor() ([]byte, []int) {
76 return file_google_monitoring_dashboard_v1_single_view_group_proto_rawDescGZIP(), []int{0}
77 }
78
79 var File_google_monitoring_dashboard_v1_single_view_group_proto protoreflect.FileDescriptor
80
81 var file_google_monitoring_dashboard_v1_single_view_group_proto_rawDesc = []byte{
82 0x0a, 0x36, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x6d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72,
83 0x69, 0x6e, 0x67, 0x2f, 0x64, 0x61, 0x73, 0x68, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x2f, 0x76, 0x31,
84 0x2f, 0x73, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x5f, 0x76, 0x69, 0x65, 0x77, 0x5f, 0x67, 0x72, 0x6f,
85 0x75, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
86 0x2e, 0x6d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x69, 0x6e, 0x67, 0x2e, 0x64, 0x61, 0x73, 0x68,
87 0x62, 0x6f, 0x61, 0x72, 0x64, 0x2e, 0x76, 0x31, 0x22, 0x11, 0x0a, 0x0f, 0x53, 0x69, 0x6e, 0x67,
88 0x6c, 0x65, 0x56, 0x69, 0x65, 0x77, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x42, 0xfd, 0x01, 0x0a, 0x22,
89 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x6d, 0x6f, 0x6e, 0x69, 0x74,
90 0x6f, 0x72, 0x69, 0x6e, 0x67, 0x2e, 0x64, 0x61, 0x73, 0x68, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x2e,
91 0x76, 0x31, 0x42, 0x14, 0x53, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x56, 0x69, 0x65, 0x77, 0x47, 0x72,
92 0x6f, 0x75, 0x70, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x46, 0x63, 0x6c, 0x6f, 0x75,
93 0x64, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x2f,
94 0x6d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x69, 0x6e, 0x67, 0x2f, 0x64, 0x61, 0x73, 0x68, 0x62,
95 0x6f, 0x61, 0x72, 0x64, 0x2f, 0x61, 0x70, 0x69, 0x76, 0x31, 0x2f, 0x64, 0x61, 0x73, 0x68, 0x62,
96 0x6f, 0x61, 0x72, 0x64, 0x70, 0x62, 0x3b, 0x64, 0x61, 0x73, 0x68, 0x62, 0x6f, 0x61, 0x72, 0x64,
97 0x70, 0x62, 0xaa, 0x02, 0x24, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x43, 0x6c, 0x6f, 0x75,
98 0x64, 0x2e, 0x4d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x69, 0x6e, 0x67, 0x2e, 0x44, 0x61, 0x73,
99 0x68, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x24, 0x47, 0x6f, 0x6f, 0x67,
100 0x6c, 0x65, 0x5c, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x5c, 0x4d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72,
101 0x69, 0x6e, 0x67, 0x5c, 0x44, 0x61, 0x73, 0x68, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x5c, 0x56, 0x31,
102 0xea, 0x02, 0x28, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x3a, 0x3a, 0x43, 0x6c, 0x6f, 0x75, 0x64,
103 0x3a, 0x3a, 0x4d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x69, 0x6e, 0x67, 0x3a, 0x3a, 0x44, 0x61,
104 0x73, 0x68, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f,
105 0x74, 0x6f, 0x33,
106 }
107
108 var (
109 file_google_monitoring_dashboard_v1_single_view_group_proto_rawDescOnce sync.Once
110 file_google_monitoring_dashboard_v1_single_view_group_proto_rawDescData = file_google_monitoring_dashboard_v1_single_view_group_proto_rawDesc
111 )
112
113 func file_google_monitoring_dashboard_v1_single_view_group_proto_rawDescGZIP() []byte {
114 file_google_monitoring_dashboard_v1_single_view_group_proto_rawDescOnce.Do(func() {
115 file_google_monitoring_dashboard_v1_single_view_group_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_monitoring_dashboard_v1_single_view_group_proto_rawDescData)
116 })
117 return file_google_monitoring_dashboard_v1_single_view_group_proto_rawDescData
118 }
119
120 var file_google_monitoring_dashboard_v1_single_view_group_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
121 var file_google_monitoring_dashboard_v1_single_view_group_proto_goTypes = []interface{}{
122 (*SingleViewGroup)(nil),
123 }
124 var file_google_monitoring_dashboard_v1_single_view_group_proto_depIdxs = []int32{
125 0,
126 0,
127 0,
128 0,
129 0,
130 }
131
132 func init() { file_google_monitoring_dashboard_v1_single_view_group_proto_init() }
133 func file_google_monitoring_dashboard_v1_single_view_group_proto_init() {
134 if File_google_monitoring_dashboard_v1_single_view_group_proto != nil {
135 return
136 }
137 if !protoimpl.UnsafeEnabled {
138 file_google_monitoring_dashboard_v1_single_view_group_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
139 switch v := v.(*SingleViewGroup); i {
140 case 0:
141 return &v.state
142 case 1:
143 return &v.sizeCache
144 case 2:
145 return &v.unknownFields
146 default:
147 return nil
148 }
149 }
150 }
151 type x struct{}
152 out := protoimpl.TypeBuilder{
153 File: protoimpl.DescBuilder{
154 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
155 RawDescriptor: file_google_monitoring_dashboard_v1_single_view_group_proto_rawDesc,
156 NumEnums: 0,
157 NumMessages: 1,
158 NumExtensions: 0,
159 NumServices: 0,
160 },
161 GoTypes: file_google_monitoring_dashboard_v1_single_view_group_proto_goTypes,
162 DependencyIndexes: file_google_monitoring_dashboard_v1_single_view_group_proto_depIdxs,
163 MessageInfos: file_google_monitoring_dashboard_v1_single_view_group_proto_msgTypes,
164 }.Build()
165 File_google_monitoring_dashboard_v1_single_view_group_proto = out.File
166 file_google_monitoring_dashboard_v1_single_view_group_proto_rawDesc = nil
167 file_google_monitoring_dashboard_v1_single_view_group_proto_goTypes = nil
168 file_google_monitoring_dashboard_v1_single_view_group_proto_depIdxs = nil
169 }
170
View as plain text