google-apis-healthcare_v1 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 HealthcareV1
18
+ # Version of the google-apis-healthcare_v1 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,1146 @@
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 HealthcareV1
24
+
25
+ class AuditConfig
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class AuditLogConfig
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class Binding
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class CancelOperationRequest
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class CharacterMaskConfig
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class CreateMessageRequest
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class CryptoHashConfig
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class Dataset
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class DateShiftConfig
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class DeidentifyConfig
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class DeidentifyDatasetRequest
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class DeidentifyDicomStoreRequest
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class DeidentifyFhirStoreRequest
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class DeidentifySummary
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class DicomConfig
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class DicomFilterConfig
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class DicomStore
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class Empty
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class ExportDicomDataRequest
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class ExportDicomDataResponse
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class ExportResourcesRequest
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class ExportResourcesResponse
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class Expr
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class FhirConfig
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class FhirFilter
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class FhirStore
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class FieldMetadata
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class GoogleCloudHealthcareV1DeidentifyDeidentifyDicomStoreSummary
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class GoogleCloudHealthcareV1DeidentifyDeidentifyFhirStoreSummary
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class GoogleCloudHealthcareV1DicomBigQueryDestination
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class GoogleCloudHealthcareV1DicomGcsDestination
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class GoogleCloudHealthcareV1DicomGcsSource
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class GoogleCloudHealthcareV1FhirBigQueryDestination
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class GoogleCloudHealthcareV1FhirGcsDestination
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class GoogleCloudHealthcareV1FhirGcsSource
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class Hl7V2NotificationConfig
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class Hl7V2Store
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class HttpBody
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class ImageConfig
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class ImportDicomDataRequest
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class ImportDicomDataResponse
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class ImportResourcesRequest
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class ImportResourcesResponse
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class InfoTypeTransformation
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class IngestMessageRequest
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class IngestMessageResponse
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class ListDatasetsResponse
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class ListDicomStoresResponse
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class ListFhirStoresResponse
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class ListHl7V2StoresResponse
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class ListLocationsResponse
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class ListMessagesResponse
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class ListOperationsResponse
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class Location
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class Message
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class NotificationConfig
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class Operation
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
367
+ class OperationMetadata
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
373
+ class ParsedData
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
379
+ class ParserConfig
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class PatientId
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class Policy
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class ProgressCounter
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
403
+ class RedactConfig
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
409
+ class ReplaceWithInfoTypeConfig
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
415
+ class Resources
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
421
+ class SchemaConfig
422
+ class Representation < Google::Apis::Core::JsonRepresentation; end
423
+
424
+ include Google::Apis::Core::JsonObjectSupport
425
+ end
426
+
427
+ class SearchResourcesRequest
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
433
+ class Segment
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class SetIamPolicyRequest
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
445
+ class Status
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
451
+ class StreamConfig
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
457
+ class TagFilterList
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
463
+ class TestIamPermissionsRequest
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
469
+ class TestIamPermissionsResponse
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
475
+ class TextConfig
476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
477
+
478
+ include Google::Apis::Core::JsonObjectSupport
479
+ end
480
+
481
+ class AuditConfig
482
+ # @private
483
+ class Representation < Google::Apis::Core::JsonRepresentation
484
+ collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::HealthcareV1::AuditLogConfig, decorator: Google::Apis::HealthcareV1::AuditLogConfig::Representation
485
+
486
+ property :service, as: 'service'
487
+ end
488
+ end
489
+
490
+ class AuditLogConfig
491
+ # @private
492
+ class Representation < Google::Apis::Core::JsonRepresentation
493
+ collection :exempted_members, as: 'exemptedMembers'
494
+ property :log_type, as: 'logType'
495
+ end
496
+ end
497
+
498
+ class Binding
499
+ # @private
500
+ class Representation < Google::Apis::Core::JsonRepresentation
501
+ property :condition, as: 'condition', class: Google::Apis::HealthcareV1::Expr, decorator: Google::Apis::HealthcareV1::Expr::Representation
502
+
503
+ collection :members, as: 'members'
504
+ property :role, as: 'role'
505
+ end
506
+ end
507
+
508
+ class CancelOperationRequest
509
+ # @private
510
+ class Representation < Google::Apis::Core::JsonRepresentation
511
+ end
512
+ end
513
+
514
+ class CharacterMaskConfig
515
+ # @private
516
+ class Representation < Google::Apis::Core::JsonRepresentation
517
+ property :masking_character, as: 'maskingCharacter'
518
+ end
519
+ end
520
+
521
+ class CreateMessageRequest
522
+ # @private
523
+ class Representation < Google::Apis::Core::JsonRepresentation
524
+ property :message, as: 'message', class: Google::Apis::HealthcareV1::Message, decorator: Google::Apis::HealthcareV1::Message::Representation
525
+
526
+ end
527
+ end
528
+
529
+ class CryptoHashConfig
530
+ # @private
531
+ class Representation < Google::Apis::Core::JsonRepresentation
532
+ property :crypto_key, :base64 => true, as: 'cryptoKey'
533
+ end
534
+ end
535
+
536
+ class Dataset
537
+ # @private
538
+ class Representation < Google::Apis::Core::JsonRepresentation
539
+ property :name, as: 'name'
540
+ property :time_zone, as: 'timeZone'
541
+ end
542
+ end
543
+
544
+ class DateShiftConfig
545
+ # @private
546
+ class Representation < Google::Apis::Core::JsonRepresentation
547
+ property :crypto_key, :base64 => true, as: 'cryptoKey'
548
+ end
549
+ end
550
+
551
+ class DeidentifyConfig
552
+ # @private
553
+ class Representation < Google::Apis::Core::JsonRepresentation
554
+ property :dicom, as: 'dicom', class: Google::Apis::HealthcareV1::DicomConfig, decorator: Google::Apis::HealthcareV1::DicomConfig::Representation
555
+
556
+ property :fhir, as: 'fhir', class: Google::Apis::HealthcareV1::FhirConfig, decorator: Google::Apis::HealthcareV1::FhirConfig::Representation
557
+
558
+ property :image, as: 'image', class: Google::Apis::HealthcareV1::ImageConfig, decorator: Google::Apis::HealthcareV1::ImageConfig::Representation
559
+
560
+ property :text, as: 'text', class: Google::Apis::HealthcareV1::TextConfig, decorator: Google::Apis::HealthcareV1::TextConfig::Representation
561
+
562
+ end
563
+ end
564
+
565
+ class DeidentifyDatasetRequest
566
+ # @private
567
+ class Representation < Google::Apis::Core::JsonRepresentation
568
+ property :config, as: 'config', class: Google::Apis::HealthcareV1::DeidentifyConfig, decorator: Google::Apis::HealthcareV1::DeidentifyConfig::Representation
569
+
570
+ property :destination_dataset, as: 'destinationDataset'
571
+ end
572
+ end
573
+
574
+ class DeidentifyDicomStoreRequest
575
+ # @private
576
+ class Representation < Google::Apis::Core::JsonRepresentation
577
+ property :config, as: 'config', class: Google::Apis::HealthcareV1::DeidentifyConfig, decorator: Google::Apis::HealthcareV1::DeidentifyConfig::Representation
578
+
579
+ property :destination_store, as: 'destinationStore'
580
+ property :filter_config, as: 'filterConfig', class: Google::Apis::HealthcareV1::DicomFilterConfig, decorator: Google::Apis::HealthcareV1::DicomFilterConfig::Representation
581
+
582
+ end
583
+ end
584
+
585
+ class DeidentifyFhirStoreRequest
586
+ # @private
587
+ class Representation < Google::Apis::Core::JsonRepresentation
588
+ property :config, as: 'config', class: Google::Apis::HealthcareV1::DeidentifyConfig, decorator: Google::Apis::HealthcareV1::DeidentifyConfig::Representation
589
+
590
+ property :destination_store, as: 'destinationStore'
591
+ property :resource_filter, as: 'resourceFilter', class: Google::Apis::HealthcareV1::FhirFilter, decorator: Google::Apis::HealthcareV1::FhirFilter::Representation
592
+
593
+ end
594
+ end
595
+
596
+ class DeidentifySummary
597
+ # @private
598
+ class Representation < Google::Apis::Core::JsonRepresentation
599
+ end
600
+ end
601
+
602
+ class DicomConfig
603
+ # @private
604
+ class Representation < Google::Apis::Core::JsonRepresentation
605
+ property :filter_profile, as: 'filterProfile'
606
+ property :keep_list, as: 'keepList', class: Google::Apis::HealthcareV1::TagFilterList, decorator: Google::Apis::HealthcareV1::TagFilterList::Representation
607
+
608
+ property :remove_list, as: 'removeList', class: Google::Apis::HealthcareV1::TagFilterList, decorator: Google::Apis::HealthcareV1::TagFilterList::Representation
609
+
610
+ property :skip_id_redaction, as: 'skipIdRedaction'
611
+ end
612
+ end
613
+
614
+ class DicomFilterConfig
615
+ # @private
616
+ class Representation < Google::Apis::Core::JsonRepresentation
617
+ property :resource_paths_gcs_uri, as: 'resourcePathsGcsUri'
618
+ end
619
+ end
620
+
621
+ class DicomStore
622
+ # @private
623
+ class Representation < Google::Apis::Core::JsonRepresentation
624
+ hash :labels, as: 'labels'
625
+ property :name, as: 'name'
626
+ property :notification_config, as: 'notificationConfig', class: Google::Apis::HealthcareV1::NotificationConfig, decorator: Google::Apis::HealthcareV1::NotificationConfig::Representation
627
+
628
+ end
629
+ end
630
+
631
+ class Empty
632
+ # @private
633
+ class Representation < Google::Apis::Core::JsonRepresentation
634
+ end
635
+ end
636
+
637
+ class ExportDicomDataRequest
638
+ # @private
639
+ class Representation < Google::Apis::Core::JsonRepresentation
640
+ property :bigquery_destination, as: 'bigqueryDestination', class: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1DicomBigQueryDestination, decorator: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1DicomBigQueryDestination::Representation
641
+
642
+ property :gcs_destination, as: 'gcsDestination', class: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1DicomGcsDestination, decorator: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1DicomGcsDestination::Representation
643
+
644
+ end
645
+ end
646
+
647
+ class ExportDicomDataResponse
648
+ # @private
649
+ class Representation < Google::Apis::Core::JsonRepresentation
650
+ end
651
+ end
652
+
653
+ class ExportResourcesRequest
654
+ # @private
655
+ class Representation < Google::Apis::Core::JsonRepresentation
656
+ property :bigquery_destination, as: 'bigqueryDestination', class: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1FhirBigQueryDestination, decorator: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1FhirBigQueryDestination::Representation
657
+
658
+ property :gcs_destination, as: 'gcsDestination', class: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1FhirGcsDestination, decorator: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1FhirGcsDestination::Representation
659
+
660
+ end
661
+ end
662
+
663
+ class ExportResourcesResponse
664
+ # @private
665
+ class Representation < Google::Apis::Core::JsonRepresentation
666
+ end
667
+ end
668
+
669
+ class Expr
670
+ # @private
671
+ class Representation < Google::Apis::Core::JsonRepresentation
672
+ property :description, as: 'description'
673
+ property :expression, as: 'expression'
674
+ property :location, as: 'location'
675
+ property :title, as: 'title'
676
+ end
677
+ end
678
+
679
+ class FhirConfig
680
+ # @private
681
+ class Representation < Google::Apis::Core::JsonRepresentation
682
+ collection :field_metadata_list, as: 'fieldMetadataList', class: Google::Apis::HealthcareV1::FieldMetadata, decorator: Google::Apis::HealthcareV1::FieldMetadata::Representation
683
+
684
+ end
685
+ end
686
+
687
+ class FhirFilter
688
+ # @private
689
+ class Representation < Google::Apis::Core::JsonRepresentation
690
+ property :resources, as: 'resources', class: Google::Apis::HealthcareV1::Resources, decorator: Google::Apis::HealthcareV1::Resources::Representation
691
+
692
+ end
693
+ end
694
+
695
+ class FhirStore
696
+ # @private
697
+ class Representation < Google::Apis::Core::JsonRepresentation
698
+ property :disable_referential_integrity, as: 'disableReferentialIntegrity'
699
+ property :disable_resource_versioning, as: 'disableResourceVersioning'
700
+ property :enable_update_create, as: 'enableUpdateCreate'
701
+ hash :labels, as: 'labels'
702
+ property :name, as: 'name'
703
+ property :notification_config, as: 'notificationConfig', class: Google::Apis::HealthcareV1::NotificationConfig, decorator: Google::Apis::HealthcareV1::NotificationConfig::Representation
704
+
705
+ collection :stream_configs, as: 'streamConfigs', class: Google::Apis::HealthcareV1::StreamConfig, decorator: Google::Apis::HealthcareV1::StreamConfig::Representation
706
+
707
+ property :version, as: 'version'
708
+ end
709
+ end
710
+
711
+ class FieldMetadata
712
+ # @private
713
+ class Representation < Google::Apis::Core::JsonRepresentation
714
+ property :action, as: 'action'
715
+ collection :paths, as: 'paths'
716
+ end
717
+ end
718
+
719
+ class GoogleCloudHealthcareV1DeidentifyDeidentifyDicomStoreSummary
720
+ # @private
721
+ class Representation < Google::Apis::Core::JsonRepresentation
722
+ end
723
+ end
724
+
725
+ class GoogleCloudHealthcareV1DeidentifyDeidentifyFhirStoreSummary
726
+ # @private
727
+ class Representation < Google::Apis::Core::JsonRepresentation
728
+ end
729
+ end
730
+
731
+ class GoogleCloudHealthcareV1DicomBigQueryDestination
732
+ # @private
733
+ class Representation < Google::Apis::Core::JsonRepresentation
734
+ property :force, as: 'force'
735
+ property :table_uri, as: 'tableUri'
736
+ end
737
+ end
738
+
739
+ class GoogleCloudHealthcareV1DicomGcsDestination
740
+ # @private
741
+ class Representation < Google::Apis::Core::JsonRepresentation
742
+ property :mime_type, as: 'mimeType'
743
+ property :uri_prefix, as: 'uriPrefix'
744
+ end
745
+ end
746
+
747
+ class GoogleCloudHealthcareV1DicomGcsSource
748
+ # @private
749
+ class Representation < Google::Apis::Core::JsonRepresentation
750
+ property :uri, as: 'uri'
751
+ end
752
+ end
753
+
754
+ class GoogleCloudHealthcareV1FhirBigQueryDestination
755
+ # @private
756
+ class Representation < Google::Apis::Core::JsonRepresentation
757
+ property :dataset_uri, as: 'datasetUri'
758
+ property :force, as: 'force'
759
+ property :schema_config, as: 'schemaConfig', class: Google::Apis::HealthcareV1::SchemaConfig, decorator: Google::Apis::HealthcareV1::SchemaConfig::Representation
760
+
761
+ end
762
+ end
763
+
764
+ class GoogleCloudHealthcareV1FhirGcsDestination
765
+ # @private
766
+ class Representation < Google::Apis::Core::JsonRepresentation
767
+ property :uri_prefix, as: 'uriPrefix'
768
+ end
769
+ end
770
+
771
+ class GoogleCloudHealthcareV1FhirGcsSource
772
+ # @private
773
+ class Representation < Google::Apis::Core::JsonRepresentation
774
+ property :uri, as: 'uri'
775
+ end
776
+ end
777
+
778
+ class Hl7V2NotificationConfig
779
+ # @private
780
+ class Representation < Google::Apis::Core::JsonRepresentation
781
+ property :filter, as: 'filter'
782
+ property :pubsub_topic, as: 'pubsubTopic'
783
+ end
784
+ end
785
+
786
+ class Hl7V2Store
787
+ # @private
788
+ class Representation < Google::Apis::Core::JsonRepresentation
789
+ hash :labels, as: 'labels'
790
+ property :name, as: 'name'
791
+ collection :notification_configs, as: 'notificationConfigs', class: Google::Apis::HealthcareV1::Hl7V2NotificationConfig, decorator: Google::Apis::HealthcareV1::Hl7V2NotificationConfig::Representation
792
+
793
+ property :parser_config, as: 'parserConfig', class: Google::Apis::HealthcareV1::ParserConfig, decorator: Google::Apis::HealthcareV1::ParserConfig::Representation
794
+
795
+ property :reject_duplicate_message, as: 'rejectDuplicateMessage'
796
+ end
797
+ end
798
+
799
+ class HttpBody
800
+ # @private
801
+ class Representation < Google::Apis::Core::JsonRepresentation
802
+ property :content_type, as: 'contentType'
803
+ property :data, :base64 => true, as: 'data'
804
+ collection :extensions, as: 'extensions'
805
+ end
806
+ end
807
+
808
+ class ImageConfig
809
+ # @private
810
+ class Representation < Google::Apis::Core::JsonRepresentation
811
+ property :text_redaction_mode, as: 'textRedactionMode'
812
+ end
813
+ end
814
+
815
+ class ImportDicomDataRequest
816
+ # @private
817
+ class Representation < Google::Apis::Core::JsonRepresentation
818
+ property :gcs_source, as: 'gcsSource', class: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1DicomGcsSource, decorator: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1DicomGcsSource::Representation
819
+
820
+ end
821
+ end
822
+
823
+ class ImportDicomDataResponse
824
+ # @private
825
+ class Representation < Google::Apis::Core::JsonRepresentation
826
+ end
827
+ end
828
+
829
+ class ImportResourcesRequest
830
+ # @private
831
+ class Representation < Google::Apis::Core::JsonRepresentation
832
+ property :content_structure, as: 'contentStructure'
833
+ property :gcs_source, as: 'gcsSource', class: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1FhirGcsSource, decorator: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1FhirGcsSource::Representation
834
+
835
+ end
836
+ end
837
+
838
+ class ImportResourcesResponse
839
+ # @private
840
+ class Representation < Google::Apis::Core::JsonRepresentation
841
+ end
842
+ end
843
+
844
+ class InfoTypeTransformation
845
+ # @private
846
+ class Representation < Google::Apis::Core::JsonRepresentation
847
+ property :character_mask_config, as: 'characterMaskConfig', class: Google::Apis::HealthcareV1::CharacterMaskConfig, decorator: Google::Apis::HealthcareV1::CharacterMaskConfig::Representation
848
+
849
+ property :crypto_hash_config, as: 'cryptoHashConfig', class: Google::Apis::HealthcareV1::CryptoHashConfig, decorator: Google::Apis::HealthcareV1::CryptoHashConfig::Representation
850
+
851
+ property :date_shift_config, as: 'dateShiftConfig', class: Google::Apis::HealthcareV1::DateShiftConfig, decorator: Google::Apis::HealthcareV1::DateShiftConfig::Representation
852
+
853
+ collection :info_types, as: 'infoTypes'
854
+ property :redact_config, as: 'redactConfig', class: Google::Apis::HealthcareV1::RedactConfig, decorator: Google::Apis::HealthcareV1::RedactConfig::Representation
855
+
856
+ property :replace_with_info_type_config, as: 'replaceWithInfoTypeConfig', class: Google::Apis::HealthcareV1::ReplaceWithInfoTypeConfig, decorator: Google::Apis::HealthcareV1::ReplaceWithInfoTypeConfig::Representation
857
+
858
+ end
859
+ end
860
+
861
+ class IngestMessageRequest
862
+ # @private
863
+ class Representation < Google::Apis::Core::JsonRepresentation
864
+ property :message, as: 'message', class: Google::Apis::HealthcareV1::Message, decorator: Google::Apis::HealthcareV1::Message::Representation
865
+
866
+ end
867
+ end
868
+
869
+ class IngestMessageResponse
870
+ # @private
871
+ class Representation < Google::Apis::Core::JsonRepresentation
872
+ property :hl7_ack, :base64 => true, as: 'hl7Ack'
873
+ property :message, as: 'message', class: Google::Apis::HealthcareV1::Message, decorator: Google::Apis::HealthcareV1::Message::Representation
874
+
875
+ end
876
+ end
877
+
878
+ class ListDatasetsResponse
879
+ # @private
880
+ class Representation < Google::Apis::Core::JsonRepresentation
881
+ collection :datasets, as: 'datasets', class: Google::Apis::HealthcareV1::Dataset, decorator: Google::Apis::HealthcareV1::Dataset::Representation
882
+
883
+ property :next_page_token, as: 'nextPageToken'
884
+ end
885
+ end
886
+
887
+ class ListDicomStoresResponse
888
+ # @private
889
+ class Representation < Google::Apis::Core::JsonRepresentation
890
+ collection :dicom_stores, as: 'dicomStores', class: Google::Apis::HealthcareV1::DicomStore, decorator: Google::Apis::HealthcareV1::DicomStore::Representation
891
+
892
+ property :next_page_token, as: 'nextPageToken'
893
+ end
894
+ end
895
+
896
+ class ListFhirStoresResponse
897
+ # @private
898
+ class Representation < Google::Apis::Core::JsonRepresentation
899
+ collection :fhir_stores, as: 'fhirStores', class: Google::Apis::HealthcareV1::FhirStore, decorator: Google::Apis::HealthcareV1::FhirStore::Representation
900
+
901
+ property :next_page_token, as: 'nextPageToken'
902
+ end
903
+ end
904
+
905
+ class ListHl7V2StoresResponse
906
+ # @private
907
+ class Representation < Google::Apis::Core::JsonRepresentation
908
+ collection :hl7_v2_stores, as: 'hl7V2Stores', class: Google::Apis::HealthcareV1::Hl7V2Store, decorator: Google::Apis::HealthcareV1::Hl7V2Store::Representation
909
+
910
+ property :next_page_token, as: 'nextPageToken'
911
+ end
912
+ end
913
+
914
+ class ListLocationsResponse
915
+ # @private
916
+ class Representation < Google::Apis::Core::JsonRepresentation
917
+ collection :locations, as: 'locations', class: Google::Apis::HealthcareV1::Location, decorator: Google::Apis::HealthcareV1::Location::Representation
918
+
919
+ property :next_page_token, as: 'nextPageToken'
920
+ end
921
+ end
922
+
923
+ class ListMessagesResponse
924
+ # @private
925
+ class Representation < Google::Apis::Core::JsonRepresentation
926
+ collection :hl7_v2_messages, as: 'hl7V2Messages', class: Google::Apis::HealthcareV1::Message, decorator: Google::Apis::HealthcareV1::Message::Representation
927
+
928
+ property :next_page_token, as: 'nextPageToken'
929
+ end
930
+ end
931
+
932
+ class ListOperationsResponse
933
+ # @private
934
+ class Representation < Google::Apis::Core::JsonRepresentation
935
+ property :next_page_token, as: 'nextPageToken'
936
+ collection :operations, as: 'operations', class: Google::Apis::HealthcareV1::Operation, decorator: Google::Apis::HealthcareV1::Operation::Representation
937
+
938
+ end
939
+ end
940
+
941
+ class Location
942
+ # @private
943
+ class Representation < Google::Apis::Core::JsonRepresentation
944
+ property :display_name, as: 'displayName'
945
+ hash :labels, as: 'labels'
946
+ property :location_id, as: 'locationId'
947
+ hash :metadata, as: 'metadata'
948
+ property :name, as: 'name'
949
+ end
950
+ end
951
+
952
+ class Message
953
+ # @private
954
+ class Representation < Google::Apis::Core::JsonRepresentation
955
+ property :create_time, as: 'createTime'
956
+ property :data, :base64 => true, as: 'data'
957
+ hash :labels, as: 'labels'
958
+ property :message_type, as: 'messageType'
959
+ property :name, as: 'name'
960
+ property :parsed_data, as: 'parsedData', class: Google::Apis::HealthcareV1::ParsedData, decorator: Google::Apis::HealthcareV1::ParsedData::Representation
961
+
962
+ collection :patient_ids, as: 'patientIds', class: Google::Apis::HealthcareV1::PatientId, decorator: Google::Apis::HealthcareV1::PatientId::Representation
963
+
964
+ property :send_facility, as: 'sendFacility'
965
+ property :send_time, as: 'sendTime'
966
+ end
967
+ end
968
+
969
+ class NotificationConfig
970
+ # @private
971
+ class Representation < Google::Apis::Core::JsonRepresentation
972
+ property :pubsub_topic, as: 'pubsubTopic'
973
+ end
974
+ end
975
+
976
+ class Operation
977
+ # @private
978
+ class Representation < Google::Apis::Core::JsonRepresentation
979
+ property :done, as: 'done'
980
+ property :error, as: 'error', class: Google::Apis::HealthcareV1::Status, decorator: Google::Apis::HealthcareV1::Status::Representation
981
+
982
+ hash :metadata, as: 'metadata'
983
+ property :name, as: 'name'
984
+ hash :response, as: 'response'
985
+ end
986
+ end
987
+
988
+ class OperationMetadata
989
+ # @private
990
+ class Representation < Google::Apis::Core::JsonRepresentation
991
+ property :api_method_name, as: 'apiMethodName'
992
+ property :cancel_requested, as: 'cancelRequested'
993
+ property :counter, as: 'counter', class: Google::Apis::HealthcareV1::ProgressCounter, decorator: Google::Apis::HealthcareV1::ProgressCounter::Representation
994
+
995
+ property :create_time, as: 'createTime'
996
+ property :end_time, as: 'endTime'
997
+ property :logs_url, as: 'logsUrl'
998
+ end
999
+ end
1000
+
1001
+ class ParsedData
1002
+ # @private
1003
+ class Representation < Google::Apis::Core::JsonRepresentation
1004
+ collection :segments, as: 'segments', class: Google::Apis::HealthcareV1::Segment, decorator: Google::Apis::HealthcareV1::Segment::Representation
1005
+
1006
+ end
1007
+ end
1008
+
1009
+ class ParserConfig
1010
+ # @private
1011
+ class Representation < Google::Apis::Core::JsonRepresentation
1012
+ property :allow_null_header, as: 'allowNullHeader'
1013
+ property :segment_terminator, :base64 => true, as: 'segmentTerminator'
1014
+ end
1015
+ end
1016
+
1017
+ class PatientId
1018
+ # @private
1019
+ class Representation < Google::Apis::Core::JsonRepresentation
1020
+ property :type, as: 'type'
1021
+ property :value, as: 'value'
1022
+ end
1023
+ end
1024
+
1025
+ class Policy
1026
+ # @private
1027
+ class Representation < Google::Apis::Core::JsonRepresentation
1028
+ collection :audit_configs, as: 'auditConfigs', class: Google::Apis::HealthcareV1::AuditConfig, decorator: Google::Apis::HealthcareV1::AuditConfig::Representation
1029
+
1030
+ collection :bindings, as: 'bindings', class: Google::Apis::HealthcareV1::Binding, decorator: Google::Apis::HealthcareV1::Binding::Representation
1031
+
1032
+ property :etag, :base64 => true, as: 'etag'
1033
+ property :version, as: 'version'
1034
+ end
1035
+ end
1036
+
1037
+ class ProgressCounter
1038
+ # @private
1039
+ class Representation < Google::Apis::Core::JsonRepresentation
1040
+ property :failure, :numeric_string => true, as: 'failure'
1041
+ property :pending, :numeric_string => true, as: 'pending'
1042
+ property :success, :numeric_string => true, as: 'success'
1043
+ end
1044
+ end
1045
+
1046
+ class RedactConfig
1047
+ # @private
1048
+ class Representation < Google::Apis::Core::JsonRepresentation
1049
+ end
1050
+ end
1051
+
1052
+ class ReplaceWithInfoTypeConfig
1053
+ # @private
1054
+ class Representation < Google::Apis::Core::JsonRepresentation
1055
+ end
1056
+ end
1057
+
1058
+ class Resources
1059
+ # @private
1060
+ class Representation < Google::Apis::Core::JsonRepresentation
1061
+ collection :resources, as: 'resources'
1062
+ end
1063
+ end
1064
+
1065
+ class SchemaConfig
1066
+ # @private
1067
+ class Representation < Google::Apis::Core::JsonRepresentation
1068
+ property :recursive_structure_depth, :numeric_string => true, as: 'recursiveStructureDepth'
1069
+ property :schema_type, as: 'schemaType'
1070
+ end
1071
+ end
1072
+
1073
+ class SearchResourcesRequest
1074
+ # @private
1075
+ class Representation < Google::Apis::Core::JsonRepresentation
1076
+ property :resource_type, as: 'resourceType'
1077
+ end
1078
+ end
1079
+
1080
+ class Segment
1081
+ # @private
1082
+ class Representation < Google::Apis::Core::JsonRepresentation
1083
+ hash :fields, as: 'fields'
1084
+ property :segment_id, as: 'segmentId'
1085
+ property :set_id, as: 'setId'
1086
+ end
1087
+ end
1088
+
1089
+ class SetIamPolicyRequest
1090
+ # @private
1091
+ class Representation < Google::Apis::Core::JsonRepresentation
1092
+ property :policy, as: 'policy', class: Google::Apis::HealthcareV1::Policy, decorator: Google::Apis::HealthcareV1::Policy::Representation
1093
+
1094
+ property :update_mask, as: 'updateMask'
1095
+ end
1096
+ end
1097
+
1098
+ class Status
1099
+ # @private
1100
+ class Representation < Google::Apis::Core::JsonRepresentation
1101
+ property :code, as: 'code'
1102
+ collection :details, as: 'details'
1103
+ property :message, as: 'message'
1104
+ end
1105
+ end
1106
+
1107
+ class StreamConfig
1108
+ # @private
1109
+ class Representation < Google::Apis::Core::JsonRepresentation
1110
+ property :bigquery_destination, as: 'bigqueryDestination', class: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1FhirBigQueryDestination, decorator: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1FhirBigQueryDestination::Representation
1111
+
1112
+ collection :resource_types, as: 'resourceTypes'
1113
+ end
1114
+ end
1115
+
1116
+ class TagFilterList
1117
+ # @private
1118
+ class Representation < Google::Apis::Core::JsonRepresentation
1119
+ collection :tags, as: 'tags'
1120
+ end
1121
+ end
1122
+
1123
+ class TestIamPermissionsRequest
1124
+ # @private
1125
+ class Representation < Google::Apis::Core::JsonRepresentation
1126
+ collection :permissions, as: 'permissions'
1127
+ end
1128
+ end
1129
+
1130
+ class TestIamPermissionsResponse
1131
+ # @private
1132
+ class Representation < Google::Apis::Core::JsonRepresentation
1133
+ collection :permissions, as: 'permissions'
1134
+ end
1135
+ end
1136
+
1137
+ class TextConfig
1138
+ # @private
1139
+ class Representation < Google::Apis::Core::JsonRepresentation
1140
+ collection :transformations, as: 'transformations', class: Google::Apis::HealthcareV1::InfoTypeTransformation, decorator: Google::Apis::HealthcareV1::InfoTypeTransformation::Representation
1141
+
1142
+ end
1143
+ end
1144
+ end
1145
+ end
1146
+ end