google-apis-healthcare_v1beta1 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: 9f41ab2f64221a62fd8b7590561637dff3d5eab00792cd7ad65270326721e858
4
- data.tar.gz: 6b896966e7eee0b3ee7b4b79e0b4e47c17a2150e279cd1035f8da4a5b0141d5e
3
+ metadata.gz: ca194d1e7220330fc7d957fa26bcd0283a326850e11ccfb4664278534d0f088d
4
+ data.tar.gz: 96921f6435eeb5978132e8a3ee0ac8f97b1459a0f7fbe4bc4a67f18d7fe31f5e
5
5
  SHA512:
6
- metadata.gz: ddd2ae8805f0a594cf9cbc1c37262d562d292c70cc802e1eb071ab58c7e17c3ca430c48d01a781f8cf34497fce4d06c57d771764842a28298e736bbfaffb54be
7
- data.tar.gz: ff79204a9e1fd37885551471b0078281fb50be9ea1bcc3b7161b8f04a035ae1acf51517fb822e852f2fc07ca8dde49999bd79afefc16cd1a8d3268b580010be7
6
+ metadata.gz: 6381c4be7ef01b3756e8fa7c437f7c3ab71271d7536089e16cb47c3358c7567a38eecdaef6fc261ad9118732dcb2b0b8203085c05ec40bf45702c5cf29735d9a
7
+ data.tar.gz: 4da1c06caea8d8c0cd76c5f77ca4b2bdc032bdfda6be15c70d9ab78b0e0ae31f65ce8fe58c417a42b3dd5adccaba76359afa8ce8d2e6255879c868c440bae06e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
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
@@ -70,6 +70,12 @@ module Google
70
70
  # @return [String]
71
71
  attr_accessor :document_content
72
72
 
73
+ # A list of licensed vocabularies to use in the request, in addition to the
74
+ # default unlicensed vocabularies.
75
+ # Corresponds to the JSON property `licensedVocabularies`
76
+ # @return [Array<String>]
77
+ attr_accessor :licensed_vocabularies
78
+
73
79
  def initialize(**args)
74
80
  update!(**args)
75
81
  end
@@ -77,6 +83,7 @@ module Google
77
83
  # Update properties of this object
78
84
  def update!(**args)
79
85
  @document_content = args[:document_content] if args.key?(:document_content)
86
+ @licensed_vocabularies = args[:licensed_vocabularies] if args.key?(:licensed_vocabularies)
80
87
  end
81
88
  end
82
89
 
@@ -4272,6 +4279,20 @@ module Google
4272
4279
  end
4273
4280
  end
4274
4281
 
4282
+ # Response for successful QueryAccessibleData operations. This structure is
4283
+ # included in the response upon operation completion.
4284
+ class QueryAccessibleDataResponse
4285
+ include Google::Apis::Core::Hashable
4286
+
4287
+ def initialize(**args)
4288
+ update!(**args)
4289
+ end
4290
+
4291
+ # Update properties of this object
4292
+ def update!(**args)
4293
+ end
4294
+ end
4295
+
4275
4296
  # Define how to redact sensitive values. Default behaviour is erase. For example,
4276
4297
  # "My name is Jane." becomes "My name is ."
4277
4298
  class RedactConfig
@@ -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.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
@@ -784,6 +784,12 @@ module Google
784
784
  include Google::Apis::Core::JsonObjectSupport
785
785
  end
786
786
 
787
+ class QueryAccessibleDataResponse
788
+ class Representation < Google::Apis::Core::JsonRepresentation; end
789
+
790
+ include Google::Apis::Core::JsonObjectSupport
791
+ end
792
+
787
793
  class RedactConfig
788
794
  class Representation < Google::Apis::Core::JsonRepresentation; end
789
795
 
@@ -971,6 +977,7 @@ module Google
971
977
  # @private
972
978
  class Representation < Google::Apis::Core::JsonRepresentation
973
979
  property :document_content, as: 'documentContent'
980
+ collection :licensed_vocabularies, as: 'licensedVocabularies'
974
981
  end
975
982
  end
976
983
 
@@ -2135,6 +2142,12 @@ module Google
2135
2142
  end
2136
2143
  end
2137
2144
 
2145
+ class QueryAccessibleDataResponse
2146
+ # @private
2147
+ class Representation < Google::Apis::Core::JsonRepresentation
2148
+ end
2149
+ end
2150
+
2138
2151
  class RedactConfig
2139
2152
  # @private
2140
2153
  class Representation < Google::Apis::Core::JsonRepresentation
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.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_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.7.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.8.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-healthcare_v1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []