google-apis-healthcare_v1beta1 0.82.0 → 0.83.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af9c7c2ce125c0b2934a6a672358f28e6b36940800e3b769afa0e0d603ddb109
4
- data.tar.gz: 3d4dfdd6512e95b937d7f41c5c3c9ed2ee22c5c151bf03a44312ad1162216d09
3
+ metadata.gz: 9eaf2acd55f32a040b7d3f157626776e231dd112aedaefd4ce449df6720c0e2b
4
+ data.tar.gz: '0319c54fe2e4b2e5c13c05a6a53743e04ec7991e5c60eebe84fbed09f7373b56'
5
5
  SHA512:
6
- metadata.gz: '09ac9272e8cde73b9b70009e3400068fb80aa709ecd1ce60cd47c260d5d8690787fb4971ea7a555cfa83f6a152cef816057736c884fbc5f1fece40ad362b75d4'
7
- data.tar.gz: 1aebbae2e54ae66109d7e9c07f8b11fb8ea897eab88f2fa4455fa9ae5c2c1c8f219a0cdc857c910158aa4f94f26a70ec14558d251bd04958e8e6753d5ce8b233
6
+ metadata.gz: 0f383c00c914dc5a17843ae4e7443a323a45ae90a6b25d389f23577b4aec80159b7db6a0cff06c2f1f484aeafe3f0fa4b461a7d0752de40c57d2ac3e4c58946f
7
+ data.tar.gz: ba80edfffac1ed3cf14450bdf8f491eac828ea9f29eb618e00418c31c5e5873654446b6d464bce5c88901017e77e87c61a26eb77cb6065022fecbe8aea177e40
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.83.0 (2025-06-22)
4
+
5
+ * Regenerated from discovery document revision 20250609
6
+
3
7
  ### v0.82.0 (2025-06-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20250526
@@ -3613,11 +3613,6 @@ module Google
3613
3613
  class GoogleCloudHealthcareV1beta1DicomBigQueryDestination
3614
3614
  include Google::Apis::Core::Hashable
3615
3615
 
3616
- # BigQuery Change Data Capture configuration.
3617
- # Corresponds to the JSON property `changeDataCaptureConfig`
3618
- # @return [Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DicomChangeDataCaptureConfig]
3619
- attr_accessor :change_data_capture_config
3620
-
3621
3616
  # Use `write_disposition` instead. If `write_disposition` is specified, this
3622
3617
  # parameter is ignored. force=false is equivalent to write_disposition=
3623
3618
  # WRITE_EMPTY and force=true is equivalent to write_disposition=WRITE_TRUNCATE.
@@ -3645,26 +3640,12 @@ module Google
3645
3640
 
3646
3641
  # Update properties of this object
3647
3642
  def update!(**args)
3648
- @change_data_capture_config = args[:change_data_capture_config] if args.key?(:change_data_capture_config)
3649
3643
  @force = args[:force] if args.key?(:force)
3650
3644
  @table_uri = args[:table_uri] if args.key?(:table_uri)
3651
3645
  @write_disposition = args[:write_disposition] if args.key?(:write_disposition)
3652
3646
  end
3653
3647
  end
3654
3648
 
3655
- # BigQuery Change Data Capture configuration.
3656
- class GoogleCloudHealthcareV1beta1DicomChangeDataCaptureConfig
3657
- include Google::Apis::Core::Hashable
3658
-
3659
- def initialize(**args)
3660
- update!(**args)
3661
- end
3662
-
3663
- # Update properties of this object
3664
- def update!(**args)
3665
- end
3666
- end
3667
-
3668
3649
  # The Cloud Storage location where the server writes the output and the export
3669
3650
  # configuration.
3670
3651
  class GoogleCloudHealthcareV1beta1DicomGcsDestination
@@ -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.82.0"
19
+ GEM_VERSION = "0.83.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250526"
25
+ REVISION = "20250609"
26
26
  end
27
27
  end
28
28
  end
@@ -604,12 +604,6 @@ module Google
604
604
  include Google::Apis::Core::JsonObjectSupport
605
605
  end
606
606
 
607
- class GoogleCloudHealthcareV1beta1DicomChangeDataCaptureConfig
608
- class Representation < Google::Apis::Core::JsonRepresentation; end
609
-
610
- include Google::Apis::Core::JsonObjectSupport
611
- end
612
-
613
607
  class GoogleCloudHealthcareV1beta1DicomGcsDestination
614
608
  class Representation < Google::Apis::Core::JsonRepresentation; end
615
609
 
@@ -2203,20 +2197,12 @@ module Google
2203
2197
  class GoogleCloudHealthcareV1beta1DicomBigQueryDestination
2204
2198
  # @private
2205
2199
  class Representation < Google::Apis::Core::JsonRepresentation
2206
- property :change_data_capture_config, as: 'changeDataCaptureConfig', class: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DicomChangeDataCaptureConfig, decorator: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DicomChangeDataCaptureConfig::Representation
2207
-
2208
2200
  property :force, as: 'force'
2209
2201
  property :table_uri, as: 'tableUri'
2210
2202
  property :write_disposition, as: 'writeDisposition'
2211
2203
  end
2212
2204
  end
2213
2205
 
2214
- class GoogleCloudHealthcareV1beta1DicomChangeDataCaptureConfig
2215
- # @private
2216
- class Representation < Google::Apis::Core::JsonRepresentation
2217
- end
2218
- end
2219
-
2220
2206
  class GoogleCloudHealthcareV1beta1DicomGcsDestination
2221
2207
  # @private
2222
2208
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-healthcare_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.82.0
4
+ version: 0.83.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.82.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.83.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: