google-apis-healthcare_v1beta1 0.6.0 → 0.7.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: 2e3f477313206656b0736f715a3f03db5d40dd212df8cbb3bf10b1bcc3a0e5a7
4
- data.tar.gz: 5dbf14dbb2dcf7975f32e0eb0edc070ea6db302d1ac65a07c88d58e768cb9c90
3
+ metadata.gz: 9f41ab2f64221a62fd8b7590561637dff3d5eab00792cd7ad65270326721e858
4
+ data.tar.gz: 6b896966e7eee0b3ee7b4b79e0b4e47c17a2150e279cd1035f8da4a5b0141d5e
5
5
  SHA512:
6
- metadata.gz: c313551e4065555e56adf8f08dbd65d9e3842e9fde534750250ac0a9d7a7ffb6fd9591831c816db5ac8c63fb664900cc57244b8d059cb1421dfd2fe78840d131
7
- data.tar.gz: f3f051da42ef81c3b220b7b14aad4015e413db73215f658c21b26c6c63485919adb9a2619b22cbbdc9068cddcf0a6dc5aaa135e9e1fa996809385eb7aff6b45d
6
+ metadata.gz: ddd2ae8805f0a594cf9cbc1c37262d562d292c70cc802e1eb071ab58c7e17c3ca430c48d01a781f8cf34497fce4d06c57d771764842a28298e736bbfaffb54be
7
+ data.tar.gz: ff79204a9e1fd37885551471b0078281fb50be9ea1bcc3b7161b8f04a035ae1acf51517fb822e852f2fc07ca8dde49999bd79afefc16cd1a8d3268b580010be7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
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 = 'V1beta1'
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
@@ -2278,9 +2278,9 @@ module Google
2278
2278
  # @return [String]
2279
2279
  attr_accessor :table_uri
2280
2280
 
2281
- # Determines whether existing tables in the destination dataset are overwritten
2282
- # or appended to. If a write_disposition is specified, the `force` parameter is
2283
- # ignored.
2281
+ # Determines if existing data in the destination dataset is overwritten,
2282
+ # appended to, or not written if the tables contain data. If a write_disposition
2283
+ # is specified, the `force` parameter is ignored.
2284
2284
  # Corresponds to the JSON property `writeDisposition`
2285
2285
  # @return [String]
2286
2286
  attr_accessor :write_disposition
@@ -2598,9 +2598,9 @@ module Google
2598
2598
  # @return [Google::Apis::HealthcareV1beta1::SchemaConfig]
2599
2599
  attr_accessor :schema_config
2600
2600
 
2601
- # Determines whether existing tables in the destination dataset are overwritten
2602
- # or appended to. If a write_disposition is specified, the `force` parameter is
2603
- # ignored.
2601
+ # Determines if existing data in the destination dataset is overwritten,
2602
+ # appended to, or not written if the tables contain data. If a write_disposition
2603
+ # is specified, the `force` parameter is ignored.
2604
2604
  # Corresponds to the JSON property `writeDisposition`
2605
2605
  # @return [String]
2606
2606
  attr_accessor :write_disposition
@@ -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.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
@@ -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
@@ -3157,11 +3157,10 @@ module Google
3157
3157
 
3158
3158
  # DeleteStudy deletes all instances within the given study using a long running
3159
3159
  # operation. The method returns an Operation which will be marked successful
3160
- # when the deletion is complete. Warning: If you insert instances into a study
3161
- # while a delete operation is running for that study, the instances you insert
3162
- # might not appear in search results until after the deletion operation finishes.
3163
- # For samples that show how to call DeleteStudy, see [Deleting a study, series,
3164
- # or instance](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
3160
+ # when the deletion is complete. Warning: Instances cannot be inserted into a
3161
+ # study that is being deleted by an operation until the operation completes. For
3162
+ # samples that show how to call DeleteStudy, see [Deleting a study, series, or
3163
+ # instance](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
3165
3164
  # deleting_a_study_series_or_instance).
3166
3165
  # @param [String] parent
3167
3166
  # @param [String] dicom_web_path
@@ -3416,12 +3415,11 @@ module Google
3416
3415
 
3417
3416
  # DeleteSeries deletes all instances within the given study and series using a
3418
3417
  # long running operation. The method returns an Operation which will be marked
3419
- # successful when the deletion is complete. Warning: If you insert instances
3420
- # into a series while a delete operation is running for that series, the
3421
- # instances you insert might not appear in search results until after the
3422
- # deletion operation finishes. For samples that show how to call DeleteSeries,
3423
- # see [Deleting a study, series, or instance](https://cloud.google.com/
3424
- # healthcare/docs/how-tos/dicomweb#deleting_a_study_series_or_instance).
3418
+ # successful when the deletion is complete. Warning: Instances cannot be
3419
+ # inserted into a series that is being deleted by an operation until the
3420
+ # operation completes. For samples that show how to call DeleteSeries, see [
3421
+ # Deleting a study, series, or instance](https://cloud.google.com/healthcare/
3422
+ # docs/how-tos/dicomweb#deleting_a_study_series_or_instance).
3425
3423
  # @param [String] parent
3426
3424
  # The name of the DICOM store that is being accessed. For example, `projects/`
3427
3425
  # 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_v1beta1
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_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.6.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.7.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: []
@@ -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 V1beta1