google-apis-healthcare_v1 0.22.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: fcaa7780862f92e537eade14ff6c5b1ef30cc1bae8b54942c4689ec8e16d0095
4
- data.tar.gz: 488a84899ac32e2c1127f2200b12bc63341bbe1910e3e21ee09cd75ea3a655fe
3
+ metadata.gz: 321699a9c9d79bc05d19f31ca65972b8a5cee7402728aa6995309b0fa7c7cc59
4
+ data.tar.gz: 2b01a0063994ebb2d493f34382c224b4222c29e4fe536a7cbf6bdbc4d9bf6f84
5
5
  SHA512:
6
- metadata.gz: 7e153db390f2eee5ab01ea6777e4c22ab0f9ebcf3f9f1606bc116adb71416e67cba26f7ea279050c610c96dbc986fae86e2543a192b5b8a1d3038ebc084c1355
7
- data.tar.gz: b45a223d9bf22c6bd651650884077ae65e750891d28a1640e1416a25e881faec8eb7312c6c7cef9765b91473c0fd6215a0fb3aa14e4b9546e8426e77ea566622
6
+ metadata.gz: b66922a8f10178b7f8296d64205160cf7a2579dc08a1bbb57d0fa46bb0f60aca620ed7230b9121e689d3ea593889c7d98f3b91c5d05a3bfb6b2fa3189eea4e2a
7
+ data.tar.gz: 21ef823f88e847a6904580b9c1e32fbf2fcc39bbd294b020260dfff7e77dd8b9c4fefd67a4de50998d794683d0b64a13055537a1ccb8438457cece275caff64a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.22.0 (2022-03-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20220223
@@ -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.22.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220223"
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.22.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-03-07 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.22.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: []