google-apis-healthcare_v1 0.48.0 → 0.49.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: 7496a7ed4246d026bb4169c14c44880012934d03edb5acc47240b02cb20e9b59
4
- data.tar.gz: 406d3c6d1c2a36d2535d37646a797f88e35a799f9f54863b42492f8090f49fcb
3
+ metadata.gz: 48dd75e142658f3a4ec647640c38e462c895de86698b546c7287db82c4b5bde2
4
+ data.tar.gz: a1b3448a28dc06cb2c29ab40ff077467e5fa5c20b88e9eff1a168d85ec85ba0c
5
5
  SHA512:
6
- metadata.gz: 988a3e19306dfb37acaaa3c6a42d774a82bfda09fb8b1ed28a0ae65d47fd29e89316fd56672d8b0570a0c116f47306971c9f564d69750074cae0d3aa373b8f87
7
- data.tar.gz: b8384049b6760a34d3e890ab5b46e17609eb8fdf202a948fabd8b31f8df2cf8d243e3cc59174e0242293789923bc96168090f23b65e7d4c84e5fc628dd4eb09a
6
+ metadata.gz: cac49d20031461b2f3af65ecb588aa376f8047bdd30693bfbd8cd0f88a192a7b261b44c1bde299a74963b103eb0fc5e49738a2956b9be6cf2a6b57037f9522c3
7
+ data.tar.gz: e463c0164523a9fa857600658d5713d2c53aac1e481a54a761939b067f1bd47fd4cdf0e55c12a8582d7b65fb06fdc547bc7f5b157e8897a4fb59b6e85f0f377a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.49.0 (2023-10-01)
4
+
5
+ * Regenerated from discovery document revision 20230921
6
+
3
7
  ### v0.48.0 (2023-09-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20230830
@@ -921,8 +921,8 @@ module Google
921
921
  # Ensures in-flight data remains in the region of origin during de-
922
922
  # identification. Using this option results in a significant reduction of
923
923
  # throughput, and is not compatible with `LOCATION` or `ORGANIZATION_NAME`
924
- # infoTypes. `LOCATION` must be excluded within `TextConfig`, and must also be
925
- # excluded within `ImageConfig` if image redaction is required.
924
+ # infoTypes. `LOCATION` must be excluded within TextConfig, and must also be
925
+ # excluded within ImageConfig if image redaction is required.
926
926
  # Corresponds to the JSON property `useRegionalDataProcessing`
927
927
  # @return [Boolean]
928
928
  attr_accessor :use_regional_data_processing
@@ -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.48.0"
19
+ GEM_VERSION = "0.49.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230830"
25
+ REVISION = "20230921"
26
26
  end
27
27
  end
28
28
  end
@@ -29,6 +29,9 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
+ # Read, write and manage healthcare data
33
+ AUTH_CLOUD_HEALTHCARE = 'https://www.googleapis.com/auth/cloud-healthcare'
34
+
32
35
  # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
36
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
37
  end
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.48.0
4
+ version: 0.49.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: 2023-09-17 00:00:00.000000000 Z
11
+ date: 2023-10-01 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.48.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.49.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: []