google-apis-healthcare_v1beta1 0.11.0 → 0.12.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: 43c499651163496b89f53c2f5448719c23809e43249d54a96af0ff9cef654017
4
- data.tar.gz: b8cb27fe67c4a52354ee90e17a10395f0aad0368e0b4d2019e08ae4de818626f
3
+ metadata.gz: 8ff8ba57b9457882d3a3f6e3797cadf7be5e61e4e33b1955f9d9e14935810e96
4
+ data.tar.gz: f5fa7e5e2a7e72e2d7d14d3680ba6ca3a5e62c53608e792af5f8b694100c203e
5
5
  SHA512:
6
- metadata.gz: a95928451db4742e17fa764db1161c494987995c08ccc27821b0b0dabe241225d597204f64a0d067353e39beb12dae129fed8076288ea598fff497a7ddc864fb
7
- data.tar.gz: 32af0a61baad477270ba82066d2387513f2fec8469f10954a4abb7abb7db6213faab80aeaabb1231c908ab0e559e941d107ab83d35d8bcd8f326a751fba52f0d
6
+ metadata.gz: d6e07b765538b201ef27cfd39fe986d5eddb7669770e2dc2cc83ed274a3851ed9735827fd3d57603f89e190999c7f70d3db435a7281573c78abac1ae9656b262
7
+ data.tar.gz: 9047d4d9facaf404cab53ff7abf8fac4ffde500d1448678dcffb39c16f824059a1421958150728134d0fcd1df98923505a8fe8d30ede0dd524612172e38a1dc2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.12.0 (2021-07-13)
4
+
5
+ * Regenerated from discovery document revision 20210702
6
+
3
7
  ### v0.11.0 (2021-06-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20210621
@@ -3945,6 +3945,13 @@ module Google
3945
3945
  # @return [String]
3946
3946
  attr_accessor :pubsub_topic
3947
3947
 
3948
+ # Indicates whether or not to send Pub/Sub notifications on bulk import. Only
3949
+ # supported for DICOM imports.
3950
+ # Corresponds to the JSON property `sendForBulkImport`
3951
+ # @return [Boolean]
3952
+ attr_accessor :send_for_bulk_import
3953
+ alias_method :send_for_bulk_import?, :send_for_bulk_import
3954
+
3948
3955
  def initialize(**args)
3949
3956
  update!(**args)
3950
3957
  end
@@ -3952,6 +3959,7 @@ module Google
3952
3959
  # Update properties of this object
3953
3960
  def update!(**args)
3954
3961
  @pubsub_topic = args[:pubsub_topic] if args.key?(:pubsub_topic)
3962
+ @send_for_bulk_import = args[:send_for_bulk_import] if args.key?(:send_for_bulk_import)
3955
3963
  end
3956
3964
  end
3957
3965
 
@@ -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.11.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210621"
25
+ REVISION = "20210702"
26
26
  end
27
27
  end
28
28
  end
@@ -2084,6 +2084,7 @@ module Google
2084
2084
  # @private
2085
2085
  class Representation < Google::Apis::Core::JsonRepresentation
2086
2086
  property :pubsub_topic, as: 'pubsubTopic'
2087
+ property :send_for_bulk_import, as: 'sendForBulkImport'
2087
2088
  end
2088
2089
  end
2089
2090
 
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.11.0
4
+ version: 0.12.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: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2021-07-19 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/master/generated/google-apis-healthcare_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-healthcare_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []