google-apis-healthcare_v1 0.20.0 → 0.23.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7912e71eebd4a7fdf3e477333a9112297347710eff816b8173ecfa56d038bd18
4
- data.tar.gz: 11e5ca19cb79d02ae59f4ef3aabfcc5c04b70d0565e318655021f99e82e9fa99
3
+ metadata.gz: 321699a9c9d79bc05d19f31ca65972b8a5cee7402728aa6995309b0fa7c7cc59
4
+ data.tar.gz: 2b01a0063994ebb2d493f34382c224b4222c29e4fe536a7cbf6bdbc4d9bf6f84
5
5
  SHA512:
6
- metadata.gz: e5c902a68c979bff39c77af8846930dfc29e67719a977200eabca756e33aa3b74f8392463f6bac8a81b233480627344ca68b3f4d60a618b01414b9498357d28c
7
- data.tar.gz: b07899b94f35620b2e91756f1509581e8d33288b326d04bc4afa0009792930f34db7be89c2257bbba2481b0b032f454c20a553987501adc9ebedfffa1689bfab
6
+ metadata.gz: b66922a8f10178b7f8296d64205160cf7a2579dc08a1bbb57d0fa46bb0f60aca620ed7230b9121e689d3ea593889c7d98f3b91c5d05a3bfb6b2fa3189eea4e2a
7
+ data.tar.gz: 21ef823f88e847a6904580b9c1e32fbf2fcc39bbd294b020260dfff7e77dd8b9c4fefd67a4de50998d794683d0b64a13055537a1ccb8438457cece275caff64a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.23.0 (2022-03-10)
4
+
5
+ * Regenerated from discovery document revision 20220224
6
+
7
+ ### v0.22.0 (2022-03-03)
8
+
9
+ * Regenerated from discovery document revision 20220223
10
+
11
+ ### v0.21.0 (2022-02-23)
12
+
13
+ * Regenerated from discovery document revision 20220211
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.20.0 (2022-01-05)
4
17
 
5
18
  * Regenerated from discovery document revision 20220104
@@ -1435,6 +1435,20 @@ module Google
1435
1435
  class ExportResourcesRequest
1436
1436
  include Google::Apis::Core::Hashable
1437
1437
 
1438
+ # If provided, only resources updated after this time are exported. The time
1439
+ # uses the format YYYY-MM-DDThh:mm:ss.sss+zz:zz. For example, `2015-02-07T13:28:
1440
+ # 17.239+02:00` or `2017-01-01T00:00:00Z`. The time must be specified to the
1441
+ # second and include a time zone.
1442
+ # Corresponds to the JSON property `_since`
1443
+ # @return [String]
1444
+ attr_accessor :_since
1445
+
1446
+ # String of comma-delimited FHIR resource types. If provided, only resources of
1447
+ # the specified resource type(s) are exported.
1448
+ # Corresponds to the JSON property `_type`
1449
+ # @return [String]
1450
+ attr_accessor :_type
1451
+
1438
1452
  # The configuration for exporting to BigQuery.
1439
1453
  # Corresponds to the JSON property `bigqueryDestination`
1440
1454
  # @return [Google::Apis::HealthcareV1::GoogleCloudHealthcareV1FhirBigQueryDestination]
@@ -1451,6 +1465,8 @@ module Google
1451
1465
 
1452
1466
  # Update properties of this object
1453
1467
  def update!(**args)
1468
+ @_since = args[:_since] if args.key?(:_since)
1469
+ @_type = args[:_type] if args.key?(:_type)
1454
1470
  @bigquery_destination = args[:bigquery_destination] if args.key?(:bigquery_destination)
1455
1471
  @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination)
1456
1472
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module HealthcareV1
18
18
  # Version of the google-apis-healthcare_v1 gem
19
- GEM_VERSION = "0.20.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220104"
25
+ REVISION = "20220224"
26
26
  end
27
27
  end
28
28
  end
@@ -1199,6 +1199,8 @@ module Google
1199
1199
  class ExportResourcesRequest
1200
1200
  # @private
1201
1201
  class Representation < Google::Apis::Core::JsonRepresentation
1202
+ property :_since, as: '_since'
1203
+ property :_type, as: '_type'
1202
1204
  property :bigquery_destination, as: 'bigqueryDestination', class: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1FhirBigQueryDestination, decorator: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1FhirBigQueryDestination::Representation
1203
1205
 
1204
1206
  property :gcs_destination, as: 'gcsDestination', class: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1FhirGcsDestination, decorator: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1FhirGcsDestination::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-healthcare_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Healthcare API V1