google-apis-healthcare_v1beta1 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,28 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ module Google
16
+ module Apis
17
+ module HealthcareV1beta1
18
+ # Version of the google-apis-healthcare_v1beta1 gem
19
+ GEM_VERSION = "0.1.0"
20
+
21
+ # Version of the code generator used to generate this client
22
+ GENERATOR_VERSION = "0.1.1"
23
+
24
+ # Revision of the discovery document this client was generated from
25
+ REVISION = "20201202"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,2415 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'date'
16
+ require 'google/apis/core/base_service'
17
+ require 'google/apis/core/json_representation'
18
+ require 'google/apis/core/hashable'
19
+ require 'google/apis/errors'
20
+
21
+ module Google
22
+ module Apis
23
+ module HealthcareV1beta1
24
+
25
+ class ActivateConsentRequest
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class AnalyzeEntitiesRequest
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class AnalyzeEntitiesResponse
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class Annotation
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class AnnotationConfig
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class AnnotationSource
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class AnnotationStore
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class ArchiveUserDataMappingRequest
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class ArchiveUserDataMappingResponse
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class Attribute
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class AttributeDefinition
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class AuditConfig
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class AuditLogConfig
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class Binding
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class BoundingPoly
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class CancelOperationRequest
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class CharacterMaskConfig
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class CheckDataAccessRequest
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class CheckDataAccessResponse
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class CloudHealthcareSource
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class Consent
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class ConsentArtifact
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class ConsentEvaluation
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class ConsentList
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class ConsentStore
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class CreateMessageRequest
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class CryptoHashConfig
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class Dataset
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class DateShiftConfig
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class DeidentifyConfig
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class DeidentifyDatasetRequest
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class DeidentifyDicomStoreRequest
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class DeidentifyFhirStoreRequest
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class DeidentifySummary
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class Detail
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class DicomConfig
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class DicomFilterConfig
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class DicomStore
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class Empty
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class Entity
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class EntityMention
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class EntityMentionRelationship
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class EvaluateAnnotationStoreRequest
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class EvaluateAnnotationStoreResponse
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class EvaluateUserConsentsRequest
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class EvaluateUserConsentsResponse
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class ExportAnnotationsRequest
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class ExportAnnotationsResponse
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class ExportDicomDataRequest
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class ExportDicomDataResponse
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class ExportMessagesRequest
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class ExportResourcesRequest
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class Expr
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class Feature
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class FhirConfig
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class FhirFilter
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class FhirStore
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
367
+ class Field
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
373
+ class FieldMetadata
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
379
+ class FilterList
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class Finding
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class GcsDestination
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class GcsSource
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
403
+ class GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
409
+ class GoogleCloudHealthcareV1beta1AnnotationGcsDestination
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
415
+ class GoogleCloudHealthcareV1beta1AnnotationGcsSource
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
421
+ class GoogleCloudHealthcareV1beta1ConsentGcsDestination
422
+ class Representation < Google::Apis::Core::JsonRepresentation; end
423
+
424
+ include Google::Apis::Core::JsonObjectSupport
425
+ end
426
+
427
+ class GoogleCloudHealthcareV1beta1ConsentPolicy
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
433
+ class GoogleCloudHealthcareV1beta1DeidentifyDeidentifyDicomStoreSummary
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class GoogleCloudHealthcareV1beta1DeidentifyDeidentifyFhirStoreSummary
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
445
+ class GoogleCloudHealthcareV1beta1DicomBigQueryDestination
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
451
+ class GoogleCloudHealthcareV1beta1DicomGcsDestination
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
457
+ class GoogleCloudHealthcareV1beta1DicomGcsSource
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
463
+ class GoogleCloudHealthcareV1beta1DicomStreamConfig
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
469
+ class GoogleCloudHealthcareV1beta1FhirBigQueryDestination
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
475
+ class GoogleCloudHealthcareV1beta1FhirExportResourcesResponse
476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
477
+
478
+ include Google::Apis::Core::JsonObjectSupport
479
+ end
480
+
481
+ class GoogleCloudHealthcareV1beta1FhirGcsDestination
482
+ class Representation < Google::Apis::Core::JsonRepresentation; end
483
+
484
+ include Google::Apis::Core::JsonObjectSupport
485
+ end
486
+
487
+ class GoogleCloudHealthcareV1beta1FhirGcsSource
488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
493
+ class GoogleCloudHealthcareV1beta1FhirImportResourcesResponse
494
+ class Representation < Google::Apis::Core::JsonRepresentation; end
495
+
496
+ include Google::Apis::Core::JsonObjectSupport
497
+ end
498
+
499
+ class GoogleCloudHealthcareV1beta1FhirRestExportResourcesErrorDetails
500
+ class Representation < Google::Apis::Core::JsonRepresentation; end
501
+
502
+ include Google::Apis::Core::JsonObjectSupport
503
+ end
504
+
505
+ class GoogleCloudHealthcareV1beta1FhirRestExportResourcesResponse
506
+ class Representation < Google::Apis::Core::JsonRepresentation; end
507
+
508
+ include Google::Apis::Core::JsonObjectSupport
509
+ end
510
+
511
+ class GoogleCloudHealthcareV1beta1FhirRestImportResourcesErrorDetails
512
+ class Representation < Google::Apis::Core::JsonRepresentation; end
513
+
514
+ include Google::Apis::Core::JsonObjectSupport
515
+ end
516
+
517
+ class GoogleCloudHealthcareV1beta1FhirRestImportResourcesResponse
518
+ class Representation < Google::Apis::Core::JsonRepresentation; end
519
+
520
+ include Google::Apis::Core::JsonObjectSupport
521
+ end
522
+
523
+ class GroupOrSegment
524
+ class Representation < Google::Apis::Core::JsonRepresentation; end
525
+
526
+ include Google::Apis::Core::JsonObjectSupport
527
+ end
528
+
529
+ class Hl7SchemaConfig
530
+ class Representation < Google::Apis::Core::JsonRepresentation; end
531
+
532
+ include Google::Apis::Core::JsonObjectSupport
533
+ end
534
+
535
+ class Hl7TypesConfig
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
541
+ class Hl7V2NotificationConfig
542
+ class Representation < Google::Apis::Core::JsonRepresentation; end
543
+
544
+ include Google::Apis::Core::JsonObjectSupport
545
+ end
546
+
547
+ class Hl7V2Store
548
+ class Representation < Google::Apis::Core::JsonRepresentation; end
549
+
550
+ include Google::Apis::Core::JsonObjectSupport
551
+ end
552
+
553
+ class HttpBody
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
559
+ class Image
560
+ class Representation < Google::Apis::Core::JsonRepresentation; end
561
+
562
+ include Google::Apis::Core::JsonObjectSupport
563
+ end
564
+
565
+ class ImageAnnotation
566
+ class Representation < Google::Apis::Core::JsonRepresentation; end
567
+
568
+ include Google::Apis::Core::JsonObjectSupport
569
+ end
570
+
571
+ class ImageConfig
572
+ class Representation < Google::Apis::Core::JsonRepresentation; end
573
+
574
+ include Google::Apis::Core::JsonObjectSupport
575
+ end
576
+
577
+ class ImportAnnotationsRequest
578
+ class Representation < Google::Apis::Core::JsonRepresentation; end
579
+
580
+ include Google::Apis::Core::JsonObjectSupport
581
+ end
582
+
583
+ class ImportAnnotationsResponse
584
+ class Representation < Google::Apis::Core::JsonRepresentation; end
585
+
586
+ include Google::Apis::Core::JsonObjectSupport
587
+ end
588
+
589
+ class ImportDicomDataRequest
590
+ class Representation < Google::Apis::Core::JsonRepresentation; end
591
+
592
+ include Google::Apis::Core::JsonObjectSupport
593
+ end
594
+
595
+ class ImportDicomDataResponse
596
+ class Representation < Google::Apis::Core::JsonRepresentation; end
597
+
598
+ include Google::Apis::Core::JsonObjectSupport
599
+ end
600
+
601
+ class ImportMessagesRequest
602
+ class Representation < Google::Apis::Core::JsonRepresentation; end
603
+
604
+ include Google::Apis::Core::JsonObjectSupport
605
+ end
606
+
607
+ class ImportMessagesResponse
608
+ class Representation < Google::Apis::Core::JsonRepresentation; end
609
+
610
+ include Google::Apis::Core::JsonObjectSupport
611
+ end
612
+
613
+ class ImportResourcesRequest
614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
615
+
616
+ include Google::Apis::Core::JsonObjectSupport
617
+ end
618
+
619
+ class InfoTypeConfig
620
+ class Representation < Google::Apis::Core::JsonRepresentation; end
621
+
622
+ include Google::Apis::Core::JsonObjectSupport
623
+ end
624
+
625
+ class InfoTypeTransformation
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+
628
+ include Google::Apis::Core::JsonObjectSupport
629
+ end
630
+
631
+ class IngestMessageRequest
632
+ class Representation < Google::Apis::Core::JsonRepresentation; end
633
+
634
+ include Google::Apis::Core::JsonObjectSupport
635
+ end
636
+
637
+ class IngestMessageResponse
638
+ class Representation < Google::Apis::Core::JsonRepresentation; end
639
+
640
+ include Google::Apis::Core::JsonObjectSupport
641
+ end
642
+
643
+ class LinkedEntity
644
+ class Representation < Google::Apis::Core::JsonRepresentation; end
645
+
646
+ include Google::Apis::Core::JsonObjectSupport
647
+ end
648
+
649
+ class ListAnnotationStoresResponse
650
+ class Representation < Google::Apis::Core::JsonRepresentation; end
651
+
652
+ include Google::Apis::Core::JsonObjectSupport
653
+ end
654
+
655
+ class ListAnnotationsResponse
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
661
+ class ListAttributeDefinitionsResponse
662
+ class Representation < Google::Apis::Core::JsonRepresentation; end
663
+
664
+ include Google::Apis::Core::JsonObjectSupport
665
+ end
666
+
667
+ class ListConsentArtifactsResponse
668
+ class Representation < Google::Apis::Core::JsonRepresentation; end
669
+
670
+ include Google::Apis::Core::JsonObjectSupport
671
+ end
672
+
673
+ class ListConsentRevisionsResponse
674
+ class Representation < Google::Apis::Core::JsonRepresentation; end
675
+
676
+ include Google::Apis::Core::JsonObjectSupport
677
+ end
678
+
679
+ class ListConsentStoresResponse
680
+ class Representation < Google::Apis::Core::JsonRepresentation; end
681
+
682
+ include Google::Apis::Core::JsonObjectSupport
683
+ end
684
+
685
+ class ListConsentsResponse
686
+ class Representation < Google::Apis::Core::JsonRepresentation; end
687
+
688
+ include Google::Apis::Core::JsonObjectSupport
689
+ end
690
+
691
+ class ListDatasetsResponse
692
+ class Representation < Google::Apis::Core::JsonRepresentation; end
693
+
694
+ include Google::Apis::Core::JsonObjectSupport
695
+ end
696
+
697
+ class ListDicomStoresResponse
698
+ class Representation < Google::Apis::Core::JsonRepresentation; end
699
+
700
+ include Google::Apis::Core::JsonObjectSupport
701
+ end
702
+
703
+ class ListFhirStoresResponse
704
+ class Representation < Google::Apis::Core::JsonRepresentation; end
705
+
706
+ include Google::Apis::Core::JsonObjectSupport
707
+ end
708
+
709
+ class ListHl7V2StoresResponse
710
+ class Representation < Google::Apis::Core::JsonRepresentation; end
711
+
712
+ include Google::Apis::Core::JsonObjectSupport
713
+ end
714
+
715
+ class ListLocationsResponse
716
+ class Representation < Google::Apis::Core::JsonRepresentation; end
717
+
718
+ include Google::Apis::Core::JsonObjectSupport
719
+ end
720
+
721
+ class ListMessagesResponse
722
+ class Representation < Google::Apis::Core::JsonRepresentation; end
723
+
724
+ include Google::Apis::Core::JsonObjectSupport
725
+ end
726
+
727
+ class ListOperationsResponse
728
+ class Representation < Google::Apis::Core::JsonRepresentation; end
729
+
730
+ include Google::Apis::Core::JsonObjectSupport
731
+ end
732
+
733
+ class ListUserDataMappingsResponse
734
+ class Representation < Google::Apis::Core::JsonRepresentation; end
735
+
736
+ include Google::Apis::Core::JsonObjectSupport
737
+ end
738
+
739
+ class Location
740
+ class Representation < Google::Apis::Core::JsonRepresentation; end
741
+
742
+ include Google::Apis::Core::JsonObjectSupport
743
+ end
744
+
745
+ class Message
746
+ class Representation < Google::Apis::Core::JsonRepresentation; end
747
+
748
+ include Google::Apis::Core::JsonObjectSupport
749
+ end
750
+
751
+ class NotificationConfig
752
+ class Representation < Google::Apis::Core::JsonRepresentation; end
753
+
754
+ include Google::Apis::Core::JsonObjectSupport
755
+ end
756
+
757
+ class Operation
758
+ class Representation < Google::Apis::Core::JsonRepresentation; end
759
+
760
+ include Google::Apis::Core::JsonObjectSupport
761
+ end
762
+
763
+ class OperationMetadata
764
+ class Representation < Google::Apis::Core::JsonRepresentation; end
765
+
766
+ include Google::Apis::Core::JsonObjectSupport
767
+ end
768
+
769
+ class ParsedData
770
+ class Representation < Google::Apis::Core::JsonRepresentation; end
771
+
772
+ include Google::Apis::Core::JsonObjectSupport
773
+ end
774
+
775
+ class ParserConfig
776
+ class Representation < Google::Apis::Core::JsonRepresentation; end
777
+
778
+ include Google::Apis::Core::JsonObjectSupport
779
+ end
780
+
781
+ class PatientId
782
+ class Representation < Google::Apis::Core::JsonRepresentation; end
783
+
784
+ include Google::Apis::Core::JsonObjectSupport
785
+ end
786
+
787
+ class Policy
788
+ class Representation < Google::Apis::Core::JsonRepresentation; end
789
+
790
+ include Google::Apis::Core::JsonObjectSupport
791
+ end
792
+
793
+ class ProgressCounter
794
+ class Representation < Google::Apis::Core::JsonRepresentation; end
795
+
796
+ include Google::Apis::Core::JsonObjectSupport
797
+ end
798
+
799
+ class QueryAccessibleDataRequest
800
+ class Representation < Google::Apis::Core::JsonRepresentation; end
801
+
802
+ include Google::Apis::Core::JsonObjectSupport
803
+ end
804
+
805
+ class RedactConfig
806
+ class Representation < Google::Apis::Core::JsonRepresentation; end
807
+
808
+ include Google::Apis::Core::JsonObjectSupport
809
+ end
810
+
811
+ class RejectConsentRequest
812
+ class Representation < Google::Apis::Core::JsonRepresentation; end
813
+
814
+ include Google::Apis::Core::JsonObjectSupport
815
+ end
816
+
817
+ class ReplaceWithInfoTypeConfig
818
+ class Representation < Google::Apis::Core::JsonRepresentation; end
819
+
820
+ include Google::Apis::Core::JsonObjectSupport
821
+ end
822
+
823
+ class ResourceAnnotation
824
+ class Representation < Google::Apis::Core::JsonRepresentation; end
825
+
826
+ include Google::Apis::Core::JsonObjectSupport
827
+ end
828
+
829
+ class Resources
830
+ class Representation < Google::Apis::Core::JsonRepresentation; end
831
+
832
+ include Google::Apis::Core::JsonObjectSupport
833
+ end
834
+
835
+ class Result
836
+ class Representation < Google::Apis::Core::JsonRepresentation; end
837
+
838
+ include Google::Apis::Core::JsonObjectSupport
839
+ end
840
+
841
+ class RevokeConsentRequest
842
+ class Representation < Google::Apis::Core::JsonRepresentation; end
843
+
844
+ include Google::Apis::Core::JsonObjectSupport
845
+ end
846
+
847
+ class SchemaConfig
848
+ class Representation < Google::Apis::Core::JsonRepresentation; end
849
+
850
+ include Google::Apis::Core::JsonObjectSupport
851
+ end
852
+
853
+ class SchemaGroup
854
+ class Representation < Google::Apis::Core::JsonRepresentation; end
855
+
856
+ include Google::Apis::Core::JsonObjectSupport
857
+ end
858
+
859
+ class SchemaPackage
860
+ class Representation < Google::Apis::Core::JsonRepresentation; end
861
+
862
+ include Google::Apis::Core::JsonObjectSupport
863
+ end
864
+
865
+ class SchemaSegment
866
+ class Representation < Google::Apis::Core::JsonRepresentation; end
867
+
868
+ include Google::Apis::Core::JsonObjectSupport
869
+ end
870
+
871
+ class SchematizedData
872
+ class Representation < Google::Apis::Core::JsonRepresentation; end
873
+
874
+ include Google::Apis::Core::JsonObjectSupport
875
+ end
876
+
877
+ class SearchResourcesRequest
878
+ class Representation < Google::Apis::Core::JsonRepresentation; end
879
+
880
+ include Google::Apis::Core::JsonObjectSupport
881
+ end
882
+
883
+ class Segment
884
+ class Representation < Google::Apis::Core::JsonRepresentation; end
885
+
886
+ include Google::Apis::Core::JsonObjectSupport
887
+ end
888
+
889
+ class SensitiveTextAnnotation
890
+ class Representation < Google::Apis::Core::JsonRepresentation; end
891
+
892
+ include Google::Apis::Core::JsonObjectSupport
893
+ end
894
+
895
+ class SetIamPolicyRequest
896
+ class Representation < Google::Apis::Core::JsonRepresentation; end
897
+
898
+ include Google::Apis::Core::JsonObjectSupport
899
+ end
900
+
901
+ class Signature
902
+ class Representation < Google::Apis::Core::JsonRepresentation; end
903
+
904
+ include Google::Apis::Core::JsonObjectSupport
905
+ end
906
+
907
+ class Status
908
+ class Representation < Google::Apis::Core::JsonRepresentation; end
909
+
910
+ include Google::Apis::Core::JsonObjectSupport
911
+ end
912
+
913
+ class StreamConfig
914
+ class Representation < Google::Apis::Core::JsonRepresentation; end
915
+
916
+ include Google::Apis::Core::JsonObjectSupport
917
+ end
918
+
919
+ class TagFilterList
920
+ class Representation < Google::Apis::Core::JsonRepresentation; end
921
+
922
+ include Google::Apis::Core::JsonObjectSupport
923
+ end
924
+
925
+ class TestIamPermissionsRequest
926
+ class Representation < Google::Apis::Core::JsonRepresentation; end
927
+
928
+ include Google::Apis::Core::JsonObjectSupport
929
+ end
930
+
931
+ class TestIamPermissionsResponse
932
+ class Representation < Google::Apis::Core::JsonRepresentation; end
933
+
934
+ include Google::Apis::Core::JsonObjectSupport
935
+ end
936
+
937
+ class TextConfig
938
+ class Representation < Google::Apis::Core::JsonRepresentation; end
939
+
940
+ include Google::Apis::Core::JsonObjectSupport
941
+ end
942
+
943
+ class TextSpan
944
+ class Representation < Google::Apis::Core::JsonRepresentation; end
945
+
946
+ include Google::Apis::Core::JsonObjectSupport
947
+ end
948
+
949
+ class Type
950
+ class Representation < Google::Apis::Core::JsonRepresentation; end
951
+
952
+ include Google::Apis::Core::JsonObjectSupport
953
+ end
954
+
955
+ class UserDataMapping
956
+ class Representation < Google::Apis::Core::JsonRepresentation; end
957
+
958
+ include Google::Apis::Core::JsonObjectSupport
959
+ end
960
+
961
+ class VersionSource
962
+ class Representation < Google::Apis::Core::JsonRepresentation; end
963
+
964
+ include Google::Apis::Core::JsonObjectSupport
965
+ end
966
+
967
+ class Vertex
968
+ class Representation < Google::Apis::Core::JsonRepresentation; end
969
+
970
+ include Google::Apis::Core::JsonObjectSupport
971
+ end
972
+
973
+ class ActivateConsentRequest
974
+ # @private
975
+ class Representation < Google::Apis::Core::JsonRepresentation
976
+ property :consent_artifact, as: 'consentArtifact'
977
+ property :expire_time, as: 'expireTime'
978
+ property :ttl, as: 'ttl'
979
+ end
980
+ end
981
+
982
+ class AnalyzeEntitiesRequest
983
+ # @private
984
+ class Representation < Google::Apis::Core::JsonRepresentation
985
+ property :document_content, as: 'documentContent'
986
+ end
987
+ end
988
+
989
+ class AnalyzeEntitiesResponse
990
+ # @private
991
+ class Representation < Google::Apis::Core::JsonRepresentation
992
+ collection :entities, as: 'entities', class: Google::Apis::HealthcareV1beta1::Entity, decorator: Google::Apis::HealthcareV1beta1::Entity::Representation
993
+
994
+ collection :entity_mentions, as: 'entityMentions', class: Google::Apis::HealthcareV1beta1::EntityMention, decorator: Google::Apis::HealthcareV1beta1::EntityMention::Representation
995
+
996
+ collection :relationships, as: 'relationships', class: Google::Apis::HealthcareV1beta1::EntityMentionRelationship, decorator: Google::Apis::HealthcareV1beta1::EntityMentionRelationship::Representation
997
+
998
+ end
999
+ end
1000
+
1001
+ class Annotation
1002
+ # @private
1003
+ class Representation < Google::Apis::Core::JsonRepresentation
1004
+ property :annotation_source, as: 'annotationSource', class: Google::Apis::HealthcareV1beta1::AnnotationSource, decorator: Google::Apis::HealthcareV1beta1::AnnotationSource::Representation
1005
+
1006
+ hash :custom_data, as: 'customData'
1007
+ property :image_annotation, as: 'imageAnnotation', class: Google::Apis::HealthcareV1beta1::ImageAnnotation, decorator: Google::Apis::HealthcareV1beta1::ImageAnnotation::Representation
1008
+
1009
+ property :name, as: 'name'
1010
+ property :resource_annotation, as: 'resourceAnnotation', class: Google::Apis::HealthcareV1beta1::ResourceAnnotation, decorator: Google::Apis::HealthcareV1beta1::ResourceAnnotation::Representation
1011
+
1012
+ property :text_annotation, as: 'textAnnotation', class: Google::Apis::HealthcareV1beta1::SensitiveTextAnnotation, decorator: Google::Apis::HealthcareV1beta1::SensitiveTextAnnotation::Representation
1013
+
1014
+ end
1015
+ end
1016
+
1017
+ class AnnotationConfig
1018
+ # @private
1019
+ class Representation < Google::Apis::Core::JsonRepresentation
1020
+ property :annotation_store_name, as: 'annotationStoreName'
1021
+ property :store_quote, as: 'storeQuote'
1022
+ end
1023
+ end
1024
+
1025
+ class AnnotationSource
1026
+ # @private
1027
+ class Representation < Google::Apis::Core::JsonRepresentation
1028
+ property :cloud_healthcare_source, as: 'cloudHealthcareSource', class: Google::Apis::HealthcareV1beta1::CloudHealthcareSource, decorator: Google::Apis::HealthcareV1beta1::CloudHealthcareSource::Representation
1029
+
1030
+ end
1031
+ end
1032
+
1033
+ class AnnotationStore
1034
+ # @private
1035
+ class Representation < Google::Apis::Core::JsonRepresentation
1036
+ hash :labels, as: 'labels'
1037
+ property :name, as: 'name'
1038
+ end
1039
+ end
1040
+
1041
+ class ArchiveUserDataMappingRequest
1042
+ # @private
1043
+ class Representation < Google::Apis::Core::JsonRepresentation
1044
+ end
1045
+ end
1046
+
1047
+ class ArchiveUserDataMappingResponse
1048
+ # @private
1049
+ class Representation < Google::Apis::Core::JsonRepresentation
1050
+ end
1051
+ end
1052
+
1053
+ class Attribute
1054
+ # @private
1055
+ class Representation < Google::Apis::Core::JsonRepresentation
1056
+ property :attribute_definition_id, as: 'attributeDefinitionId'
1057
+ collection :values, as: 'values'
1058
+ end
1059
+ end
1060
+
1061
+ class AttributeDefinition
1062
+ # @private
1063
+ class Representation < Google::Apis::Core::JsonRepresentation
1064
+ collection :allowed_values, as: 'allowedValues'
1065
+ property :category, as: 'category'
1066
+ collection :consent_default_values, as: 'consentDefaultValues'
1067
+ property :data_mapping_default_value, as: 'dataMappingDefaultValue'
1068
+ property :description, as: 'description'
1069
+ property :name, as: 'name'
1070
+ end
1071
+ end
1072
+
1073
+ class AuditConfig
1074
+ # @private
1075
+ class Representation < Google::Apis::Core::JsonRepresentation
1076
+ collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::HealthcareV1beta1::AuditLogConfig, decorator: Google::Apis::HealthcareV1beta1::AuditLogConfig::Representation
1077
+
1078
+ property :service, as: 'service'
1079
+ end
1080
+ end
1081
+
1082
+ class AuditLogConfig
1083
+ # @private
1084
+ class Representation < Google::Apis::Core::JsonRepresentation
1085
+ collection :exempted_members, as: 'exemptedMembers'
1086
+ property :log_type, as: 'logType'
1087
+ end
1088
+ end
1089
+
1090
+ class Binding
1091
+ # @private
1092
+ class Representation < Google::Apis::Core::JsonRepresentation
1093
+ property :condition, as: 'condition', class: Google::Apis::HealthcareV1beta1::Expr, decorator: Google::Apis::HealthcareV1beta1::Expr::Representation
1094
+
1095
+ collection :members, as: 'members'
1096
+ property :role, as: 'role'
1097
+ end
1098
+ end
1099
+
1100
+ class BoundingPoly
1101
+ # @private
1102
+ class Representation < Google::Apis::Core::JsonRepresentation
1103
+ property :label, as: 'label'
1104
+ collection :vertices, as: 'vertices', class: Google::Apis::HealthcareV1beta1::Vertex, decorator: Google::Apis::HealthcareV1beta1::Vertex::Representation
1105
+
1106
+ end
1107
+ end
1108
+
1109
+ class CancelOperationRequest
1110
+ # @private
1111
+ class Representation < Google::Apis::Core::JsonRepresentation
1112
+ end
1113
+ end
1114
+
1115
+ class CharacterMaskConfig
1116
+ # @private
1117
+ class Representation < Google::Apis::Core::JsonRepresentation
1118
+ property :masking_character, as: 'maskingCharacter'
1119
+ end
1120
+ end
1121
+
1122
+ class CheckDataAccessRequest
1123
+ # @private
1124
+ class Representation < Google::Apis::Core::JsonRepresentation
1125
+ property :consent_list, as: 'consentList', class: Google::Apis::HealthcareV1beta1::ConsentList, decorator: Google::Apis::HealthcareV1beta1::ConsentList::Representation
1126
+
1127
+ property :data_id, as: 'dataId'
1128
+ hash :request_attributes, as: 'requestAttributes'
1129
+ property :response_view, as: 'responseView'
1130
+ end
1131
+ end
1132
+
1133
+ class CheckDataAccessResponse
1134
+ # @private
1135
+ class Representation < Google::Apis::Core::JsonRepresentation
1136
+ hash :consent_details, as: 'consentDetails', class: Google::Apis::HealthcareV1beta1::ConsentEvaluation, decorator: Google::Apis::HealthcareV1beta1::ConsentEvaluation::Representation
1137
+
1138
+ property :consented, as: 'consented'
1139
+ end
1140
+ end
1141
+
1142
+ class CloudHealthcareSource
1143
+ # @private
1144
+ class Representation < Google::Apis::Core::JsonRepresentation
1145
+ property :name, as: 'name'
1146
+ end
1147
+ end
1148
+
1149
+ class Consent
1150
+ # @private
1151
+ class Representation < Google::Apis::Core::JsonRepresentation
1152
+ property :consent_artifact, as: 'consentArtifact'
1153
+ property :expire_time, as: 'expireTime'
1154
+ hash :metadata, as: 'metadata'
1155
+ property :name, as: 'name'
1156
+ collection :policies, as: 'policies', class: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1ConsentPolicy, decorator: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1ConsentPolicy::Representation
1157
+
1158
+ property :revision_create_time, as: 'revisionCreateTime'
1159
+ property :revision_id, as: 'revisionId'
1160
+ property :state, as: 'state'
1161
+ property :ttl, as: 'ttl'
1162
+ property :user_id, as: 'userId'
1163
+ end
1164
+ end
1165
+
1166
+ class ConsentArtifact
1167
+ # @private
1168
+ class Representation < Google::Apis::Core::JsonRepresentation
1169
+ collection :consent_content_screenshots, as: 'consentContentScreenshots', class: Google::Apis::HealthcareV1beta1::Image, decorator: Google::Apis::HealthcareV1beta1::Image::Representation
1170
+
1171
+ property :consent_content_version, as: 'consentContentVersion'
1172
+ property :guardian_signature, as: 'guardianSignature', class: Google::Apis::HealthcareV1beta1::Signature, decorator: Google::Apis::HealthcareV1beta1::Signature::Representation
1173
+
1174
+ hash :metadata, as: 'metadata'
1175
+ property :name, as: 'name'
1176
+ property :user_id, as: 'userId'
1177
+ property :user_signature, as: 'userSignature', class: Google::Apis::HealthcareV1beta1::Signature, decorator: Google::Apis::HealthcareV1beta1::Signature::Representation
1178
+
1179
+ property :witness_signature, as: 'witnessSignature', class: Google::Apis::HealthcareV1beta1::Signature, decorator: Google::Apis::HealthcareV1beta1::Signature::Representation
1180
+
1181
+ end
1182
+ end
1183
+
1184
+ class ConsentEvaluation
1185
+ # @private
1186
+ class Representation < Google::Apis::Core::JsonRepresentation
1187
+ property :evaluation_result, as: 'evaluationResult'
1188
+ end
1189
+ end
1190
+
1191
+ class ConsentList
1192
+ # @private
1193
+ class Representation < Google::Apis::Core::JsonRepresentation
1194
+ collection :consents, as: 'consents'
1195
+ end
1196
+ end
1197
+
1198
+ class ConsentStore
1199
+ # @private
1200
+ class Representation < Google::Apis::Core::JsonRepresentation
1201
+ property :default_consent_ttl, as: 'defaultConsentTtl'
1202
+ property :enable_consent_create_on_update, as: 'enableConsentCreateOnUpdate'
1203
+ hash :labels, as: 'labels'
1204
+ property :name, as: 'name'
1205
+ end
1206
+ end
1207
+
1208
+ class CreateMessageRequest
1209
+ # @private
1210
+ class Representation < Google::Apis::Core::JsonRepresentation
1211
+ property :message, as: 'message', class: Google::Apis::HealthcareV1beta1::Message, decorator: Google::Apis::HealthcareV1beta1::Message::Representation
1212
+
1213
+ end
1214
+ end
1215
+
1216
+ class CryptoHashConfig
1217
+ # @private
1218
+ class Representation < Google::Apis::Core::JsonRepresentation
1219
+ property :crypto_key, :base64 => true, as: 'cryptoKey'
1220
+ end
1221
+ end
1222
+
1223
+ class Dataset
1224
+ # @private
1225
+ class Representation < Google::Apis::Core::JsonRepresentation
1226
+ property :name, as: 'name'
1227
+ property :time_zone, as: 'timeZone'
1228
+ end
1229
+ end
1230
+
1231
+ class DateShiftConfig
1232
+ # @private
1233
+ class Representation < Google::Apis::Core::JsonRepresentation
1234
+ property :crypto_key, :base64 => true, as: 'cryptoKey'
1235
+ end
1236
+ end
1237
+
1238
+ class DeidentifyConfig
1239
+ # @private
1240
+ class Representation < Google::Apis::Core::JsonRepresentation
1241
+ property :annotation, as: 'annotation', class: Google::Apis::HealthcareV1beta1::AnnotationConfig, decorator: Google::Apis::HealthcareV1beta1::AnnotationConfig::Representation
1242
+
1243
+ property :dicom, as: 'dicom', class: Google::Apis::HealthcareV1beta1::DicomConfig, decorator: Google::Apis::HealthcareV1beta1::DicomConfig::Representation
1244
+
1245
+ property :fhir, as: 'fhir', class: Google::Apis::HealthcareV1beta1::FhirConfig, decorator: Google::Apis::HealthcareV1beta1::FhirConfig::Representation
1246
+
1247
+ property :image, as: 'image', class: Google::Apis::HealthcareV1beta1::ImageConfig, decorator: Google::Apis::HealthcareV1beta1::ImageConfig::Representation
1248
+
1249
+ property :text, as: 'text', class: Google::Apis::HealthcareV1beta1::TextConfig, decorator: Google::Apis::HealthcareV1beta1::TextConfig::Representation
1250
+
1251
+ end
1252
+ end
1253
+
1254
+ class DeidentifyDatasetRequest
1255
+ # @private
1256
+ class Representation < Google::Apis::Core::JsonRepresentation
1257
+ property :config, as: 'config', class: Google::Apis::HealthcareV1beta1::DeidentifyConfig, decorator: Google::Apis::HealthcareV1beta1::DeidentifyConfig::Representation
1258
+
1259
+ property :destination_dataset, as: 'destinationDataset'
1260
+ end
1261
+ end
1262
+
1263
+ class DeidentifyDicomStoreRequest
1264
+ # @private
1265
+ class Representation < Google::Apis::Core::JsonRepresentation
1266
+ property :config, as: 'config', class: Google::Apis::HealthcareV1beta1::DeidentifyConfig, decorator: Google::Apis::HealthcareV1beta1::DeidentifyConfig::Representation
1267
+
1268
+ property :destination_store, as: 'destinationStore'
1269
+ property :filter_config, as: 'filterConfig', class: Google::Apis::HealthcareV1beta1::DicomFilterConfig, decorator: Google::Apis::HealthcareV1beta1::DicomFilterConfig::Representation
1270
+
1271
+ end
1272
+ end
1273
+
1274
+ class DeidentifyFhirStoreRequest
1275
+ # @private
1276
+ class Representation < Google::Apis::Core::JsonRepresentation
1277
+ property :config, as: 'config', class: Google::Apis::HealthcareV1beta1::DeidentifyConfig, decorator: Google::Apis::HealthcareV1beta1::DeidentifyConfig::Representation
1278
+
1279
+ property :destination_store, as: 'destinationStore'
1280
+ property :resource_filter, as: 'resourceFilter', class: Google::Apis::HealthcareV1beta1::FhirFilter, decorator: Google::Apis::HealthcareV1beta1::FhirFilter::Representation
1281
+
1282
+ end
1283
+ end
1284
+
1285
+ class DeidentifySummary
1286
+ # @private
1287
+ class Representation < Google::Apis::Core::JsonRepresentation
1288
+ end
1289
+ end
1290
+
1291
+ class Detail
1292
+ # @private
1293
+ class Representation < Google::Apis::Core::JsonRepresentation
1294
+ collection :findings, as: 'findings', class: Google::Apis::HealthcareV1beta1::Finding, decorator: Google::Apis::HealthcareV1beta1::Finding::Representation
1295
+
1296
+ end
1297
+ end
1298
+
1299
+ class DicomConfig
1300
+ # @private
1301
+ class Representation < Google::Apis::Core::JsonRepresentation
1302
+ property :filter_profile, as: 'filterProfile'
1303
+ property :keep_list, as: 'keepList', class: Google::Apis::HealthcareV1beta1::TagFilterList, decorator: Google::Apis::HealthcareV1beta1::TagFilterList::Representation
1304
+
1305
+ property :remove_list, as: 'removeList', class: Google::Apis::HealthcareV1beta1::TagFilterList, decorator: Google::Apis::HealthcareV1beta1::TagFilterList::Representation
1306
+
1307
+ property :skip_id_redaction, as: 'skipIdRedaction'
1308
+ end
1309
+ end
1310
+
1311
+ class DicomFilterConfig
1312
+ # @private
1313
+ class Representation < Google::Apis::Core::JsonRepresentation
1314
+ property :resource_paths_gcs_uri, as: 'resourcePathsGcsUri'
1315
+ end
1316
+ end
1317
+
1318
+ class DicomStore
1319
+ # @private
1320
+ class Representation < Google::Apis::Core::JsonRepresentation
1321
+ hash :labels, as: 'labels'
1322
+ property :name, as: 'name'
1323
+ property :notification_config, as: 'notificationConfig', class: Google::Apis::HealthcareV1beta1::NotificationConfig, decorator: Google::Apis::HealthcareV1beta1::NotificationConfig::Representation
1324
+
1325
+ collection :stream_configs, as: 'streamConfigs', class: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DicomStreamConfig, decorator: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DicomStreamConfig::Representation
1326
+
1327
+ end
1328
+ end
1329
+
1330
+ class Empty
1331
+ # @private
1332
+ class Representation < Google::Apis::Core::JsonRepresentation
1333
+ end
1334
+ end
1335
+
1336
+ class Entity
1337
+ # @private
1338
+ class Representation < Google::Apis::Core::JsonRepresentation
1339
+ property :entity_id, as: 'entityId'
1340
+ property :preferred_term, as: 'preferredTerm'
1341
+ collection :vocabulary_codes, as: 'vocabularyCodes'
1342
+ end
1343
+ end
1344
+
1345
+ class EntityMention
1346
+ # @private
1347
+ class Representation < Google::Apis::Core::JsonRepresentation
1348
+ property :certainty_assessment, as: 'certaintyAssessment', class: Google::Apis::HealthcareV1beta1::Feature, decorator: Google::Apis::HealthcareV1beta1::Feature::Representation
1349
+
1350
+ property :confidence, as: 'confidence'
1351
+ collection :linked_entities, as: 'linkedEntities', class: Google::Apis::HealthcareV1beta1::LinkedEntity, decorator: Google::Apis::HealthcareV1beta1::LinkedEntity::Representation
1352
+
1353
+ property :mention_id, as: 'mentionId'
1354
+ property :subject, as: 'subject', class: Google::Apis::HealthcareV1beta1::Feature, decorator: Google::Apis::HealthcareV1beta1::Feature::Representation
1355
+
1356
+ property :temporal_assessment, as: 'temporalAssessment', class: Google::Apis::HealthcareV1beta1::Feature, decorator: Google::Apis::HealthcareV1beta1::Feature::Representation
1357
+
1358
+ property :text, as: 'text', class: Google::Apis::HealthcareV1beta1::TextSpan, decorator: Google::Apis::HealthcareV1beta1::TextSpan::Representation
1359
+
1360
+ property :type, as: 'type'
1361
+ end
1362
+ end
1363
+
1364
+ class EntityMentionRelationship
1365
+ # @private
1366
+ class Representation < Google::Apis::Core::JsonRepresentation
1367
+ property :confidence, as: 'confidence'
1368
+ property :object_id_prop, as: 'objectId'
1369
+ property :subject_id, as: 'subjectId'
1370
+ end
1371
+ end
1372
+
1373
+ class EvaluateAnnotationStoreRequest
1374
+ # @private
1375
+ class Representation < Google::Apis::Core::JsonRepresentation
1376
+ property :bigquery_destination, as: 'bigqueryDestination', class: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination, decorator: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination::Representation
1377
+
1378
+ hash :eval_info_type_mapping, as: 'evalInfoTypeMapping'
1379
+ hash :golden_info_type_mapping, as: 'goldenInfoTypeMapping'
1380
+ property :golden_store, as: 'goldenStore'
1381
+ property :info_type_config, as: 'infoTypeConfig', class: Google::Apis::HealthcareV1beta1::InfoTypeConfig, decorator: Google::Apis::HealthcareV1beta1::InfoTypeConfig::Representation
1382
+
1383
+ end
1384
+ end
1385
+
1386
+ class EvaluateAnnotationStoreResponse
1387
+ # @private
1388
+ class Representation < Google::Apis::Core::JsonRepresentation
1389
+ end
1390
+ end
1391
+
1392
+ class EvaluateUserConsentsRequest
1393
+ # @private
1394
+ class Representation < Google::Apis::Core::JsonRepresentation
1395
+ property :consent_list, as: 'consentList', class: Google::Apis::HealthcareV1beta1::ConsentList, decorator: Google::Apis::HealthcareV1beta1::ConsentList::Representation
1396
+
1397
+ property :page_size, as: 'pageSize'
1398
+ property :page_token, as: 'pageToken'
1399
+ hash :request_attributes, as: 'requestAttributes'
1400
+ hash :resource_attributes, as: 'resourceAttributes'
1401
+ property :response_view, as: 'responseView'
1402
+ property :user_id, as: 'userId'
1403
+ end
1404
+ end
1405
+
1406
+ class EvaluateUserConsentsResponse
1407
+ # @private
1408
+ class Representation < Google::Apis::Core::JsonRepresentation
1409
+ property :next_page_token, as: 'nextPageToken'
1410
+ collection :results, as: 'results', class: Google::Apis::HealthcareV1beta1::Result, decorator: Google::Apis::HealthcareV1beta1::Result::Representation
1411
+
1412
+ end
1413
+ end
1414
+
1415
+ class ExportAnnotationsRequest
1416
+ # @private
1417
+ class Representation < Google::Apis::Core::JsonRepresentation
1418
+ property :bigquery_destination, as: 'bigqueryDestination', class: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination, decorator: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination::Representation
1419
+
1420
+ property :gcs_destination, as: 'gcsDestination', class: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1AnnotationGcsDestination, decorator: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1AnnotationGcsDestination::Representation
1421
+
1422
+ end
1423
+ end
1424
+
1425
+ class ExportAnnotationsResponse
1426
+ # @private
1427
+ class Representation < Google::Apis::Core::JsonRepresentation
1428
+ end
1429
+ end
1430
+
1431
+ class ExportDicomDataRequest
1432
+ # @private
1433
+ class Representation < Google::Apis::Core::JsonRepresentation
1434
+ property :bigquery_destination, as: 'bigqueryDestination', class: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DicomBigQueryDestination, decorator: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DicomBigQueryDestination::Representation
1435
+
1436
+ property :filter_config, as: 'filterConfig', class: Google::Apis::HealthcareV1beta1::DicomFilterConfig, decorator: Google::Apis::HealthcareV1beta1::DicomFilterConfig::Representation
1437
+
1438
+ property :gcs_destination, as: 'gcsDestination', class: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DicomGcsDestination, decorator: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DicomGcsDestination::Representation
1439
+
1440
+ end
1441
+ end
1442
+
1443
+ class ExportDicomDataResponse
1444
+ # @private
1445
+ class Representation < Google::Apis::Core::JsonRepresentation
1446
+ end
1447
+ end
1448
+
1449
+ class ExportMessagesRequest
1450
+ # @private
1451
+ class Representation < Google::Apis::Core::JsonRepresentation
1452
+ property :end_time, as: 'endTime'
1453
+ property :gcs_destination, as: 'gcsDestination', class: Google::Apis::HealthcareV1beta1::GcsDestination, decorator: Google::Apis::HealthcareV1beta1::GcsDestination::Representation
1454
+
1455
+ property :start_time, as: 'startTime'
1456
+ end
1457
+ end
1458
+
1459
+ class ExportResourcesRequest
1460
+ # @private
1461
+ class Representation < Google::Apis::Core::JsonRepresentation
1462
+ property :_since, as: '_since'
1463
+ property :_type, as: '_type'
1464
+ property :bigquery_destination, as: 'bigqueryDestination', class: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1FhirBigQueryDestination, decorator: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1FhirBigQueryDestination::Representation
1465
+
1466
+ property :gcs_destination, as: 'gcsDestination', class: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1FhirGcsDestination, decorator: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1FhirGcsDestination::Representation
1467
+
1468
+ end
1469
+ end
1470
+
1471
+ class Expr
1472
+ # @private
1473
+ class Representation < Google::Apis::Core::JsonRepresentation
1474
+ property :description, as: 'description'
1475
+ property :expression, as: 'expression'
1476
+ property :location, as: 'location'
1477
+ property :title, as: 'title'
1478
+ end
1479
+ end
1480
+
1481
+ class Feature
1482
+ # @private
1483
+ class Representation < Google::Apis::Core::JsonRepresentation
1484
+ property :confidence, as: 'confidence'
1485
+ property :value, as: 'value'
1486
+ end
1487
+ end
1488
+
1489
+ class FhirConfig
1490
+ # @private
1491
+ class Representation < Google::Apis::Core::JsonRepresentation
1492
+ collection :field_metadata_list, as: 'fieldMetadataList', class: Google::Apis::HealthcareV1beta1::FieldMetadata, decorator: Google::Apis::HealthcareV1beta1::FieldMetadata::Representation
1493
+
1494
+ end
1495
+ end
1496
+
1497
+ class FhirFilter
1498
+ # @private
1499
+ class Representation < Google::Apis::Core::JsonRepresentation
1500
+ property :resources, as: 'resources', class: Google::Apis::HealthcareV1beta1::Resources, decorator: Google::Apis::HealthcareV1beta1::Resources::Representation
1501
+
1502
+ end
1503
+ end
1504
+
1505
+ class FhirStore
1506
+ # @private
1507
+ class Representation < Google::Apis::Core::JsonRepresentation
1508
+ property :default_search_handling_strict, as: 'defaultSearchHandlingStrict'
1509
+ property :disable_referential_integrity, as: 'disableReferentialIntegrity'
1510
+ property :disable_resource_versioning, as: 'disableResourceVersioning'
1511
+ property :enable_update_create, as: 'enableUpdateCreate'
1512
+ hash :labels, as: 'labels'
1513
+ property :name, as: 'name'
1514
+ property :notification_config, as: 'notificationConfig', class: Google::Apis::HealthcareV1beta1::NotificationConfig, decorator: Google::Apis::HealthcareV1beta1::NotificationConfig::Representation
1515
+
1516
+ collection :stream_configs, as: 'streamConfigs', class: Google::Apis::HealthcareV1beta1::StreamConfig, decorator: Google::Apis::HealthcareV1beta1::StreamConfig::Representation
1517
+
1518
+ property :version, as: 'version'
1519
+ end
1520
+ end
1521
+
1522
+ class Field
1523
+ # @private
1524
+ class Representation < Google::Apis::Core::JsonRepresentation
1525
+ property :max_occurs, as: 'maxOccurs'
1526
+ property :min_occurs, as: 'minOccurs'
1527
+ property :name, as: 'name'
1528
+ property :table, as: 'table'
1529
+ property :type, as: 'type'
1530
+ end
1531
+ end
1532
+
1533
+ class FieldMetadata
1534
+ # @private
1535
+ class Representation < Google::Apis::Core::JsonRepresentation
1536
+ property :action, as: 'action'
1537
+ collection :paths, as: 'paths'
1538
+ end
1539
+ end
1540
+
1541
+ class FilterList
1542
+ # @private
1543
+ class Representation < Google::Apis::Core::JsonRepresentation
1544
+ collection :info_types, as: 'infoTypes'
1545
+ end
1546
+ end
1547
+
1548
+ class Finding
1549
+ # @private
1550
+ class Representation < Google::Apis::Core::JsonRepresentation
1551
+ property :end, :numeric_string => true, as: 'end'
1552
+ property :info_type, as: 'infoType'
1553
+ property :quote, as: 'quote'
1554
+ property :start, :numeric_string => true, as: 'start'
1555
+ end
1556
+ end
1557
+
1558
+ class GcsDestination
1559
+ # @private
1560
+ class Representation < Google::Apis::Core::JsonRepresentation
1561
+ property :content_structure, as: 'contentStructure'
1562
+ property :message_view, as: 'messageView'
1563
+ property :uri_prefix, as: 'uriPrefix'
1564
+ end
1565
+ end
1566
+
1567
+ class GcsSource
1568
+ # @private
1569
+ class Representation < Google::Apis::Core::JsonRepresentation
1570
+ property :uri, as: 'uri'
1571
+ end
1572
+ end
1573
+
1574
+ class GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination
1575
+ # @private
1576
+ class Representation < Google::Apis::Core::JsonRepresentation
1577
+ property :force, as: 'force'
1578
+ property :schema_type, as: 'schemaType'
1579
+ property :table_uri, as: 'tableUri'
1580
+ property :write_disposition, as: 'writeDisposition'
1581
+ end
1582
+ end
1583
+
1584
+ class GoogleCloudHealthcareV1beta1AnnotationGcsDestination
1585
+ # @private
1586
+ class Representation < Google::Apis::Core::JsonRepresentation
1587
+ property :uri_prefix, as: 'uriPrefix'
1588
+ end
1589
+ end
1590
+
1591
+ class GoogleCloudHealthcareV1beta1AnnotationGcsSource
1592
+ # @private
1593
+ class Representation < Google::Apis::Core::JsonRepresentation
1594
+ property :uri, as: 'uri'
1595
+ end
1596
+ end
1597
+
1598
+ class GoogleCloudHealthcareV1beta1ConsentGcsDestination
1599
+ # @private
1600
+ class Representation < Google::Apis::Core::JsonRepresentation
1601
+ property :uri_prefix, as: 'uriPrefix'
1602
+ end
1603
+ end
1604
+
1605
+ class GoogleCloudHealthcareV1beta1ConsentPolicy
1606
+ # @private
1607
+ class Representation < Google::Apis::Core::JsonRepresentation
1608
+ property :authorization_rule, as: 'authorizationRule', class: Google::Apis::HealthcareV1beta1::Expr, decorator: Google::Apis::HealthcareV1beta1::Expr::Representation
1609
+
1610
+ collection :resource_attributes, as: 'resourceAttributes', class: Google::Apis::HealthcareV1beta1::Attribute, decorator: Google::Apis::HealthcareV1beta1::Attribute::Representation
1611
+
1612
+ end
1613
+ end
1614
+
1615
+ class GoogleCloudHealthcareV1beta1DeidentifyDeidentifyDicomStoreSummary
1616
+ # @private
1617
+ class Representation < Google::Apis::Core::JsonRepresentation
1618
+ end
1619
+ end
1620
+
1621
+ class GoogleCloudHealthcareV1beta1DeidentifyDeidentifyFhirStoreSummary
1622
+ # @private
1623
+ class Representation < Google::Apis::Core::JsonRepresentation
1624
+ end
1625
+ end
1626
+
1627
+ class GoogleCloudHealthcareV1beta1DicomBigQueryDestination
1628
+ # @private
1629
+ class Representation < Google::Apis::Core::JsonRepresentation
1630
+ property :force, as: 'force'
1631
+ property :table_uri, as: 'tableUri'
1632
+ property :write_disposition, as: 'writeDisposition'
1633
+ end
1634
+ end
1635
+
1636
+ class GoogleCloudHealthcareV1beta1DicomGcsDestination
1637
+ # @private
1638
+ class Representation < Google::Apis::Core::JsonRepresentation
1639
+ property :mime_type, as: 'mimeType'
1640
+ property :uri_prefix, as: 'uriPrefix'
1641
+ end
1642
+ end
1643
+
1644
+ class GoogleCloudHealthcareV1beta1DicomGcsSource
1645
+ # @private
1646
+ class Representation < Google::Apis::Core::JsonRepresentation
1647
+ property :uri, as: 'uri'
1648
+ end
1649
+ end
1650
+
1651
+ class GoogleCloudHealthcareV1beta1DicomStreamConfig
1652
+ # @private
1653
+ class Representation < Google::Apis::Core::JsonRepresentation
1654
+ property :bigquery_destination, as: 'bigqueryDestination', class: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DicomBigQueryDestination, decorator: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DicomBigQueryDestination::Representation
1655
+
1656
+ end
1657
+ end
1658
+
1659
+ class GoogleCloudHealthcareV1beta1FhirBigQueryDestination
1660
+ # @private
1661
+ class Representation < Google::Apis::Core::JsonRepresentation
1662
+ property :dataset_uri, as: 'datasetUri'
1663
+ property :force, as: 'force'
1664
+ property :schema_config, as: 'schemaConfig', class: Google::Apis::HealthcareV1beta1::SchemaConfig, decorator: Google::Apis::HealthcareV1beta1::SchemaConfig::Representation
1665
+
1666
+ property :write_disposition, as: 'writeDisposition'
1667
+ end
1668
+ end
1669
+
1670
+ class GoogleCloudHealthcareV1beta1FhirExportResourcesResponse
1671
+ # @private
1672
+ class Representation < Google::Apis::Core::JsonRepresentation
1673
+ end
1674
+ end
1675
+
1676
+ class GoogleCloudHealthcareV1beta1FhirGcsDestination
1677
+ # @private
1678
+ class Representation < Google::Apis::Core::JsonRepresentation
1679
+ property :uri_prefix, as: 'uriPrefix'
1680
+ end
1681
+ end
1682
+
1683
+ class GoogleCloudHealthcareV1beta1FhirGcsSource
1684
+ # @private
1685
+ class Representation < Google::Apis::Core::JsonRepresentation
1686
+ property :uri, as: 'uri'
1687
+ end
1688
+ end
1689
+
1690
+ class GoogleCloudHealthcareV1beta1FhirImportResourcesResponse
1691
+ # @private
1692
+ class Representation < Google::Apis::Core::JsonRepresentation
1693
+ end
1694
+ end
1695
+
1696
+ class GoogleCloudHealthcareV1beta1FhirRestExportResourcesErrorDetails
1697
+ # @private
1698
+ class Representation < Google::Apis::Core::JsonRepresentation
1699
+ property :error_count, :numeric_string => true, as: 'errorCount'
1700
+ property :fhir_store, as: 'fhirStore'
1701
+ property :resource_count, :numeric_string => true, as: 'resourceCount'
1702
+ property :success_count, :numeric_string => true, as: 'successCount'
1703
+ end
1704
+ end
1705
+
1706
+ class GoogleCloudHealthcareV1beta1FhirRestExportResourcesResponse
1707
+ # @private
1708
+ class Representation < Google::Apis::Core::JsonRepresentation
1709
+ property :fhir_store, as: 'fhirStore'
1710
+ property :resource_count, :numeric_string => true, as: 'resourceCount'
1711
+ end
1712
+ end
1713
+
1714
+ class GoogleCloudHealthcareV1beta1FhirRestImportResourcesErrorDetails
1715
+ # @private
1716
+ class Representation < Google::Apis::Core::JsonRepresentation
1717
+ property :error_count, :numeric_string => true, as: 'errorCount'
1718
+ property :fhir_store, as: 'fhirStore'
1719
+ property :input_size, :numeric_string => true, as: 'inputSize'
1720
+ property :success_count, :numeric_string => true, as: 'successCount'
1721
+ end
1722
+ end
1723
+
1724
+ class GoogleCloudHealthcareV1beta1FhirRestImportResourcesResponse
1725
+ # @private
1726
+ class Representation < Google::Apis::Core::JsonRepresentation
1727
+ property :fhir_store, as: 'fhirStore'
1728
+ property :input_size, :numeric_string => true, as: 'inputSize'
1729
+ end
1730
+ end
1731
+
1732
+ class GroupOrSegment
1733
+ # @private
1734
+ class Representation < Google::Apis::Core::JsonRepresentation
1735
+ property :group, as: 'group', class: Google::Apis::HealthcareV1beta1::SchemaGroup, decorator: Google::Apis::HealthcareV1beta1::SchemaGroup::Representation
1736
+
1737
+ property :segment, as: 'segment', class: Google::Apis::HealthcareV1beta1::SchemaSegment, decorator: Google::Apis::HealthcareV1beta1::SchemaSegment::Representation
1738
+
1739
+ end
1740
+ end
1741
+
1742
+ class Hl7SchemaConfig
1743
+ # @private
1744
+ class Representation < Google::Apis::Core::JsonRepresentation
1745
+ hash :message_schema_configs, as: 'messageSchemaConfigs', class: Google::Apis::HealthcareV1beta1::SchemaGroup, decorator: Google::Apis::HealthcareV1beta1::SchemaGroup::Representation
1746
+
1747
+ collection :version, as: 'version', class: Google::Apis::HealthcareV1beta1::VersionSource, decorator: Google::Apis::HealthcareV1beta1::VersionSource::Representation
1748
+
1749
+ end
1750
+ end
1751
+
1752
+ class Hl7TypesConfig
1753
+ # @private
1754
+ class Representation < Google::Apis::Core::JsonRepresentation
1755
+ collection :type, as: 'type', class: Google::Apis::HealthcareV1beta1::Type, decorator: Google::Apis::HealthcareV1beta1::Type::Representation
1756
+
1757
+ collection :version, as: 'version', class: Google::Apis::HealthcareV1beta1::VersionSource, decorator: Google::Apis::HealthcareV1beta1::VersionSource::Representation
1758
+
1759
+ end
1760
+ end
1761
+
1762
+ class Hl7V2NotificationConfig
1763
+ # @private
1764
+ class Representation < Google::Apis::Core::JsonRepresentation
1765
+ property :filter, as: 'filter'
1766
+ property :pubsub_topic, as: 'pubsubTopic'
1767
+ end
1768
+ end
1769
+
1770
+ class Hl7V2Store
1771
+ # @private
1772
+ class Representation < Google::Apis::Core::JsonRepresentation
1773
+ hash :labels, as: 'labels'
1774
+ property :name, as: 'name'
1775
+ property :notification_config, as: 'notificationConfig', class: Google::Apis::HealthcareV1beta1::NotificationConfig, decorator: Google::Apis::HealthcareV1beta1::NotificationConfig::Representation
1776
+
1777
+ collection :notification_configs, as: 'notificationConfigs', class: Google::Apis::HealthcareV1beta1::Hl7V2NotificationConfig, decorator: Google::Apis::HealthcareV1beta1::Hl7V2NotificationConfig::Representation
1778
+
1779
+ property :parser_config, as: 'parserConfig', class: Google::Apis::HealthcareV1beta1::ParserConfig, decorator: Google::Apis::HealthcareV1beta1::ParserConfig::Representation
1780
+
1781
+ property :reject_duplicate_message, as: 'rejectDuplicateMessage'
1782
+ end
1783
+ end
1784
+
1785
+ class HttpBody
1786
+ # @private
1787
+ class Representation < Google::Apis::Core::JsonRepresentation
1788
+ property :content_type, as: 'contentType'
1789
+ property :data, :base64 => true, as: 'data'
1790
+ collection :extensions, as: 'extensions'
1791
+ end
1792
+ end
1793
+
1794
+ class Image
1795
+ # @private
1796
+ class Representation < Google::Apis::Core::JsonRepresentation
1797
+ property :gcs_uri, as: 'gcsUri'
1798
+ property :raw_bytes, :base64 => true, as: 'rawBytes'
1799
+ end
1800
+ end
1801
+
1802
+ class ImageAnnotation
1803
+ # @private
1804
+ class Representation < Google::Apis::Core::JsonRepresentation
1805
+ collection :bounding_polys, as: 'boundingPolys', class: Google::Apis::HealthcareV1beta1::BoundingPoly, decorator: Google::Apis::HealthcareV1beta1::BoundingPoly::Representation
1806
+
1807
+ property :frame_index, as: 'frameIndex'
1808
+ end
1809
+ end
1810
+
1811
+ class ImageConfig
1812
+ # @private
1813
+ class Representation < Google::Apis::Core::JsonRepresentation
1814
+ property :text_redaction_mode, as: 'textRedactionMode'
1815
+ end
1816
+ end
1817
+
1818
+ class ImportAnnotationsRequest
1819
+ # @private
1820
+ class Representation < Google::Apis::Core::JsonRepresentation
1821
+ property :gcs_source, as: 'gcsSource', class: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1AnnotationGcsSource, decorator: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1AnnotationGcsSource::Representation
1822
+
1823
+ end
1824
+ end
1825
+
1826
+ class ImportAnnotationsResponse
1827
+ # @private
1828
+ class Representation < Google::Apis::Core::JsonRepresentation
1829
+ end
1830
+ end
1831
+
1832
+ class ImportDicomDataRequest
1833
+ # @private
1834
+ class Representation < Google::Apis::Core::JsonRepresentation
1835
+ property :gcs_source, as: 'gcsSource', class: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DicomGcsSource, decorator: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DicomGcsSource::Representation
1836
+
1837
+ end
1838
+ end
1839
+
1840
+ class ImportDicomDataResponse
1841
+ # @private
1842
+ class Representation < Google::Apis::Core::JsonRepresentation
1843
+ end
1844
+ end
1845
+
1846
+ class ImportMessagesRequest
1847
+ # @private
1848
+ class Representation < Google::Apis::Core::JsonRepresentation
1849
+ property :gcs_source, as: 'gcsSource', class: Google::Apis::HealthcareV1beta1::GcsSource, decorator: Google::Apis::HealthcareV1beta1::GcsSource::Representation
1850
+
1851
+ end
1852
+ end
1853
+
1854
+ class ImportMessagesResponse
1855
+ # @private
1856
+ class Representation < Google::Apis::Core::JsonRepresentation
1857
+ end
1858
+ end
1859
+
1860
+ class ImportResourcesRequest
1861
+ # @private
1862
+ class Representation < Google::Apis::Core::JsonRepresentation
1863
+ property :content_structure, as: 'contentStructure'
1864
+ property :gcs_source, as: 'gcsSource', class: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1FhirGcsSource, decorator: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1FhirGcsSource::Representation
1865
+
1866
+ end
1867
+ end
1868
+
1869
+ class InfoTypeConfig
1870
+ # @private
1871
+ class Representation < Google::Apis::Core::JsonRepresentation
1872
+ property :evaluate_list, as: 'evaluateList', class: Google::Apis::HealthcareV1beta1::FilterList, decorator: Google::Apis::HealthcareV1beta1::FilterList::Representation
1873
+
1874
+ property :ignore_list, as: 'ignoreList', class: Google::Apis::HealthcareV1beta1::FilterList, decorator: Google::Apis::HealthcareV1beta1::FilterList::Representation
1875
+
1876
+ property :strict_matching, as: 'strictMatching'
1877
+ end
1878
+ end
1879
+
1880
+ class InfoTypeTransformation
1881
+ # @private
1882
+ class Representation < Google::Apis::Core::JsonRepresentation
1883
+ property :character_mask_config, as: 'characterMaskConfig', class: Google::Apis::HealthcareV1beta1::CharacterMaskConfig, decorator: Google::Apis::HealthcareV1beta1::CharacterMaskConfig::Representation
1884
+
1885
+ property :crypto_hash_config, as: 'cryptoHashConfig', class: Google::Apis::HealthcareV1beta1::CryptoHashConfig, decorator: Google::Apis::HealthcareV1beta1::CryptoHashConfig::Representation
1886
+
1887
+ property :date_shift_config, as: 'dateShiftConfig', class: Google::Apis::HealthcareV1beta1::DateShiftConfig, decorator: Google::Apis::HealthcareV1beta1::DateShiftConfig::Representation
1888
+
1889
+ collection :info_types, as: 'infoTypes'
1890
+ property :redact_config, as: 'redactConfig', class: Google::Apis::HealthcareV1beta1::RedactConfig, decorator: Google::Apis::HealthcareV1beta1::RedactConfig::Representation
1891
+
1892
+ property :replace_with_info_type_config, as: 'replaceWithInfoTypeConfig', class: Google::Apis::HealthcareV1beta1::ReplaceWithInfoTypeConfig, decorator: Google::Apis::HealthcareV1beta1::ReplaceWithInfoTypeConfig::Representation
1893
+
1894
+ end
1895
+ end
1896
+
1897
+ class IngestMessageRequest
1898
+ # @private
1899
+ class Representation < Google::Apis::Core::JsonRepresentation
1900
+ property :message, as: 'message', class: Google::Apis::HealthcareV1beta1::Message, decorator: Google::Apis::HealthcareV1beta1::Message::Representation
1901
+
1902
+ end
1903
+ end
1904
+
1905
+ class IngestMessageResponse
1906
+ # @private
1907
+ class Representation < Google::Apis::Core::JsonRepresentation
1908
+ property :hl7_ack, :base64 => true, as: 'hl7Ack'
1909
+ property :message, as: 'message', class: Google::Apis::HealthcareV1beta1::Message, decorator: Google::Apis::HealthcareV1beta1::Message::Representation
1910
+
1911
+ end
1912
+ end
1913
+
1914
+ class LinkedEntity
1915
+ # @private
1916
+ class Representation < Google::Apis::Core::JsonRepresentation
1917
+ property :entity_id, as: 'entityId'
1918
+ end
1919
+ end
1920
+
1921
+ class ListAnnotationStoresResponse
1922
+ # @private
1923
+ class Representation < Google::Apis::Core::JsonRepresentation
1924
+ collection :annotation_stores, as: 'annotationStores', class: Google::Apis::HealthcareV1beta1::AnnotationStore, decorator: Google::Apis::HealthcareV1beta1::AnnotationStore::Representation
1925
+
1926
+ property :next_page_token, as: 'nextPageToken'
1927
+ end
1928
+ end
1929
+
1930
+ class ListAnnotationsResponse
1931
+ # @private
1932
+ class Representation < Google::Apis::Core::JsonRepresentation
1933
+ collection :annotations, as: 'annotations', class: Google::Apis::HealthcareV1beta1::Annotation, decorator: Google::Apis::HealthcareV1beta1::Annotation::Representation
1934
+
1935
+ property :next_page_token, as: 'nextPageToken'
1936
+ end
1937
+ end
1938
+
1939
+ class ListAttributeDefinitionsResponse
1940
+ # @private
1941
+ class Representation < Google::Apis::Core::JsonRepresentation
1942
+ collection :attribute_definitions, as: 'attributeDefinitions', class: Google::Apis::HealthcareV1beta1::AttributeDefinition, decorator: Google::Apis::HealthcareV1beta1::AttributeDefinition::Representation
1943
+
1944
+ property :next_page_token, as: 'nextPageToken'
1945
+ end
1946
+ end
1947
+
1948
+ class ListConsentArtifactsResponse
1949
+ # @private
1950
+ class Representation < Google::Apis::Core::JsonRepresentation
1951
+ collection :consent_artifacts, as: 'consentArtifacts', class: Google::Apis::HealthcareV1beta1::ConsentArtifact, decorator: Google::Apis::HealthcareV1beta1::ConsentArtifact::Representation
1952
+
1953
+ property :next_page_token, as: 'nextPageToken'
1954
+ end
1955
+ end
1956
+
1957
+ class ListConsentRevisionsResponse
1958
+ # @private
1959
+ class Representation < Google::Apis::Core::JsonRepresentation
1960
+ collection :consents, as: 'consents', class: Google::Apis::HealthcareV1beta1::Consent, decorator: Google::Apis::HealthcareV1beta1::Consent::Representation
1961
+
1962
+ property :next_page_token, as: 'nextPageToken'
1963
+ end
1964
+ end
1965
+
1966
+ class ListConsentStoresResponse
1967
+ # @private
1968
+ class Representation < Google::Apis::Core::JsonRepresentation
1969
+ collection :consent_stores, as: 'consentStores', class: Google::Apis::HealthcareV1beta1::ConsentStore, decorator: Google::Apis::HealthcareV1beta1::ConsentStore::Representation
1970
+
1971
+ property :next_page_token, as: 'nextPageToken'
1972
+ end
1973
+ end
1974
+
1975
+ class ListConsentsResponse
1976
+ # @private
1977
+ class Representation < Google::Apis::Core::JsonRepresentation
1978
+ collection :consents, as: 'consents', class: Google::Apis::HealthcareV1beta1::Consent, decorator: Google::Apis::HealthcareV1beta1::Consent::Representation
1979
+
1980
+ property :next_page_token, as: 'nextPageToken'
1981
+ end
1982
+ end
1983
+
1984
+ class ListDatasetsResponse
1985
+ # @private
1986
+ class Representation < Google::Apis::Core::JsonRepresentation
1987
+ collection :datasets, as: 'datasets', class: Google::Apis::HealthcareV1beta1::Dataset, decorator: Google::Apis::HealthcareV1beta1::Dataset::Representation
1988
+
1989
+ property :next_page_token, as: 'nextPageToken'
1990
+ end
1991
+ end
1992
+
1993
+ class ListDicomStoresResponse
1994
+ # @private
1995
+ class Representation < Google::Apis::Core::JsonRepresentation
1996
+ collection :dicom_stores, as: 'dicomStores', class: Google::Apis::HealthcareV1beta1::DicomStore, decorator: Google::Apis::HealthcareV1beta1::DicomStore::Representation
1997
+
1998
+ property :next_page_token, as: 'nextPageToken'
1999
+ end
2000
+ end
2001
+
2002
+ class ListFhirStoresResponse
2003
+ # @private
2004
+ class Representation < Google::Apis::Core::JsonRepresentation
2005
+ collection :fhir_stores, as: 'fhirStores', class: Google::Apis::HealthcareV1beta1::FhirStore, decorator: Google::Apis::HealthcareV1beta1::FhirStore::Representation
2006
+
2007
+ property :next_page_token, as: 'nextPageToken'
2008
+ end
2009
+ end
2010
+
2011
+ class ListHl7V2StoresResponse
2012
+ # @private
2013
+ class Representation < Google::Apis::Core::JsonRepresentation
2014
+ collection :hl7_v2_stores, as: 'hl7V2Stores', class: Google::Apis::HealthcareV1beta1::Hl7V2Store, decorator: Google::Apis::HealthcareV1beta1::Hl7V2Store::Representation
2015
+
2016
+ property :next_page_token, as: 'nextPageToken'
2017
+ end
2018
+ end
2019
+
2020
+ class ListLocationsResponse
2021
+ # @private
2022
+ class Representation < Google::Apis::Core::JsonRepresentation
2023
+ collection :locations, as: 'locations', class: Google::Apis::HealthcareV1beta1::Location, decorator: Google::Apis::HealthcareV1beta1::Location::Representation
2024
+
2025
+ property :next_page_token, as: 'nextPageToken'
2026
+ end
2027
+ end
2028
+
2029
+ class ListMessagesResponse
2030
+ # @private
2031
+ class Representation < Google::Apis::Core::JsonRepresentation
2032
+ collection :hl7_v2_messages, as: 'hl7V2Messages', class: Google::Apis::HealthcareV1beta1::Message, decorator: Google::Apis::HealthcareV1beta1::Message::Representation
2033
+
2034
+ property :next_page_token, as: 'nextPageToken'
2035
+ end
2036
+ end
2037
+
2038
+ class ListOperationsResponse
2039
+ # @private
2040
+ class Representation < Google::Apis::Core::JsonRepresentation
2041
+ property :next_page_token, as: 'nextPageToken'
2042
+ collection :operations, as: 'operations', class: Google::Apis::HealthcareV1beta1::Operation, decorator: Google::Apis::HealthcareV1beta1::Operation::Representation
2043
+
2044
+ end
2045
+ end
2046
+
2047
+ class ListUserDataMappingsResponse
2048
+ # @private
2049
+ class Representation < Google::Apis::Core::JsonRepresentation
2050
+ property :next_page_token, as: 'nextPageToken'
2051
+ collection :user_data_mappings, as: 'userDataMappings', class: Google::Apis::HealthcareV1beta1::UserDataMapping, decorator: Google::Apis::HealthcareV1beta1::UserDataMapping::Representation
2052
+
2053
+ end
2054
+ end
2055
+
2056
+ class Location
2057
+ # @private
2058
+ class Representation < Google::Apis::Core::JsonRepresentation
2059
+ property :display_name, as: 'displayName'
2060
+ hash :labels, as: 'labels'
2061
+ property :location_id, as: 'locationId'
2062
+ hash :metadata, as: 'metadata'
2063
+ property :name, as: 'name'
2064
+ end
2065
+ end
2066
+
2067
+ class Message
2068
+ # @private
2069
+ class Representation < Google::Apis::Core::JsonRepresentation
2070
+ property :create_time, as: 'createTime'
2071
+ property :data, :base64 => true, as: 'data'
2072
+ hash :labels, as: 'labels'
2073
+ property :message_type, as: 'messageType'
2074
+ property :name, as: 'name'
2075
+ property :parsed_data, as: 'parsedData', class: Google::Apis::HealthcareV1beta1::ParsedData, decorator: Google::Apis::HealthcareV1beta1::ParsedData::Representation
2076
+
2077
+ collection :patient_ids, as: 'patientIds', class: Google::Apis::HealthcareV1beta1::PatientId, decorator: Google::Apis::HealthcareV1beta1::PatientId::Representation
2078
+
2079
+ property :schematized_data, as: 'schematizedData', class: Google::Apis::HealthcareV1beta1::SchematizedData, decorator: Google::Apis::HealthcareV1beta1::SchematizedData::Representation
2080
+
2081
+ property :send_facility, as: 'sendFacility'
2082
+ property :send_time, as: 'sendTime'
2083
+ end
2084
+ end
2085
+
2086
+ class NotificationConfig
2087
+ # @private
2088
+ class Representation < Google::Apis::Core::JsonRepresentation
2089
+ property :pubsub_topic, as: 'pubsubTopic'
2090
+ end
2091
+ end
2092
+
2093
+ class Operation
2094
+ # @private
2095
+ class Representation < Google::Apis::Core::JsonRepresentation
2096
+ property :done, as: 'done'
2097
+ property :error, as: 'error', class: Google::Apis::HealthcareV1beta1::Status, decorator: Google::Apis::HealthcareV1beta1::Status::Representation
2098
+
2099
+ hash :metadata, as: 'metadata'
2100
+ property :name, as: 'name'
2101
+ hash :response, as: 'response'
2102
+ end
2103
+ end
2104
+
2105
+ class OperationMetadata
2106
+ # @private
2107
+ class Representation < Google::Apis::Core::JsonRepresentation
2108
+ property :api_method_name, as: 'apiMethodName'
2109
+ property :cancel_requested, as: 'cancelRequested'
2110
+ property :counter, as: 'counter', class: Google::Apis::HealthcareV1beta1::ProgressCounter, decorator: Google::Apis::HealthcareV1beta1::ProgressCounter::Representation
2111
+
2112
+ property :create_time, as: 'createTime'
2113
+ property :end_time, as: 'endTime'
2114
+ property :logs_url, as: 'logsUrl'
2115
+ end
2116
+ end
2117
+
2118
+ class ParsedData
2119
+ # @private
2120
+ class Representation < Google::Apis::Core::JsonRepresentation
2121
+ collection :segments, as: 'segments', class: Google::Apis::HealthcareV1beta1::Segment, decorator: Google::Apis::HealthcareV1beta1::Segment::Representation
2122
+
2123
+ end
2124
+ end
2125
+
2126
+ class ParserConfig
2127
+ # @private
2128
+ class Representation < Google::Apis::Core::JsonRepresentation
2129
+ property :allow_null_header, as: 'allowNullHeader'
2130
+ property :schema, as: 'schema', class: Google::Apis::HealthcareV1beta1::SchemaPackage, decorator: Google::Apis::HealthcareV1beta1::SchemaPackage::Representation
2131
+
2132
+ property :segment_terminator, :base64 => true, as: 'segmentTerminator'
2133
+ property :version, as: 'version'
2134
+ end
2135
+ end
2136
+
2137
+ class PatientId
2138
+ # @private
2139
+ class Representation < Google::Apis::Core::JsonRepresentation
2140
+ property :type, as: 'type'
2141
+ property :value, as: 'value'
2142
+ end
2143
+ end
2144
+
2145
+ class Policy
2146
+ # @private
2147
+ class Representation < Google::Apis::Core::JsonRepresentation
2148
+ collection :audit_configs, as: 'auditConfigs', class: Google::Apis::HealthcareV1beta1::AuditConfig, decorator: Google::Apis::HealthcareV1beta1::AuditConfig::Representation
2149
+
2150
+ collection :bindings, as: 'bindings', class: Google::Apis::HealthcareV1beta1::Binding, decorator: Google::Apis::HealthcareV1beta1::Binding::Representation
2151
+
2152
+ property :etag, :base64 => true, as: 'etag'
2153
+ property :version, as: 'version'
2154
+ end
2155
+ end
2156
+
2157
+ class ProgressCounter
2158
+ # @private
2159
+ class Representation < Google::Apis::Core::JsonRepresentation
2160
+ property :failure, :numeric_string => true, as: 'failure'
2161
+ property :pending, :numeric_string => true, as: 'pending'
2162
+ property :success, :numeric_string => true, as: 'success'
2163
+ end
2164
+ end
2165
+
2166
+ class QueryAccessibleDataRequest
2167
+ # @private
2168
+ class Representation < Google::Apis::Core::JsonRepresentation
2169
+ property :gcs_destination, as: 'gcsDestination', class: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1ConsentGcsDestination, decorator: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1ConsentGcsDestination::Representation
2170
+
2171
+ hash :request_attributes, as: 'requestAttributes'
2172
+ hash :resource_attributes, as: 'resourceAttributes'
2173
+ end
2174
+ end
2175
+
2176
+ class RedactConfig
2177
+ # @private
2178
+ class Representation < Google::Apis::Core::JsonRepresentation
2179
+ end
2180
+ end
2181
+
2182
+ class RejectConsentRequest
2183
+ # @private
2184
+ class Representation < Google::Apis::Core::JsonRepresentation
2185
+ property :consent_artifact, as: 'consentArtifact'
2186
+ end
2187
+ end
2188
+
2189
+ class ReplaceWithInfoTypeConfig
2190
+ # @private
2191
+ class Representation < Google::Apis::Core::JsonRepresentation
2192
+ end
2193
+ end
2194
+
2195
+ class ResourceAnnotation
2196
+ # @private
2197
+ class Representation < Google::Apis::Core::JsonRepresentation
2198
+ property :label, as: 'label'
2199
+ end
2200
+ end
2201
+
2202
+ class Resources
2203
+ # @private
2204
+ class Representation < Google::Apis::Core::JsonRepresentation
2205
+ collection :resources, as: 'resources'
2206
+ end
2207
+ end
2208
+
2209
+ class Result
2210
+ # @private
2211
+ class Representation < Google::Apis::Core::JsonRepresentation
2212
+ hash :consent_details, as: 'consentDetails', class: Google::Apis::HealthcareV1beta1::ConsentEvaluation, decorator: Google::Apis::HealthcareV1beta1::ConsentEvaluation::Representation
2213
+
2214
+ property :consented, as: 'consented'
2215
+ property :data_id, as: 'dataId'
2216
+ end
2217
+ end
2218
+
2219
+ class RevokeConsentRequest
2220
+ # @private
2221
+ class Representation < Google::Apis::Core::JsonRepresentation
2222
+ property :consent_artifact, as: 'consentArtifact'
2223
+ end
2224
+ end
2225
+
2226
+ class SchemaConfig
2227
+ # @private
2228
+ class Representation < Google::Apis::Core::JsonRepresentation
2229
+ property :recursive_structure_depth, :numeric_string => true, as: 'recursiveStructureDepth'
2230
+ property :schema_type, as: 'schemaType'
2231
+ end
2232
+ end
2233
+
2234
+ class SchemaGroup
2235
+ # @private
2236
+ class Representation < Google::Apis::Core::JsonRepresentation
2237
+ property :choice, as: 'choice'
2238
+ property :max_occurs, as: 'maxOccurs'
2239
+ collection :members, as: 'members', class: Google::Apis::HealthcareV1beta1::GroupOrSegment, decorator: Google::Apis::HealthcareV1beta1::GroupOrSegment::Representation
2240
+
2241
+ property :min_occurs, as: 'minOccurs'
2242
+ property :name, as: 'name'
2243
+ end
2244
+ end
2245
+
2246
+ class SchemaPackage
2247
+ # @private
2248
+ class Representation < Google::Apis::Core::JsonRepresentation
2249
+ property :ignore_min_occurs, as: 'ignoreMinOccurs'
2250
+ collection :schemas, as: 'schemas', class: Google::Apis::HealthcareV1beta1::Hl7SchemaConfig, decorator: Google::Apis::HealthcareV1beta1::Hl7SchemaConfig::Representation
2251
+
2252
+ property :schematized_parsing_type, as: 'schematizedParsingType'
2253
+ collection :types, as: 'types', class: Google::Apis::HealthcareV1beta1::Hl7TypesConfig, decorator: Google::Apis::HealthcareV1beta1::Hl7TypesConfig::Representation
2254
+
2255
+ property :unexpected_segment_handling, as: 'unexpectedSegmentHandling'
2256
+ end
2257
+ end
2258
+
2259
+ class SchemaSegment
2260
+ # @private
2261
+ class Representation < Google::Apis::Core::JsonRepresentation
2262
+ property :max_occurs, as: 'maxOccurs'
2263
+ property :min_occurs, as: 'minOccurs'
2264
+ property :type, as: 'type'
2265
+ end
2266
+ end
2267
+
2268
+ class SchematizedData
2269
+ # @private
2270
+ class Representation < Google::Apis::Core::JsonRepresentation
2271
+ property :data, as: 'data'
2272
+ property :error, as: 'error'
2273
+ end
2274
+ end
2275
+
2276
+ class SearchResourcesRequest
2277
+ # @private
2278
+ class Representation < Google::Apis::Core::JsonRepresentation
2279
+ property :resource_type, as: 'resourceType'
2280
+ end
2281
+ end
2282
+
2283
+ class Segment
2284
+ # @private
2285
+ class Representation < Google::Apis::Core::JsonRepresentation
2286
+ hash :fields, as: 'fields'
2287
+ property :segment_id, as: 'segmentId'
2288
+ property :set_id, as: 'setId'
2289
+ end
2290
+ end
2291
+
2292
+ class SensitiveTextAnnotation
2293
+ # @private
2294
+ class Representation < Google::Apis::Core::JsonRepresentation
2295
+ hash :details, as: 'details', class: Google::Apis::HealthcareV1beta1::Detail, decorator: Google::Apis::HealthcareV1beta1::Detail::Representation
2296
+
2297
+ end
2298
+ end
2299
+
2300
+ class SetIamPolicyRequest
2301
+ # @private
2302
+ class Representation < Google::Apis::Core::JsonRepresentation
2303
+ property :policy, as: 'policy', class: Google::Apis::HealthcareV1beta1::Policy, decorator: Google::Apis::HealthcareV1beta1::Policy::Representation
2304
+
2305
+ property :update_mask, as: 'updateMask'
2306
+ end
2307
+ end
2308
+
2309
+ class Signature
2310
+ # @private
2311
+ class Representation < Google::Apis::Core::JsonRepresentation
2312
+ property :image, as: 'image', class: Google::Apis::HealthcareV1beta1::Image, decorator: Google::Apis::HealthcareV1beta1::Image::Representation
2313
+
2314
+ hash :metadata, as: 'metadata'
2315
+ property :signature_time, as: 'signatureTime'
2316
+ property :user_id, as: 'userId'
2317
+ end
2318
+ end
2319
+
2320
+ class Status
2321
+ # @private
2322
+ class Representation < Google::Apis::Core::JsonRepresentation
2323
+ property :code, as: 'code'
2324
+ collection :details, as: 'details'
2325
+ property :message, as: 'message'
2326
+ end
2327
+ end
2328
+
2329
+ class StreamConfig
2330
+ # @private
2331
+ class Representation < Google::Apis::Core::JsonRepresentation
2332
+ property :bigquery_destination, as: 'bigqueryDestination', class: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1FhirBigQueryDestination, decorator: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1FhirBigQueryDestination::Representation
2333
+
2334
+ collection :resource_types, as: 'resourceTypes'
2335
+ end
2336
+ end
2337
+
2338
+ class TagFilterList
2339
+ # @private
2340
+ class Representation < Google::Apis::Core::JsonRepresentation
2341
+ collection :tags, as: 'tags'
2342
+ end
2343
+ end
2344
+
2345
+ class TestIamPermissionsRequest
2346
+ # @private
2347
+ class Representation < Google::Apis::Core::JsonRepresentation
2348
+ collection :permissions, as: 'permissions'
2349
+ end
2350
+ end
2351
+
2352
+ class TestIamPermissionsResponse
2353
+ # @private
2354
+ class Representation < Google::Apis::Core::JsonRepresentation
2355
+ collection :permissions, as: 'permissions'
2356
+ end
2357
+ end
2358
+
2359
+ class TextConfig
2360
+ # @private
2361
+ class Representation < Google::Apis::Core::JsonRepresentation
2362
+ collection :transformations, as: 'transformations', class: Google::Apis::HealthcareV1beta1::InfoTypeTransformation, decorator: Google::Apis::HealthcareV1beta1::InfoTypeTransformation::Representation
2363
+
2364
+ end
2365
+ end
2366
+
2367
+ class TextSpan
2368
+ # @private
2369
+ class Representation < Google::Apis::Core::JsonRepresentation
2370
+ property :begin_offset, as: 'beginOffset'
2371
+ property :content, as: 'content'
2372
+ end
2373
+ end
2374
+
2375
+ class Type
2376
+ # @private
2377
+ class Representation < Google::Apis::Core::JsonRepresentation
2378
+ collection :fields, as: 'fields', class: Google::Apis::HealthcareV1beta1::Field, decorator: Google::Apis::HealthcareV1beta1::Field::Representation
2379
+
2380
+ property :name, as: 'name'
2381
+ property :primitive, as: 'primitive'
2382
+ end
2383
+ end
2384
+
2385
+ class UserDataMapping
2386
+ # @private
2387
+ class Representation < Google::Apis::Core::JsonRepresentation
2388
+ property :archive_time, as: 'archiveTime'
2389
+ property :archived, as: 'archived'
2390
+ property :data_id, as: 'dataId'
2391
+ property :name, as: 'name'
2392
+ collection :resource_attributes, as: 'resourceAttributes', class: Google::Apis::HealthcareV1beta1::Attribute, decorator: Google::Apis::HealthcareV1beta1::Attribute::Representation
2393
+
2394
+ property :user_id, as: 'userId'
2395
+ end
2396
+ end
2397
+
2398
+ class VersionSource
2399
+ # @private
2400
+ class Representation < Google::Apis::Core::JsonRepresentation
2401
+ property :msh_field, as: 'mshField'
2402
+ property :value, as: 'value'
2403
+ end
2404
+ end
2405
+
2406
+ class Vertex
2407
+ # @private
2408
+ class Representation < Google::Apis::Core::JsonRepresentation
2409
+ property :x, as: 'x'
2410
+ property :y, as: 'y'
2411
+ end
2412
+ end
2413
+ end
2414
+ end
2415
+ end