google-apis-healthcare_v1beta1 0.9.0 → 0.10.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: 0c79cc586fda6a1f21db1d4904b8725e1831f85444add65df9e0173cfec3fd50
4
- data.tar.gz: 5628dce40db6cd3b779c400c88f048df150d8e358cbf7189c6fbc0e55e558620
3
+ metadata.gz: 971bd102072b0fe4c5ea5ed4076ff0113bb80e31e8390741715d6ce720054d46
4
+ data.tar.gz: a0cb4d4a6445f78c8675e23bf4f2caef451c0a57d2d479498d33feae32bdfefb
5
5
  SHA512:
6
- metadata.gz: d87b5197a1336cb17cb94d6a350ccba1b24d791e9e2a209d688d69b222e464a41d52bedf8c569cd249b356d147627d4c7f5a7534627757955c39a6a9c8a5dc3b
7
- data.tar.gz: 43066ba632d725a7d5e62f7a732b8bec9c1216cfaef86c2d31dd4d49a156c3b299f5568320bf8f2a31e60bb3bedb62167547470e4c4ab7e94a2a97f4418421a8
6
+ metadata.gz: 38d81bb199a0d9a81f99c892d4f9dec3090cfaaf030229cff80349831d54c6aad8f426b419154f7a959b4bdc5b98b6fa9a095cf626db692e4886facfb8c5cb7f
7
+ data.tar.gz: b112f2a8fe95f64d980bdb355b7b59f8bfa55ac5cdd82f3407f5ddb5e9d67b9d547f0d4c0a1a6a1685d0b145880457c52964b34a25bc4fa0c184817656ff74b7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.10.0 (2021-06-24)
4
+
5
+ * Regenerated from discovery document revision 20210611
6
+
3
7
  ### v0.9.0 (2021-06-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20210603
@@ -4284,12 +4284,19 @@ module Google
4284
4284
  class QueryAccessibleDataResponse
4285
4285
  include Google::Apis::Core::Hashable
4286
4286
 
4287
+ # List of files, each of which contains a list of data_id(s) that are consented
4288
+ # for a specified use in the request.
4289
+ # Corresponds to the JSON property `gcsUris`
4290
+ # @return [Array<String>]
4291
+ attr_accessor :gcs_uris
4292
+
4287
4293
  def initialize(**args)
4288
4294
  update!(**args)
4289
4295
  end
4290
4296
 
4291
4297
  # Update properties of this object
4292
4298
  def update!(**args)
4299
+ @gcs_uris = args[:gcs_uris] if args.key?(:gcs_uris)
4293
4300
  end
4294
4301
  end
4295
4302
 
@@ -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.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210603"
25
+ REVISION = "20210611"
26
26
  end
27
27
  end
28
28
  end
@@ -2145,6 +2145,7 @@ module Google
2145
2145
  class QueryAccessibleDataResponse
2146
2146
  # @private
2147
2147
  class Representation < Google::Apis::Core::JsonRepresentation
2148
+ collection :gcs_uris, as: 'gcsUris'
2148
2149
  end
2149
2150
  end
2150
2151
 
@@ -1396,23 +1396,26 @@ module Google
1396
1396
  # Queries all data_ids that are consented for a specified use in the given
1397
1397
  # consent store and writes them to a specified destination. The returned
1398
1398
  # Operation includes a progress counter for the number of User data mappings
1399
- # processed. Errors are logged to Cloud Logging (see [Viewing error logs in
1400
- # Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). For
1401
- # example, the following sample log entry shows a `failed to evaluate consent
1402
- # policy` error that occurred during a QueryAccessibleData call to consent store
1403
- # `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
1404
- # consentStores/`consent_store_id``. ```json jsonPayload: ` @type: "type.
1405
- # googleapis.com/google.cloud.healthcare.logging.QueryAccessibleDataLogEntry"
1406
- # error: ` code: 9 message: "failed to evaluate consent policy" ` resourceName: "
1407
- # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
1408
- # consentStores/`consent_store_id`/consents/`consent_id`" ` logName: "projects/`
1409
- # project_id`/logs/healthcare.googleapis.com%2Fquery_accessible_data" operation:
1410
- # ` id: "projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
1411
- # operations/`operation_id`" producer: "healthcare.googleapis.com/
1412
- # QueryAccessibleData" ` receiveTimestamp: "TIMESTAMP" resource: ` labels: `
1413
- # consent_store_id: "`consent_store_id`" dataset_id: "`dataset_id`" location: "`
1414
- # location_id`" project_id: "`project_id`" ` type: "healthcare_consent_store" `
1415
- # severity: "ERROR" timestamp: "TIMESTAMP" ```
1399
+ # processed. If the request is successful, a detailed response is returned of
1400
+ # type QueryAccessibleDataResponse, contained in the response field when the
1401
+ # operation finishes. The metadata field type is OperationMetadata. Errors are
1402
+ # logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://
1403
+ # cloud.google.com/healthcare/docs/how-tos/logging)). For example, the following
1404
+ # sample log entry shows a `failed to evaluate consent policy` error that
1405
+ # occurred during a QueryAccessibleData call to consent store `projects/`
1406
+ # project_id`/locations/`location_id`/datasets/`dataset_id`/consentStores/`
1407
+ # consent_store_id``. ```json jsonPayload: ` @type: "type.googleapis.com/google.
1408
+ # cloud.healthcare.logging.QueryAccessibleDataLogEntry" error: ` code: 9 message:
1409
+ # "failed to evaluate consent policy" ` resourceName: "projects/`project_id`/
1410
+ # locations/`location_id`/datasets/`dataset_id`/consentStores/`consent_store_id`/
1411
+ # consents/`consent_id`" ` logName: "projects/`project_id`/logs/healthcare.
1412
+ # googleapis.com%2Fquery_accessible_data" operation: ` id: "projects/`project_id`
1413
+ # /locations/`location_id`/datasets/`dataset_id`/operations/`operation_id`"
1414
+ # producer: "healthcare.googleapis.com/QueryAccessibleData" ` receiveTimestamp: "
1415
+ # TIMESTAMP" resource: ` labels: ` consent_store_id: "`consent_store_id`"
1416
+ # dataset_id: "`dataset_id`" location: "`location_id`" project_id: "`project_id`"
1417
+ # ` type: "healthcare_consent_store" ` severity: "ERROR" timestamp: "TIMESTAMP"
1418
+ # ```
1416
1419
  # @param [String] consent_store
1417
1420
  # Required. Name of the consent store to retrieve User data mappings from.
1418
1421
  # @param [Google::Apis::HealthcareV1beta1::QueryAccessibleDataRequest] query_accessible_data_request_object
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-healthcare_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.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-06-21 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.3'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.3'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Healthcare API V1beta1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.10.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-healthcare_v1beta1
57
63
  post_install_message:
58
64
  rdoc_options: []