google-apis-healthcare_v1 0.6.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eca70b7a7bbcd56edd591ae0c61a287ed10ea6ab508338a0d6b1aa0acbb007df
4
- data.tar.gz: '025859622da97b54c7fd84767133a77b12a274454e9515fa530404df8dbd0a08'
3
+ metadata.gz: a5d2de19d2f03d14a571d579d2fd64382fb71b121fda04857436496f89139d2d
4
+ data.tar.gz: d3be5e1a1b99ae250508847a48722132e71b56263b856bd9657170ceb32b9a66
5
5
  SHA512:
6
- metadata.gz: 2b2ca21fcb75c96e944f944ee78481412da9cd5566475f88228606474a3639fd90b3b989122f6c0bee5c4ebd6b2745abcfd9f22a6c8600f7b3ddd26e92c8fc17
7
- data.tar.gz: a8eaf5a83e8f11a029b2779a4783bdcc05fc1ab337e34eb7dcf4161314022dc40df972276623a6e368541f2a7a5b6b436d7fbc33711bd8c32684b9c931f6143e
6
+ metadata.gz: 6a3fa460765b1e2cb1656cbaa6de947dfbf11ff975eaa226257c5c58411ec9184ed4067297b3248846fcd78755fe23a5f71c308b2bf870fd5cb72064da6a8e21
7
+ data.tar.gz: 9844381d74be7e36d39971af52b7e5267b593d5393271cdc207ac7bb3921a0eb2c4900ea5a9dd3f82cdd7f3e72dd682a0cf748a73ade2b7d65c5b059d8737ea7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.7.0 (2021-04-28)
4
+
5
+ * Regenerated from discovery document revision 20210414
6
+
3
7
  ### v0.6.0 (2021-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20210317
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
- # View and manage your data across Google Cloud Platform services
32
+ # See, edit, configure, and delete your Google Cloud Platform data
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
@@ -1313,6 +1313,17 @@ module Google
1313
1313
  class FhirStore
1314
1314
  include Google::Apis::Core::Hashable
1315
1315
 
1316
+ # If true, overrides the default search behavior for this FHIR store to `
1317
+ # handling=strict` which returns an error for unrecognized search parameters. If
1318
+ # false, uses the FHIR specification default `handling=lenient` which ignores
1319
+ # unrecognized search parameters. The handling can always be changed from the
1320
+ # default on an individual API call by setting the HTTP header `Prefer: handling=
1321
+ # strict` or `Prefer: handling=lenient`.
1322
+ # Corresponds to the JSON property `defaultSearchHandlingStrict`
1323
+ # @return [Boolean]
1324
+ attr_accessor :default_search_handling_strict
1325
+ alias_method :default_search_handling_strict?, :default_search_handling_strict
1326
+
1316
1327
  # Immutable. Whether to disable referential integrity in this FHIR store. This
1317
1328
  # field is immutable after FHIR store creation. The default value is false,
1318
1329
  # meaning that the API enforces referential integrity and fails the requests
@@ -1403,6 +1414,7 @@ module Google
1403
1414
 
1404
1415
  # Update properties of this object
1405
1416
  def update!(**args)
1417
+ @default_search_handling_strict = args[:default_search_handling_strict] if args.key?(:default_search_handling_strict)
1406
1418
  @disable_referential_integrity = args[:disable_referential_integrity] if args.key?(:disable_referential_integrity)
1407
1419
  @disable_resource_versioning = args[:disable_resource_versioning] if args.key?(:disable_resource_versioning)
1408
1420
  @enable_update_create = args[:enable_update_create] if args.key?(:enable_update_create)
@@ -1717,9 +1729,9 @@ module Google
1717
1729
  # @return [Google::Apis::HealthcareV1::SchemaConfig]
1718
1730
  attr_accessor :schema_config
1719
1731
 
1720
- # Determines whether existing tables in the destination dataset are overwritten
1721
- # or appended to. If a write_disposition is specified, the `force` parameter is
1722
- # ignored.
1732
+ # Determines if existing data in the destination dataset is overwritten,
1733
+ # appended to, or not written if the tables contain data. If a write_disposition
1734
+ # is specified, the `force` parameter is ignored.
1723
1735
  # Corresponds to the JSON property `writeDisposition`
1724
1736
  # @return [String]
1725
1737
  attr_accessor :write_disposition
@@ -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.6.0"
19
+ GEM_VERSION = "0.7.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 = "20210317"
25
+ REVISION = "20210414"
26
26
  end
27
27
  end
28
28
  end
@@ -1072,6 +1072,7 @@ module Google
1072
1072
  class FhirStore
1073
1073
  # @private
1074
1074
  class Representation < Google::Apis::Core::JsonRepresentation
1075
+ property :default_search_handling_strict, as: 'defaultSearchHandlingStrict'
1075
1076
  property :disable_referential_integrity, as: 'disableReferentialIntegrity'
1076
1077
  property :disable_resource_versioning, as: 'disableResourceVersioning'
1077
1078
  property :enable_update_create, as: 'enableUpdateCreate'
@@ -87,7 +87,7 @@ module Google
87
87
  # accepts strings like "displayName=tokyo", and is documented in more detail in [
88
88
  # AIP-160](https://google.aip.dev/160).
89
89
  # @param [Fixnum] page_size
90
- # The maximum number of results to return. If not set, the service will select a
90
+ # The maximum number of results to return. If not set, the service selects a
91
91
  # default.
92
92
  # @param [String] page_token
93
93
  # A page token received from the `next_page_token` field in the response. Send
@@ -2500,11 +2500,10 @@ module Google
2500
2500
  # DeleteStudy deletes all instances within the given study. Delete requests are
2501
2501
  # equivalent to the GET requests specified in the Retrieve transaction. The
2502
2502
  # method returns an Operation which will be marked successful when the deletion
2503
- # is complete. Warning: Inserting instances into a study while a delete
2504
- # operation is running for that study could result in the new instances not
2505
- # appearing in search results until the deletion operation finishes. For samples
2506
- # that show how to call DeleteStudy, see [Deleting a study, series, or instance](
2507
- # https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
2503
+ # is complete. Warning: Instances cannot be inserted into a study that is being
2504
+ # deleted by an operation until the operation completes. For samples that show
2505
+ # how to call DeleteStudy, see [Deleting a study, series, or instance](https://
2506
+ # cloud.google.com/healthcare/docs/how-tos/dicomweb#
2508
2507
  # deleting_a_study_series_or_instance).
2509
2508
  # @param [String] parent
2510
2509
  # @param [String] dicom_web_path
@@ -2759,12 +2758,11 @@ module Google
2759
2758
  # DeleteSeries deletes all instances within the given study and series. Delete
2760
2759
  # requests are equivalent to the GET requests specified in the Retrieve
2761
2760
  # transaction. The method returns an Operation which will be marked successful
2762
- # when the deletion is complete. Warning: Inserting instances into a series
2763
- # while a delete operation is running for that series could result in the new
2764
- # instances not appearing in search results until the deletion operation
2765
- # finishes. For samples that show how to call DeleteSeries, see [Deleting a
2766
- # study, series, or instance](https://cloud.google.com/healthcare/docs/how-tos/
2767
- # dicomweb#deleting_a_study_series_or_instance).
2761
+ # when the deletion is complete. Warning: Instances cannot be inserted into a
2762
+ # series that is being deleted by an operation until the operation completes.
2763
+ # For samples that show how to call DeleteSeries, see [Deleting a study, series,
2764
+ # or instance](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
2765
+ # deleting_a_study_series_or_instance).
2768
2766
  # @param [String] parent
2769
2767
  # The name of the DICOM store that is being accessed. For example, `projects/`
2770
2768
  # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
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.6.0
4
+ version: 0.7.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-03-29 00:00:00.000000000 Z
11
+ date: 2021-05-18 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.6.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.7.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: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.13
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud Healthcare API V1