1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 package logging
22
23 import (
24 reflect "reflect"
25 sync "sync"
26
27 status "google.golang.org/genproto/googleapis/rpc/status"
28 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
29 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
30 )
31
32 const (
33
34 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
35
36 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
37 )
38
39
40 type ImportFhirLogEntry struct {
41 state protoimpl.MessageState
42 sizeCache protoimpl.SizeCache
43 unknownFields protoimpl.UnknownFields
44
45
46
47
48 Source string `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
49
50 ResourceId string `protobuf:"bytes,2,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
51
52 Error *status.Status `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
53 }
54
55 func (x *ImportFhirLogEntry) Reset() {
56 *x = ImportFhirLogEntry{}
57 if protoimpl.UnsafeEnabled {
58 mi := &file_google_cloud_healthcare_logging_fhir_proto_msgTypes[0]
59 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
60 ms.StoreMessageInfo(mi)
61 }
62 }
63
64 func (x *ImportFhirLogEntry) String() string {
65 return protoimpl.X.MessageStringOf(x)
66 }
67
68 func (*ImportFhirLogEntry) ProtoMessage() {}
69
70 func (x *ImportFhirLogEntry) ProtoReflect() protoreflect.Message {
71 mi := &file_google_cloud_healthcare_logging_fhir_proto_msgTypes[0]
72 if protoimpl.UnsafeEnabled && x != nil {
73 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
74 if ms.LoadMessageInfo() == nil {
75 ms.StoreMessageInfo(mi)
76 }
77 return ms
78 }
79 return mi.MessageOf(x)
80 }
81
82
83 func (*ImportFhirLogEntry) Descriptor() ([]byte, []int) {
84 return file_google_cloud_healthcare_logging_fhir_proto_rawDescGZIP(), []int{0}
85 }
86
87 func (x *ImportFhirLogEntry) GetSource() string {
88 if x != nil {
89 return x.Source
90 }
91 return ""
92 }
93
94 func (x *ImportFhirLogEntry) GetResourceId() string {
95 if x != nil {
96 return x.ResourceId
97 }
98 return ""
99 }
100
101 func (x *ImportFhirLogEntry) GetError() *status.Status {
102 if x != nil {
103 return x.Error
104 }
105 return nil
106 }
107
108
109 type ExportFhirLogEntry struct {
110 state protoimpl.MessageState
111 sizeCache protoimpl.SizeCache
112 unknownFields protoimpl.UnknownFields
113
114
115
116
117 Destination string `protobuf:"bytes,1,opt,name=destination,proto3" json:"destination,omitempty"`
118
119
120 ResourceName string `protobuf:"bytes,3,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
121
122 Error *status.Status `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"`
123 }
124
125 func (x *ExportFhirLogEntry) Reset() {
126 *x = ExportFhirLogEntry{}
127 if protoimpl.UnsafeEnabled {
128 mi := &file_google_cloud_healthcare_logging_fhir_proto_msgTypes[1]
129 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
130 ms.StoreMessageInfo(mi)
131 }
132 }
133
134 func (x *ExportFhirLogEntry) String() string {
135 return protoimpl.X.MessageStringOf(x)
136 }
137
138 func (*ExportFhirLogEntry) ProtoMessage() {}
139
140 func (x *ExportFhirLogEntry) ProtoReflect() protoreflect.Message {
141 mi := &file_google_cloud_healthcare_logging_fhir_proto_msgTypes[1]
142 if protoimpl.UnsafeEnabled && x != nil {
143 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
144 if ms.LoadMessageInfo() == nil {
145 ms.StoreMessageInfo(mi)
146 }
147 return ms
148 }
149 return mi.MessageOf(x)
150 }
151
152
153 func (*ExportFhirLogEntry) Descriptor() ([]byte, []int) {
154 return file_google_cloud_healthcare_logging_fhir_proto_rawDescGZIP(), []int{1}
155 }
156
157 func (x *ExportFhirLogEntry) GetDestination() string {
158 if x != nil {
159 return x.Destination
160 }
161 return ""
162 }
163
164 func (x *ExportFhirLogEntry) GetResourceName() string {
165 if x != nil {
166 return x.ResourceName
167 }
168 return ""
169 }
170
171 func (x *ExportFhirLogEntry) GetError() *status.Status {
172 if x != nil {
173 return x.Error
174 }
175 return nil
176 }
177
178
179 type FhirConfigureSearchLogEntry struct {
180 state protoimpl.MessageState
181 sizeCache protoimpl.SizeCache
182 unknownFields protoimpl.UnknownFields
183
184
185 ResourceId string `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
186
187 Error *status.Status `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
188 }
189
190 func (x *FhirConfigureSearchLogEntry) Reset() {
191 *x = FhirConfigureSearchLogEntry{}
192 if protoimpl.UnsafeEnabled {
193 mi := &file_google_cloud_healthcare_logging_fhir_proto_msgTypes[2]
194 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
195 ms.StoreMessageInfo(mi)
196 }
197 }
198
199 func (x *FhirConfigureSearchLogEntry) String() string {
200 return protoimpl.X.MessageStringOf(x)
201 }
202
203 func (*FhirConfigureSearchLogEntry) ProtoMessage() {}
204
205 func (x *FhirConfigureSearchLogEntry) ProtoReflect() protoreflect.Message {
206 mi := &file_google_cloud_healthcare_logging_fhir_proto_msgTypes[2]
207 if protoimpl.UnsafeEnabled && x != nil {
208 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
209 if ms.LoadMessageInfo() == nil {
210 ms.StoreMessageInfo(mi)
211 }
212 return ms
213 }
214 return mi.MessageOf(x)
215 }
216
217
218 func (*FhirConfigureSearchLogEntry) Descriptor() ([]byte, []int) {
219 return file_google_cloud_healthcare_logging_fhir_proto_rawDescGZIP(), []int{2}
220 }
221
222 func (x *FhirConfigureSearchLogEntry) GetResourceId() string {
223 if x != nil {
224 return x.ResourceId
225 }
226 return ""
227 }
228
229 func (x *FhirConfigureSearchLogEntry) GetError() *status.Status {
230 if x != nil {
231 return x.Error
232 }
233 return nil
234 }
235
236
237 type FhirNotificationLogEntry struct {
238 state protoimpl.MessageState
239 sizeCache protoimpl.SizeCache
240 unknownFields protoimpl.UnknownFields
241
242
243
244 ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
245
246 PubsubTopic string `protobuf:"bytes,2,opt,name=pubsub_topic,json=pubsubTopic,proto3" json:"pubsub_topic,omitempty"`
247
248 Error *status.Status `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
249 }
250
251 func (x *FhirNotificationLogEntry) Reset() {
252 *x = FhirNotificationLogEntry{}
253 if protoimpl.UnsafeEnabled {
254 mi := &file_google_cloud_healthcare_logging_fhir_proto_msgTypes[3]
255 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
256 ms.StoreMessageInfo(mi)
257 }
258 }
259
260 func (x *FhirNotificationLogEntry) String() string {
261 return protoimpl.X.MessageStringOf(x)
262 }
263
264 func (*FhirNotificationLogEntry) ProtoMessage() {}
265
266 func (x *FhirNotificationLogEntry) ProtoReflect() protoreflect.Message {
267 mi := &file_google_cloud_healthcare_logging_fhir_proto_msgTypes[3]
268 if protoimpl.UnsafeEnabled && x != nil {
269 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
270 if ms.LoadMessageInfo() == nil {
271 ms.StoreMessageInfo(mi)
272 }
273 return ms
274 }
275 return mi.MessageOf(x)
276 }
277
278
279 func (*FhirNotificationLogEntry) Descriptor() ([]byte, []int) {
280 return file_google_cloud_healthcare_logging_fhir_proto_rawDescGZIP(), []int{3}
281 }
282
283 func (x *FhirNotificationLogEntry) GetResourceName() string {
284 if x != nil {
285 return x.ResourceName
286 }
287 return ""
288 }
289
290 func (x *FhirNotificationLogEntry) GetPubsubTopic() string {
291 if x != nil {
292 return x.PubsubTopic
293 }
294 return ""
295 }
296
297 func (x *FhirNotificationLogEntry) GetError() *status.Status {
298 if x != nil {
299 return x.Error
300 }
301 return nil
302 }
303
304
305 type FhirStreamLogEntry struct {
306 state protoimpl.MessageState
307 sizeCache protoimpl.SizeCache
308 unknownFields protoimpl.UnknownFields
309
310
311
312 ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
313
314
315 Destination string `protobuf:"bytes,2,opt,name=destination,proto3" json:"destination,omitempty"`
316
317 Error *status.Status `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
318 }
319
320 func (x *FhirStreamLogEntry) Reset() {
321 *x = FhirStreamLogEntry{}
322 if protoimpl.UnsafeEnabled {
323 mi := &file_google_cloud_healthcare_logging_fhir_proto_msgTypes[4]
324 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
325 ms.StoreMessageInfo(mi)
326 }
327 }
328
329 func (x *FhirStreamLogEntry) String() string {
330 return protoimpl.X.MessageStringOf(x)
331 }
332
333 func (*FhirStreamLogEntry) ProtoMessage() {}
334
335 func (x *FhirStreamLogEntry) ProtoReflect() protoreflect.Message {
336 mi := &file_google_cloud_healthcare_logging_fhir_proto_msgTypes[4]
337 if protoimpl.UnsafeEnabled && x != nil {
338 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
339 if ms.LoadMessageInfo() == nil {
340 ms.StoreMessageInfo(mi)
341 }
342 return ms
343 }
344 return mi.MessageOf(x)
345 }
346
347
348 func (*FhirStreamLogEntry) Descriptor() ([]byte, []int) {
349 return file_google_cloud_healthcare_logging_fhir_proto_rawDescGZIP(), []int{4}
350 }
351
352 func (x *FhirStreamLogEntry) GetResourceName() string {
353 if x != nil {
354 return x.ResourceName
355 }
356 return ""
357 }
358
359 func (x *FhirStreamLogEntry) GetDestination() string {
360 if x != nil {
361 return x.Destination
362 }
363 return ""
364 }
365
366 func (x *FhirStreamLogEntry) GetError() *status.Status {
367 if x != nil {
368 return x.Error
369 }
370 return nil
371 }
372
373
374 type FhirDeidentifyStreamToStoreLogEntry struct {
375 state protoimpl.MessageState
376 sizeCache protoimpl.SizeCache
377 unknownFields protoimpl.UnknownFields
378
379
380
381 ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
382
383
384 Destination string `protobuf:"bytes,2,opt,name=destination,proto3" json:"destination,omitempty"`
385
386 Error *status.Status `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
387 }
388
389 func (x *FhirDeidentifyStreamToStoreLogEntry) Reset() {
390 *x = FhirDeidentifyStreamToStoreLogEntry{}
391 if protoimpl.UnsafeEnabled {
392 mi := &file_google_cloud_healthcare_logging_fhir_proto_msgTypes[5]
393 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
394 ms.StoreMessageInfo(mi)
395 }
396 }
397
398 func (x *FhirDeidentifyStreamToStoreLogEntry) String() string {
399 return protoimpl.X.MessageStringOf(x)
400 }
401
402 func (*FhirDeidentifyStreamToStoreLogEntry) ProtoMessage() {}
403
404 func (x *FhirDeidentifyStreamToStoreLogEntry) ProtoReflect() protoreflect.Message {
405 mi := &file_google_cloud_healthcare_logging_fhir_proto_msgTypes[5]
406 if protoimpl.UnsafeEnabled && x != nil {
407 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
408 if ms.LoadMessageInfo() == nil {
409 ms.StoreMessageInfo(mi)
410 }
411 return ms
412 }
413 return mi.MessageOf(x)
414 }
415
416
417 func (*FhirDeidentifyStreamToStoreLogEntry) Descriptor() ([]byte, []int) {
418 return file_google_cloud_healthcare_logging_fhir_proto_rawDescGZIP(), []int{5}
419 }
420
421 func (x *FhirDeidentifyStreamToStoreLogEntry) GetResourceName() string {
422 if x != nil {
423 return x.ResourceName
424 }
425 return ""
426 }
427
428 func (x *FhirDeidentifyStreamToStoreLogEntry) GetDestination() string {
429 if x != nil {
430 return x.Destination
431 }
432 return ""
433 }
434
435 func (x *FhirDeidentifyStreamToStoreLogEntry) GetError() *status.Status {
436 if x != nil {
437 return x.Error
438 }
439 return nil
440 }
441
442 var File_google_cloud_healthcare_logging_fhir_proto protoreflect.FileDescriptor
443
444 var file_google_cloud_healthcare_logging_fhir_proto_rawDesc = []byte{
445 0x0a, 0x2a, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x68,
446 0x65, 0x61, 0x6c, 0x74, 0x68, 0x63, 0x61, 0x72, 0x65, 0x2f, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e,
447 0x67, 0x2f, 0x66, 0x68, 0x69, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1f, 0x67, 0x6f,
448 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x68, 0x65, 0x61, 0x6c, 0x74,
449 0x68, 0x63, 0x61, 0x72, 0x65, 0x2e, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x1a, 0x17, 0x67,
450 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x72, 0x70, 0x63, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73,
451 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x77, 0x0a, 0x12, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74,
452 0x46, 0x68, 0x69, 0x72, 0x4c, 0x6f, 0x67, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x16, 0x0a, 0x06,
453 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x6f,
454 0x75, 0x72, 0x63, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65,
455 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x72, 0x65, 0x73, 0x6f, 0x75,
456 0x72, 0x63, 0x65, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x03,
457 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x72, 0x70,
458 0x63, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x22,
459 0x85, 0x01, 0x0a, 0x12, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x46, 0x68, 0x69, 0x72, 0x4c, 0x6f,
460 0x67, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e,
461 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73,
462 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x73, 0x6f,
463 0x75, 0x72, 0x63, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
464 0x0c, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x28, 0x0a,
465 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x67,
466 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73,
467 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x22, 0x68, 0x0a, 0x1b, 0x46, 0x68, 0x69, 0x72, 0x43,
468 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x65, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4c, 0x6f,
469 0x67, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x1f, 0x0a, 0x0b, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72,
470 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x72, 0x65, 0x73,
471 0x6f, 0x75, 0x72, 0x63, 0x65, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72,
472 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
473 0x72, 0x70, 0x63, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f,
474 0x72, 0x22, 0x8c, 0x01, 0x0a, 0x18, 0x46, 0x68, 0x69, 0x72, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69,
475 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x6f, 0x67, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x23,
476 0x0a, 0x0d, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18,
477 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4e,
478 0x61, 0x6d, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x70, 0x75, 0x62, 0x73, 0x75, 0x62, 0x5f, 0x74, 0x6f,
479 0x70, 0x69, 0x63, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x75, 0x62, 0x73, 0x75,
480 0x62, 0x54, 0x6f, 0x70, 0x69, 0x63, 0x12, 0x28, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18,
481 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x72,
482 0x70, 0x63, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72,
483 0x22, 0x85, 0x01, 0x0a, 0x12, 0x46, 0x68, 0x69, 0x72, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x4c,
484 0x6f, 0x67, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x73, 0x6f, 0x75,
485 0x72, 0x63, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c,
486 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b,
487 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28,
488 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x28,
489 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e,
490 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75,
491 0x73, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x22, 0x96, 0x01, 0x0a, 0x23, 0x46, 0x68, 0x69,
492 0x72, 0x44, 0x65, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x53, 0x74, 0x72, 0x65, 0x61,
493 0x6d, 0x54, 0x6f, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x4c, 0x6f, 0x67, 0x45, 0x6e, 0x74, 0x72, 0x79,
494 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x6e, 0x61, 0x6d,
495 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63,
496 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61,
497 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x74,
498 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x28, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72,
499 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
500 0x72, 0x70, 0x63, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f,
501 0x72, 0x42, 0x6d, 0x0a, 0x23, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
502 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x68, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x63, 0x61, 0x72, 0x65,
503 0x2e, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x5a, 0x46, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
504 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x67, 0x65, 0x6e, 0x70,
505 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2f,
506 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x68, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x63, 0x61, 0x72, 0x65,
507 0x2f, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x3b, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67,
508 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
509 }
510
511 var (
512 file_google_cloud_healthcare_logging_fhir_proto_rawDescOnce sync.Once
513 file_google_cloud_healthcare_logging_fhir_proto_rawDescData = file_google_cloud_healthcare_logging_fhir_proto_rawDesc
514 )
515
516 func file_google_cloud_healthcare_logging_fhir_proto_rawDescGZIP() []byte {
517 file_google_cloud_healthcare_logging_fhir_proto_rawDescOnce.Do(func() {
518 file_google_cloud_healthcare_logging_fhir_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_cloud_healthcare_logging_fhir_proto_rawDescData)
519 })
520 return file_google_cloud_healthcare_logging_fhir_proto_rawDescData
521 }
522
523 var file_google_cloud_healthcare_logging_fhir_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
524 var file_google_cloud_healthcare_logging_fhir_proto_goTypes = []interface{}{
525 (*ImportFhirLogEntry)(nil),
526 (*ExportFhirLogEntry)(nil),
527 (*FhirConfigureSearchLogEntry)(nil),
528 (*FhirNotificationLogEntry)(nil),
529 (*FhirStreamLogEntry)(nil),
530 (*FhirDeidentifyStreamToStoreLogEntry)(nil),
531 (*status.Status)(nil),
532 }
533 var file_google_cloud_healthcare_logging_fhir_proto_depIdxs = []int32{
534 6,
535 6,
536 6,
537 6,
538 6,
539 6,
540 6,
541 6,
542 6,
543 6,
544 0,
545 }
546
547 func init() { file_google_cloud_healthcare_logging_fhir_proto_init() }
548 func file_google_cloud_healthcare_logging_fhir_proto_init() {
549 if File_google_cloud_healthcare_logging_fhir_proto != nil {
550 return
551 }
552 if !protoimpl.UnsafeEnabled {
553 file_google_cloud_healthcare_logging_fhir_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
554 switch v := v.(*ImportFhirLogEntry); i {
555 case 0:
556 return &v.state
557 case 1:
558 return &v.sizeCache
559 case 2:
560 return &v.unknownFields
561 default:
562 return nil
563 }
564 }
565 file_google_cloud_healthcare_logging_fhir_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
566 switch v := v.(*ExportFhirLogEntry); i {
567 case 0:
568 return &v.state
569 case 1:
570 return &v.sizeCache
571 case 2:
572 return &v.unknownFields
573 default:
574 return nil
575 }
576 }
577 file_google_cloud_healthcare_logging_fhir_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
578 switch v := v.(*FhirConfigureSearchLogEntry); i {
579 case 0:
580 return &v.state
581 case 1:
582 return &v.sizeCache
583 case 2:
584 return &v.unknownFields
585 default:
586 return nil
587 }
588 }
589 file_google_cloud_healthcare_logging_fhir_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
590 switch v := v.(*FhirNotificationLogEntry); i {
591 case 0:
592 return &v.state
593 case 1:
594 return &v.sizeCache
595 case 2:
596 return &v.unknownFields
597 default:
598 return nil
599 }
600 }
601 file_google_cloud_healthcare_logging_fhir_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
602 switch v := v.(*FhirStreamLogEntry); i {
603 case 0:
604 return &v.state
605 case 1:
606 return &v.sizeCache
607 case 2:
608 return &v.unknownFields
609 default:
610 return nil
611 }
612 }
613 file_google_cloud_healthcare_logging_fhir_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
614 switch v := v.(*FhirDeidentifyStreamToStoreLogEntry); i {
615 case 0:
616 return &v.state
617 case 1:
618 return &v.sizeCache
619 case 2:
620 return &v.unknownFields
621 default:
622 return nil
623 }
624 }
625 }
626 type x struct{}
627 out := protoimpl.TypeBuilder{
628 File: protoimpl.DescBuilder{
629 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
630 RawDescriptor: file_google_cloud_healthcare_logging_fhir_proto_rawDesc,
631 NumEnums: 0,
632 NumMessages: 6,
633 NumExtensions: 0,
634 NumServices: 0,
635 },
636 GoTypes: file_google_cloud_healthcare_logging_fhir_proto_goTypes,
637 DependencyIndexes: file_google_cloud_healthcare_logging_fhir_proto_depIdxs,
638 MessageInfos: file_google_cloud_healthcare_logging_fhir_proto_msgTypes,
639 }.Build()
640 File_google_cloud_healthcare_logging_fhir_proto = out.File
641 file_google_cloud_healthcare_logging_fhir_proto_rawDesc = nil
642 file_google_cloud_healthcare_logging_fhir_proto_goTypes = nil
643 file_google_cloud_healthcare_logging_fhir_proto_depIdxs = nil
644 }
645
View as plain text