google-apis-healthcare_v1 0.54.0 → 0.56.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: 32e7f01cc8490f06df6c8a05f96a6220b8af42b02af16d5bd361c3e03a37e8c6
4
- data.tar.gz: 55172d9e212810ca16ce2e43e09e5ce8a32fc85666016b2524f3255bc9b8a178
3
+ metadata.gz: 9e44cd05b065e756556b8a6a7b6c1043cea73112affe2332eb92eecb7f9332e0
4
+ data.tar.gz: 16b14493f699803c78e5d1b98fd927da5e703a2b96c82bda3195dfb55d3c180c
5
5
  SHA512:
6
- metadata.gz: 02c8735a63378874f5a3e231b780e685a023194ce9a79f610f8db04c7a448a4407781d4e659c90c305e149e6af390ff2bdfbf49bc7c3cb78cd003bb16e2a33a3
7
- data.tar.gz: 2c63d68cb5c8f8a66594485331c4f18a2198d97cb1e8cbff05730243267de8805028964b04e0e91919702aa20ec75c20c86daf4b9b0ee7b00aacb9514a0e6f29
6
+ metadata.gz: ba606ad2ea5fc40068bfa867cc34838b7b5a84261199c9b91767bd8e6dcb99ddd7759207a58e872ba0d8d4cbd0be3fef20fa96228cd7fe579d316303c07e561f
7
+ data.tar.gz: a78325ded2fbf2962cd8edc57ee7149caff53191a71f53e48dd9a44bbbc23fd2cda3ce12f937d8dbfbabdd9112bebeb6e2b357eb8673dddaa537bf472dd9815c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.56.0 (2024-02-24)
4
+
5
+ * Regenerated using generator version 0.14.0
6
+
7
+ ### v0.55.0 (2024-02-11)
8
+
9
+ * Regenerated from discovery document revision 20240130
10
+
3
11
  ### v0.54.0 (2024-01-28)
4
12
 
5
13
  * Regenerated from discovery document revision 20240112
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/healthcare) may provide gui
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -401,7 +401,10 @@ module Google
401
401
  attr_accessor :members
402
402
 
403
403
  # Role that is assigned to the list of `members`, or principals. For example, `
404
- # roles/viewer`, `roles/editor`, or `roles/owner`.
404
+ # roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM
405
+ # roles and permissions, see the [IAM documentation](https://cloud.google.com/
406
+ # iam/docs/roles-overview). For a list of the available pre-defined roles, see [
407
+ # here](https://cloud.google.com/iam/docs/understanding-roles).
405
408
  # Corresponds to the JSON property `role`
406
409
  # @return [String]
407
410
  attr_accessor :role
@@ -546,9 +549,9 @@ module Google
546
549
  # @return [Hash<String,String>]
547
550
  attr_accessor :metadata
548
551
 
549
- # Resource name of the Consent, of the form `projects/`project_id`/locations/`
550
- # location_id`/datasets/`dataset_id`/consentStores/`consent_store_id`/consents/`
551
- # consent_id``. Cannot be changed after creation.
552
+ # Identifier. Resource name of the Consent, of the form `projects/`project_id`/
553
+ # locations/`location_id`/datasets/`dataset_id`/consentStores/`consent_store_id`/
554
+ # consents/`consent_id``. Cannot be changed after creation.
552
555
  # Corresponds to the JSON property `name`
553
556
  # @return [String]
554
557
  attr_accessor :name
@@ -742,9 +745,9 @@ module Google
742
745
  # @return [Hash<String,String>]
743
746
  attr_accessor :labels
744
747
 
745
- # Resource name of the consent store, of the form `projects/`project_id`/
746
- # locations/`location_id`/datasets/`dataset_id`/consentStores/`consent_store_id``
747
- # . Cannot be changed after creation.
748
+ # Identifier. Resource name of the consent store, of the form `projects/`
749
+ # project_id`/locations/`location_id`/datasets/`dataset_id`/consentStores/`
750
+ # consent_store_id``. Cannot be changed after creation.
748
751
  # Corresponds to the JSON property `name`
749
752
  # @return [String]
750
753
  attr_accessor :name
@@ -824,8 +827,8 @@ module Google
824
827
  class Dataset
825
828
  include Google::Apis::Core::Hashable
826
829
 
827
- # Resource name of the dataset, of the form `projects/`project_id`/locations/`
828
- # location_id`/datasets/`dataset_id``.
830
+ # Identifier. Resource name of the dataset, of the form `projects/`project_id`/
831
+ # locations/`location_id`/datasets/`dataset_id``.
829
832
  # Corresponds to the JSON property `name`
830
833
  # @return [String]
831
834
  attr_accessor :name
@@ -2764,8 +2767,9 @@ module Google
2764
2767
  # @return [Hash<String,String>]
2765
2768
  attr_accessor :labels
2766
2769
 
2767
- # Resource name of the HL7v2 store, of the form `projects/`project_id`/locations/
2768
- # `location_id`/datasets/`dataset_id`/hl7V2Stores/`hl7v2_store_id``.
2770
+ # Identifier. Resource name of the HL7v2 store, of the form `projects/`
2771
+ # project_id`/locations/`location_id`/datasets/`dataset_id`/hl7V2Stores/`
2772
+ # hl7v2_store_id``.
2769
2773
  # Corresponds to the JSON property `name`
2770
2774
  # @return [String]
2771
2775
  attr_accessor :name
@@ -3642,7 +3646,7 @@ module Google
3642
3646
  # @return [String]
3643
3647
  attr_accessor :create_time
3644
3648
 
3645
- # Raw message bytes.
3649
+ # Required. Raw message bytes.
3646
3650
  # Corresponds to the JSON property `data`
3647
3651
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
3648
3652
  # @return [String]
@@ -3664,9 +3668,9 @@ module Google
3664
3668
  # @return [String]
3665
3669
  attr_accessor :message_type
3666
3670
 
3667
- # Resource name of the Message, of the form `projects/`project_id`/locations/`
3668
- # location_id`/datasets/`dataset_id`/hl7V2Stores/`hl7_v2_store_id`/messages/`
3669
- # message_id``. Assigned by the server.
3671
+ # Output only. Resource name of the Message, of the form `projects/`project_id`/
3672
+ # locations/`location_id`/datasets/`dataset_id`/hl7V2Stores/`hl7_v2_store_id`/
3673
+ # messages/`message_id``. Assigned by the server.
3670
3674
  # Corresponds to the JSON property `name`
3671
3675
  # @return [String]
3672
3676
  attr_accessor :name
@@ -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.54.0"
19
+ GEM_VERSION = "0.56.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.1"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240112"
25
+ REVISION = "20240130"
26
26
  end
27
27
  end
28
28
  end
@@ -128,12 +128,12 @@ module Google
128
128
  # interface which returns either an `Operation.response` which contains a
129
129
  # Dataset or `Operation.error`. The metadata field type is OperationMetadata.
130
130
  # @param [String] parent
131
- # The name of the project where the server creates the dataset. For example, `
132
- # projects/`project_id`/locations/`location_id``.
131
+ # Required. The name of the project where the server creates the dataset. For
132
+ # example, `projects/`project_id`/locations/`location_id``.
133
133
  # @param [Google::Apis::HealthcareV1::Dataset] dataset_object
134
134
  # @param [String] dataset_id
135
- # The ID of the dataset that is being created. The string must match the
136
- # following regex: `[\p`L`\p`N`_\-\.]`1,256``.
135
+ # Required. The ID of the dataset that is being created. The string must match
136
+ # the following regex: `[\p`L`\p`N`_\-\.]`1,256``.
137
137
  # @param [String] fields
138
138
  # Selector specifying which fields to include in a partial response.
139
139
  # @param [String] quota_user
@@ -210,8 +210,8 @@ module Google
210
210
  # Deleting a dataset does not affect the sources from which the dataset was
211
211
  # imported (if any).
212
212
  # @param [String] name
213
- # The name of the dataset to delete. For example, `projects/`project_id`/
214
- # locations/`location_id`/datasets/`dataset_id``.
213
+ # Required. The name of the dataset to delete. For example, `projects/`
214
+ # project_id`/locations/`location_id`/datasets/`dataset_id``.
215
215
  # @param [String] fields
216
216
  # Selector specifying which fields to include in a partial response.
217
217
  # @param [String] quota_user
@@ -241,8 +241,8 @@ module Google
241
241
 
242
242
  # Gets any metadata associated with a dataset.
243
243
  # @param [String] name
244
- # The name of the dataset to read. For example, `projects/`project_id`/locations/
245
- # `location_id`/datasets/`dataset_id``.
244
+ # Required. The name of the dataset to read. For example, `projects/`project_id`/
245
+ # locations/`location_id`/datasets/`dataset_id``.
246
246
  # @param [String] fields
247
247
  # Selector specifying which fields to include in a partial response.
248
248
  # @param [String] quota_user
@@ -317,8 +317,8 @@ module Google
317
317
 
318
318
  # Lists the health datasets in the current project.
319
319
  # @param [String] parent
320
- # The name of the project whose datasets should be listed. For example, `
321
- # projects/`project_id`/locations/`location_id``.
320
+ # Required. The name of the project whose datasets should be listed. For example,
321
+ # `projects/`project_id`/locations/`location_id``.
322
322
  # @param [Fixnum] page_size
323
323
  # The maximum number of items to return. If not specified, 100 is used. May not
324
324
  # be larger than 1000.
@@ -355,13 +355,13 @@ module Google
355
355
 
356
356
  # Updates dataset metadata.
357
357
  # @param [String] name
358
- # Resource name of the dataset, of the form `projects/`project_id`/locations/`
359
- # location_id`/datasets/`dataset_id``.
358
+ # Identifier. Resource name of the dataset, of the form `projects/`project_id`/
359
+ # locations/`location_id`/datasets/`dataset_id``.
360
360
  # @param [Google::Apis::HealthcareV1::Dataset] dataset_object
361
361
  # @param [String] update_mask
362
- # The update mask applies to the resource. For the `FieldMask` definition, see
363
- # https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#
364
- # fieldmask
362
+ # Required. The update mask applies to the resource. For the `FieldMask`
363
+ # definition, see https://developers.google.com/protocol-buffers/docs/reference/
364
+ # google.protobuf#fieldmask
365
365
  # @param [String] fields
366
366
  # Selector specifying which fields to include in a partial response.
367
367
  # @param [String] quota_user
@@ -728,9 +728,9 @@ module Google
728
728
 
729
729
  # Updates the specified consent store.
730
730
  # @param [String] name
731
- # Resource name of the consent store, of the form `projects/`project_id`/
732
- # locations/`location_id`/datasets/`dataset_id`/consentStores/`consent_store_id``
733
- # . Cannot be changed after creation.
731
+ # Identifier. Resource name of the consent store, of the form `projects/`
732
+ # project_id`/locations/`location_id`/datasets/`dataset_id`/consentStores/`
733
+ # consent_store_id``. Cannot be changed after creation.
734
734
  # @param [Google::Apis::HealthcareV1::ConsentStore] consent_store_object
735
735
  # @param [String] update_mask
736
736
  # Required. The update mask that applies to the resource. For the `FieldMask`
@@ -1560,9 +1560,9 @@ module Google
1560
1560
  # revision with the changes. A FAILED_PRECONDITION error occurs if the latest
1561
1561
  # revision of the specified Consent is in the `REJECTED` or `REVOKED` state.
1562
1562
  # @param [String] name
1563
- # Resource name of the Consent, of the form `projects/`project_id`/locations/`
1564
- # location_id`/datasets/`dataset_id`/consentStores/`consent_store_id`/consents/`
1565
- # consent_id``. Cannot be changed after creation.
1563
+ # Identifier. Resource name of the Consent, of the form `projects/`project_id`/
1564
+ # locations/`location_id`/datasets/`dataset_id`/consentStores/`consent_store_id`/
1565
+ # consents/`consent_id``. Cannot be changed after creation.
1566
1566
  # @param [Google::Apis::HealthcareV1::Consent] consent_object
1567
1567
  # @param [String] update_mask
1568
1568
  # Required. The update mask to apply to the resource. For the `FieldMask`
@@ -4879,11 +4879,11 @@ module Google
4879
4879
 
4880
4880
  # Creates a new HL7v2 store within the parent dataset.
4881
4881
  # @param [String] parent
4882
- # The name of the dataset this HL7v2 store belongs to.
4882
+ # Required. The name of the dataset this HL7v2 store belongs to.
4883
4883
  # @param [Google::Apis::HealthcareV1::Hl7V2Store] hl7_v2_store_object
4884
4884
  # @param [String] hl7_v2_store_id
4885
- # The ID of the HL7v2 store that is being created. The string must match the
4886
- # following regex: `[\p`L`\p`N`_\-\.]`1,256``.
4885
+ # Required. The ID of the HL7v2 store that is being created. The string must
4886
+ # match the following regex: `[\p`L`\p`N`_\-\.]`1,256``.
4887
4887
  # @param [String] fields
4888
4888
  # Selector specifying which fields to include in a partial response.
4889
4889
  # @param [String] quota_user
@@ -4916,7 +4916,7 @@ module Google
4916
4916
 
4917
4917
  # Deletes the specified HL7v2 store and removes all messages that it contains.
4918
4918
  # @param [String] name
4919
- # The resource name of the HL7v2 store to delete.
4919
+ # Required. The resource name of the HL7v2 store to delete.
4920
4920
  # @param [String] fields
4921
4921
  # Selector specifying which fields to include in a partial response.
4922
4922
  # @param [String] quota_user
@@ -4952,8 +4952,9 @@ module Google
4952
4952
  # response of type ExportMessagesResponse is returned in the response field. The
4953
4953
  # metadata field type for this operation is OperationMetadata.
4954
4954
  # @param [String] name
4955
- # The name of the source HL7v2 store, in the format `projects/`project_id`/
4956
- # locations/`location_id`/datasets/`dataset_id`/hl7v2Stores/`hl7v2_store_id``
4955
+ # Required. The name of the source HL7v2 store, in the format `projects/`
4956
+ # project_id`/locations/`location_id`/datasets/`dataset_id`/hl7v2Stores/`
4957
+ # hl7v2_store_id``
4957
4958
  # @param [Google::Apis::HealthcareV1::ExportMessagesRequest] export_messages_request_object
4958
4959
  # @param [String] fields
4959
4960
  # Selector specifying which fields to include in a partial response.
@@ -4986,7 +4987,7 @@ module Google
4986
4987
 
4987
4988
  # Gets the specified HL7v2 store.
4988
4989
  # @param [String] name
4989
- # The resource name of the HL7v2 store to get.
4990
+ # Required. The resource name of the HL7v2 store to get.
4990
4991
  # @param [String] fields
4991
4992
  # Selector specifying which fields to include in a partial response.
4992
4993
  # @param [String] quota_user
@@ -5016,8 +5017,8 @@ module Google
5016
5017
 
5017
5018
  # Gets metrics associated with the HL7v2 store.
5018
5019
  # @param [String] name
5019
- # The resource name of the HL7v2 store to get metrics for, in the format `
5020
- # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
5020
+ # Required. The resource name of the HL7v2 store to get metrics for, in the
5021
+ # format `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
5021
5022
  # hl7V2Stores/`hl7v2_store_id``.
5022
5023
  # @param [String] fields
5023
5024
  # Selector specifying which fields to include in a partial response.
@@ -5116,8 +5117,9 @@ module Google
5116
5117
  # the response field. The metadata field type for this operation is
5117
5118
  # OperationMetadata.
5118
5119
  # @param [String] name
5119
- # The name of the target HL7v2 store, in the format `projects/`project_id`/
5120
- # locations/`location_id`/datasets/`dataset_id`/hl7v2Stores/`hl7v2_store_id``
5120
+ # Required. The name of the target HL7v2 store, in the format `projects/`
5121
+ # project_id`/locations/`location_id`/datasets/`dataset_id`/hl7v2Stores/`
5122
+ # hl7v2_store_id``
5121
5123
  # @param [Google::Apis::HealthcareV1::ImportMessagesRequest] import_messages_request_object
5122
5124
  # @param [String] fields
5123
5125
  # Selector specifying which fields to include in a partial response.
@@ -5150,7 +5152,7 @@ module Google
5150
5152
 
5151
5153
  # Lists the HL7v2 stores in the given dataset.
5152
5154
  # @param [String] parent
5153
- # Name of the dataset.
5155
+ # Required. Name of the dataset.
5154
5156
  # @param [String] filter
5155
5157
  # Restricts stores returned to those matching a filter. The following syntax is
5156
5158
  # available: * A string field value can be written as text inside quotation
@@ -5211,13 +5213,14 @@ module Google
5211
5213
 
5212
5214
  # Updates the HL7v2 store.
5213
5215
  # @param [String] name
5214
- # Resource name of the HL7v2 store, of the form `projects/`project_id`/locations/
5215
- # `location_id`/datasets/`dataset_id`/hl7V2Stores/`hl7v2_store_id``.
5216
+ # Identifier. Resource name of the HL7v2 store, of the form `projects/`
5217
+ # project_id`/locations/`location_id`/datasets/`dataset_id`/hl7V2Stores/`
5218
+ # hl7v2_store_id``.
5216
5219
  # @param [Google::Apis::HealthcareV1::Hl7V2Store] hl7_v2_store_object
5217
5220
  # @param [String] update_mask
5218
- # The update mask applies to the resource. For the `FieldMask` definition, see
5219
- # https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#
5220
- # fieldmask
5221
+ # Required. The update mask applies to the resource. For the `FieldMask`
5222
+ # definition, see https://developers.google.com/protocol-buffers/docs/reference/
5223
+ # google.protobuf#fieldmask
5221
5224
  # @param [String] fields
5222
5225
  # Selector specifying which fields to include in a partial response.
5223
5226
  # @param [String] quota_user
@@ -5330,7 +5333,7 @@ module Google
5330
5333
  # adapter is configured to listen to a Pub/Sub topic, the adapter transmits the
5331
5334
  # message when a notification is received.
5332
5335
  # @param [String] parent
5333
- # The name of the HL7v2 store this message belongs to.
5336
+ # Required. The name of the HL7v2 store this message belongs to.
5334
5337
  # @param [Google::Apis::HealthcareV1::CreateMessageRequest] create_message_request_object
5335
5338
  # @param [String] fields
5336
5339
  # Selector specifying which fields to include in a partial response.
@@ -5363,7 +5366,7 @@ module Google
5363
5366
 
5364
5367
  # Deletes an HL7v2 message.
5365
5368
  # @param [String] name
5366
- # The resource name of the HL7v2 message to delete.
5369
+ # Required. The resource name of the HL7v2 message to delete.
5367
5370
  # @param [String] fields
5368
5371
  # Selector specifying which fields to include in a partial response.
5369
5372
  # @param [String] quota_user
@@ -5393,7 +5396,7 @@ module Google
5393
5396
 
5394
5397
  # Gets an HL7v2 message.
5395
5398
  # @param [String] name
5396
- # The resource name of the HL7v2 message to retrieve.
5399
+ # Required. The resource name of the HL7v2 message to retrieve.
5397
5400
  # @param [String] view
5398
5401
  # Specifies which parts of the Message resource to return in the response. When
5399
5402
  # unspecified, equivalent to FULL.
@@ -5435,7 +5438,7 @@ module Google
5435
5438
  # message. This behavior is suitable for replying to HL7v2 interface systems
5436
5439
  # that expect these acknowledgments.
5437
5440
  # @param [String] parent
5438
- # The name of the HL7v2 store this message belongs to.
5441
+ # Required. The name of the HL7v2 store this message belongs to.
5439
5442
  # @param [Google::Apis::HealthcareV1::IngestMessageRequest] ingest_message_request_object
5440
5443
  # @param [String] fields
5441
5444
  # Selector specifying which fields to include in a partial response.
@@ -5471,7 +5474,7 @@ module Google
5471
5474
  # delay between the time a message is created and when it can be found through a
5472
5475
  # filter.
5473
5476
  # @param [String] parent
5474
- # Name of the HL7v2 store to retrieve messages from.
5477
+ # Required. Name of the HL7v2 store to retrieve messages from.
5475
5478
  # @param [String] filter
5476
5479
  # Restricts messages returned to those matching a filter. The following syntax
5477
5480
  # is available: * A string field value can be written as text inside quotation
@@ -5562,14 +5565,14 @@ module Google
5562
5565
  # request are merged with the existing set of labels. Existing labels with the
5563
5566
  # same keys are updated.
5564
5567
  # @param [String] name
5565
- # Resource name of the Message, of the form `projects/`project_id`/locations/`
5566
- # location_id`/datasets/`dataset_id`/hl7V2Stores/`hl7_v2_store_id`/messages/`
5567
- # message_id``. Assigned by the server.
5568
+ # Output only. Resource name of the Message, of the form `projects/`project_id`/
5569
+ # locations/`location_id`/datasets/`dataset_id`/hl7V2Stores/`hl7_v2_store_id`/
5570
+ # messages/`message_id``. Assigned by the server.
5568
5571
  # @param [Google::Apis::HealthcareV1::Message] message_object
5569
5572
  # @param [String] update_mask
5570
- # The update mask applies to the resource. For the `FieldMask` definition, see
5571
- # https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#
5572
- # fieldmask
5573
+ # Required. The update mask applies to the resource. For the `FieldMask`
5574
+ # definition, see https://developers.google.com/protocol-buffers/docs/reference/
5575
+ # google.protobuf#fieldmask
5573
5576
  # @param [String] fields
5574
5577
  # Selector specifying which fields to include in a partial response.
5575
5578
  # @param [String] quota_user
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.54.0
4
+ version: 0.56.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: 2024-01-28 00:00:00.000000000 Z
11
+ date: 2024-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.12.0
19
+ version: 0.14.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.12.0
29
+ version: 0.14.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.54.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.56.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Healthcare API V1