google-apis-healthcare_v1 0.7.0 → 0.8.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: a5d2de19d2f03d14a571d579d2fd64382fb71b121fda04857436496f89139d2d
4
- data.tar.gz: d3be5e1a1b99ae250508847a48722132e71b56263b856bd9657170ceb32b9a66
3
+ metadata.gz: 1cf3a0f0171d1922ca3437b12db02bd43068ae732460a05a54b7b808ebb9abd7
4
+ data.tar.gz: 715c89d103e7e1d63a6bf5e0f83cba828a4080f7b2e5837d5037b19d502f457a
5
5
  SHA512:
6
- metadata.gz: 6a3fa460765b1e2cb1656cbaa6de947dfbf11ff975eaa226257c5c58411ec9184ed4067297b3248846fcd78755fe23a5f71c308b2bf870fd5cb72064da6a8e21
7
- data.tar.gz: 9844381d74be7e36d39971af52b7e5267b593d5393271cdc207ac7bb3921a0eb2c4900ea5a9dd3f82cdd7f3e72dd682a0cf748a73ade2b7d65c5b059d8737ea7
6
+ metadata.gz: a387f143dd8247877710d4c720f238a575b3904c29f39e8156b5776ea1dc3bf195d4ece196fac72ec05913ff7995a3523ffb4aaa1e889caef15b27b8fafab221
7
+ data.tar.gz: 9bc2c9b8baeb8b4a433087f3ea5f9c08ae3ffcf6b9735b1c0c16d5f3e7afaae27a9f55f2afe445c5d33139162fe5edaa74c0dc346dd988f5044c84d1b1920798
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.8.0 (2021-05-21)
4
+
5
+ * Regenerated from discovery document revision 20210507
6
+ * Unspecified changes
7
+
3
8
  ### v0.7.0 (2021-04-28)
4
9
 
5
10
  * Regenerated from discovery document revision 20210414
@@ -3162,6 +3162,20 @@ module Google
3162
3162
  end
3163
3163
  end
3164
3164
 
3165
+ # Response for successful QueryAccessibleData operations. This structure is
3166
+ # included in the response upon operation completion.
3167
+ class QueryAccessibleDataResponse
3168
+ include Google::Apis::Core::Hashable
3169
+
3170
+ def initialize(**args)
3171
+ update!(**args)
3172
+ end
3173
+
3174
+ # Update properties of this object
3175
+ def update!(**args)
3176
+ end
3177
+ end
3178
+
3165
3179
  # Define how to redact sensitive values. Default behaviour is erase. For example,
3166
3180
  # "My name is Jane." becomes "My name is ."
3167
3181
  class RedactConfig
@@ -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.7.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210414"
25
+ REVISION = "20210507"
26
26
  end
27
27
  end
28
28
  end
@@ -568,6 +568,12 @@ module Google
568
568
  include Google::Apis::Core::JsonObjectSupport
569
569
  end
570
570
 
571
+ class QueryAccessibleDataResponse
572
+ class Representation < Google::Apis::Core::JsonRepresentation; end
573
+
574
+ include Google::Apis::Core::JsonObjectSupport
575
+ end
576
+
571
577
  class RedactConfig
572
578
  class Representation < Google::Apis::Core::JsonRepresentation; end
573
579
 
@@ -1556,6 +1562,12 @@ module Google
1556
1562
  end
1557
1563
  end
1558
1564
 
1565
+ class QueryAccessibleDataResponse
1566
+ # @private
1567
+ class Representation < Google::Apis::Core::JsonRepresentation
1568
+ end
1569
+ end
1570
+
1559
1571
  class RedactConfig
1560
1572
  # @private
1561
1573
  class Representation < Google::Apis::Core::JsonRepresentation
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.7.0
4
+ version: 0.8.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-05-18 00:00:00.000000000 Z
11
+ date: 2021-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-healthcare_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.7.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.8.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-healthcare_v1
57
57
  post_install_message:
58
58
  rdoc_options: []