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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ff8ba57b9457882d3a3f6e3797cadf7be5e61e4e33b1955f9d9e14935810e96
|
4
|
+
data.tar.gz: f5fa7e5e2a7e72e2d7d14d3680ba6ca3a5e62c53608e792af5f8b694100c203e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6e07b765538b201ef27cfd39fe986d5eddb7669770e2dc2cc83ed274a3851ed9735827fd3d57603f89e190999c7f70d3db435a7281573c78abac1ae9656b262
|
7
|
+
data.tar.gz: 9047d4d9facaf404cab53ff7abf8fac4ffde500d1448678dcffb39c16f824059a1421958150728134d0fcd1df98923505a8fe8d30ede0dd524612172e38a1dc2
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
25
|
+
REVISION = "20210702"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.
|
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-
|
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.
|
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: []
|