google-apis-healthcare_v1beta1 0.70.0 → 0.71.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: b04934346c8db9b24bfc0c5ab4e7e3831c10af991ff852f86d11091fe252c0be
4
- data.tar.gz: 3ef927c2f11e775f34fdd0c14ee22f31460791bccc3acd3a4eb87b0af9195d37
3
+ metadata.gz: ebef2bab845ab0fc1e90e2c808645c3b4888b7b3951d94c908dd7f281aa1a12d
4
+ data.tar.gz: c88728280a17bb46b8d17000f96e10cb9b981a98e027d4d7f4f776e4f4e0695d
5
5
  SHA512:
6
- metadata.gz: 404043e1599060c12a44d4e3b90b3106916ea6332ba9cd0bf678d404405fce6947e7ec0b1d5bc8f0c6e1b0b17a751c9d021eec34dcfc8e569218e49bab4d2d5c
7
- data.tar.gz: 6b79bea002bb3ed69a70098a6ce8d58ea696c2525dd405a23c4caf68bd9d13f7b1a8b858c0c8f425f0872fc92450e47bc8575453474c77021ae4914abe4d5647
6
+ metadata.gz: f291f1f6a8fd5b593342971deafa613f6eba6f1fa6e7e8db01a97e095d893309b1fd5d45b6cb7c96d3c9860b950def389b9ae21b9a22d6077add023fde41101e
7
+ data.tar.gz: 57f25cd809af6802abf84c86ee9fcc3f5e5cd4285b85f07e3fe7a1cde0bd85d2024e58065fa255c57dd2303950473aa672e5dcf5bf47030bd5d34c19eaec9037
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.71.0 (2024-06-02)
4
+
5
+ * Regenerated from discovery document revision 20240521
6
+
3
7
  ### v0.70.0 (2024-05-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20240508
@@ -2869,11 +2869,6 @@ module Google
2869
2869
  # @return [String]
2870
2870
  attr_accessor :_type
2871
2871
 
2872
- # The configuration for exporting to BigQuery.
2873
- # Corresponds to the JSON property `bigqueryDestination`
2874
- # @return [Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1FhirBigQueryDestination]
2875
- attr_accessor :bigquery_destination
2876
-
2877
2872
  # The configuration for exporting to Cloud Storage.
2878
2873
  # Corresponds to the JSON property `gcsDestination`
2879
2874
  # @return [Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1FhirGcsDestination]
@@ -2895,7 +2890,6 @@ module Google
2895
2890
  def update!(**args)
2896
2891
  @_since = args[:_since] if args.key?(:_since)
2897
2892
  @_type = args[:_type] if args.key?(:_type)
2898
- @bigquery_destination = args[:bigquery_destination] if args.key?(:bigquery_destination)
2899
2893
  @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination)
2900
2894
  @max_resource_versions = args[:max_resource_versions] if args.key?(:max_resource_versions)
2901
2895
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module HealthcareV1beta1
18
18
  # Version of the google-apis-healthcare_v1beta1 gem
19
- GEM_VERSION = "0.70.0"
19
+ GEM_VERSION = "0.71.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240508"
25
+ REVISION = "20240521"
26
26
  end
27
27
  end
28
28
  end
@@ -2135,8 +2135,6 @@ module Google
2135
2135
  class Representation < Google::Apis::Core::JsonRepresentation
2136
2136
  property :_since, as: '_since'
2137
2137
  property :_type, as: '_type'
2138
- property :bigquery_destination, as: 'bigqueryDestination', class: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1FhirBigQueryDestination, decorator: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1FhirBigQueryDestination::Representation
2139
-
2140
2138
  property :gcs_destination, as: 'gcsDestination', class: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1FhirGcsDestination, decorator: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1FhirGcsDestination::Representation
2141
2139
 
2142
2140
  property :max_resource_versions, :numeric_string => true, as: 'maxResourceVersions'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-healthcare_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.70.0
4
+ version: 0.71.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: 2024-05-26 00:00:00.000000000 Z
11
+ date: 2024-06-02 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.70.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.71.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []