google-apis-healthcare_v1 0.46.0 → 0.48.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: 76146bf21d67f271bb4ee2a6081bcc8ab614283d4ac386a7ae64c7e17b8782af
4
- data.tar.gz: 773e7d3fb8f7374ab76b3dee57efca38c5099f1d5927573abab7d1727659cadd
3
+ metadata.gz: 7496a7ed4246d026bb4169c14c44880012934d03edb5acc47240b02cb20e9b59
4
+ data.tar.gz: 406d3c6d1c2a36d2535d37646a797f88e35a799f9f54863b42492f8090f49fcb
5
5
  SHA512:
6
- metadata.gz: dd3bb87b8aafee4ced94de7fb3eb09cf175ace036453759ff45af9eae5313a0ed1ddc22a85f2dd8d95d48c1622d5ab835b9611d203c948a0f700283c439f116d
7
- data.tar.gz: 80411ee2fdbf67a365cc59544c9a0933833dda126c0122205d145a0d87503285b5129f3856351dc9a8db0bc9e4bc55974be9a607de69394fff1c3dbc4a7a2528
6
+ metadata.gz: 988a3e19306dfb37acaaa3c6a42d774a82bfda09fb8b1ed28a0ae65d47fd29e89316fd56672d8b0570a0c116f47306971c9f564d69750074cae0d3aa373b8f87
7
+ data.tar.gz: b8384049b6760a34d3e890ab5b46e17609eb8fdf202a948fabd8b31f8df2cf8d243e3cc59174e0242293789923bc96168090f23b65e7d4c84e5fc628dd4eb09a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.48.0 (2023-09-17)
4
+
5
+ * Regenerated from discovery document revision 20230830
6
+
7
+ ### v0.47.0 (2023-08-13)
8
+
9
+ * Regenerated from discovery document revision 20230728
10
+
3
11
  ### v0.46.0 (2023-08-03)
4
12
 
5
13
  * Regenerated from discovery document revision 20230720
@@ -3663,13 +3663,13 @@ module Google
3663
3663
  # @return [String]
3664
3664
  attr_accessor :name
3665
3665
 
3666
- # The normal response of the operation in case of success. If the original
3667
- # method returns no data on success, such as `Delete`, the response is `google.
3668
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
3669
- # the response should be the resource. For other methods, the response should
3670
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
3671
- # example, if the original method name is `TakeSnapshot()`, the inferred
3672
- # response type is `TakeSnapshotResponse`.
3666
+ # The normal, successful response of the operation. If the original method
3667
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
3668
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
3669
+ # response should be the resource. For other methods, the response should have
3670
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
3671
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
3672
+ # `TakeSnapshotResponse`.
3673
3673
  # Corresponds to the JSON property `response`
3674
3674
  # @return [Hash<String,Object>]
3675
3675
  attr_accessor :response
@@ -3839,22 +3839,22 @@ module Google
3839
3839
  # evaluates to `true`. A condition can add constraints based on attributes of
3840
3840
  # the request, the resource, or both. To learn which resources support
3841
3841
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
3842
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
3842
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
3843
3843
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
3844
3844
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
3845
3845
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
3846
3846
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
3847
3847
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
3848
3848
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
3849
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
3850
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
3851
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
3852
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
3853
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
3854
- # access description: Does not grant access after Sep 2020 expression: request.
3855
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
3856
- # a description of IAM and its features, see the [IAM documentation](https://
3857
- # cloud.google.com/iam/docs/).
3849
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
3850
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
3851
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
3852
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
3853
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
3854
+ # title: expirable access description: Does not grant access after Sep 2020
3855
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
3856
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
3857
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
3858
3858
  class Policy
3859
3859
  include Google::Apis::Core::Hashable
3860
3860
 
@@ -4443,22 +4443,22 @@ module Google
4443
4443
  # evaluates to `true`. A condition can add constraints based on attributes of
4444
4444
  # the request, the resource, or both. To learn which resources support
4445
4445
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
4446
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
4446
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
4447
4447
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
4448
4448
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
4449
4449
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
4450
4450
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
4451
4451
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
4452
4452
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
4453
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
4454
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
4455
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
4456
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
4457
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
4458
- # access description: Does not grant access after Sep 2020 expression: request.
4459
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
4460
- # a description of IAM and its features, see the [IAM documentation](https://
4461
- # cloud.google.com/iam/docs/).
4453
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
4454
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
4455
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
4456
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
4457
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
4458
+ # title: expirable access description: Does not grant access after Sep 2020
4459
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
4460
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
4461
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
4462
4462
  # Corresponds to the JSON property `policy`
4463
4463
  # @return [Google::Apis::HealthcareV1::Policy]
4464
4464
  attr_accessor :policy
@@ -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.46.0"
19
+ GEM_VERSION = "0.48.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230720"
25
+ REVISION = "20230830"
26
26
  end
27
27
  end
28
28
  end
@@ -3950,20 +3950,202 @@ module Google
3950
3950
  execute_or_queue_command(command, &block)
3951
3951
  end
3952
3952
 
3953
+ # Deletes a FHIR resource that match an identifier search query. Implements the
3954
+ # FHIR standard conditional delete interaction, limited to searching by resource
3955
+ # identifier. If multiple resources match, 412 Precondition Failed error will be
3956
+ # returned. Search term for identifier should be in the pattern `identifier=
3957
+ # system|value` or `identifier=value` - similar to the `search` method on
3958
+ # resources with a specific identifier. Note: Unless resource versioning is
3959
+ # disabled by setting the disable_resource_versioning flag on the FHIR store,
3960
+ # the deleted resource is moved to a history repository that can still be
3961
+ # retrieved through vread and related methods, unless they are removed by the
3962
+ # purge method. For samples that show how to call `conditionalDelete`, see [
3963
+ # Conditionally deleting a FHIR resource](https://cloud.google.com/healthcare/
3964
+ # docs/how-tos/fhir-resources#conditionally_deleting_a_fhir_resource).
3965
+ # @param [String] parent
3966
+ # The name of the FHIR store this resource belongs to.
3967
+ # @param [String] type
3968
+ # The FHIR resource type to delete, such as Patient or Observation. For a
3969
+ # complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/implement/
3970
+ # standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/implement/
3971
+ # standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/implement/
3972
+ # standards/fhir/R4/resourcelist.html)).
3973
+ # @param [String] fields
3974
+ # Selector specifying which fields to include in a partial response.
3975
+ # @param [String] quota_user
3976
+ # Available to use for quota purposes for server-side applications. Can be any
3977
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3978
+ # @param [Google::Apis::RequestOptions] options
3979
+ # Request-specific options
3980
+ #
3981
+ # @yield [result, err] Result & error if block supplied
3982
+ # @yieldparam result [Google::Apis::HealthcareV1::Empty] parsed result object
3983
+ # @yieldparam err [StandardError] error object if request failed
3984
+ #
3985
+ # @return [Google::Apis::HealthcareV1::Empty]
3986
+ #
3987
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3988
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3989
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3990
+ def conditional_project_location_dataset_fhir_store_fhir_delete(parent, type, fields: nil, quota_user: nil, options: nil, &block)
3991
+ command = make_simple_command(:delete, 'v1/{+parent}/fhir/{+type}', options)
3992
+ command.response_representation = Google::Apis::HealthcareV1::Empty::Representation
3993
+ command.response_class = Google::Apis::HealthcareV1::Empty
3994
+ command.params['parent'] = parent unless parent.nil?
3995
+ command.params['type'] = type unless type.nil?
3996
+ command.query['fields'] = fields unless fields.nil?
3997
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3998
+ execute_or_queue_command(command, &block)
3999
+ end
4000
+
4001
+ # If a resource is found with the identifier specified in the query parameters,
4002
+ # updates part of that resource by applying the operations specified in a [JSON
4003
+ # Patch](http://jsonpatch.com/) document. Implements the FHIR standard
4004
+ # conditional patch interaction, limited to searching by resource identifier.
4005
+ # DSTU2 doesn't define a conditional patch method, but the server supports it in
4006
+ # the same way it supports STU3. Search term for identifier should be in the
4007
+ # pattern `identifier=system|value` or `identifier=value` - similar to the `
4008
+ # search` method on resources with a specific identifier. If the search criteria
4009
+ # identify more than one match, the request returns a `412 Precondition Failed`
4010
+ # error. The request body must contain a JSON Patch document, and the request
4011
+ # headers must contain `Content-Type: application/json-patch+json`. On success,
4012
+ # the response body contains a JSON-encoded representation of the updated
4013
+ # resource, including the server-assigned version ID. Errors generated by the
4014
+ # FHIR store contain a JSON-encoded `OperationOutcome` resource describing the
4015
+ # reason for the error. If the request cannot be mapped to a valid API method on
4016
+ # a FHIR store, a generic GCP error might be returned instead. For samples that
4017
+ # show how to call `conditionalPatch`, see [Conditionally patching a FHIR
4018
+ # resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#
4019
+ # conditionally_patching_a_fhir_resource).
4020
+ # @param [String] parent
4021
+ # The name of the FHIR store this resource belongs to.
4022
+ # @param [String] type
4023
+ # The FHIR resource type to update, such as Patient or Observation. For a
4024
+ # complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/implement/
4025
+ # standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/implement/
4026
+ # standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/implement/
4027
+ # standards/fhir/R4/resourcelist.html)).
4028
+ # @param [Google::Apis::HealthcareV1::HttpBody] http_body_object
4029
+ # @param [String] fields
4030
+ # Selector specifying which fields to include in a partial response.
4031
+ # @param [String] quota_user
4032
+ # Available to use for quota purposes for server-side applications. Can be any
4033
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
4034
+ # @param [Google::Apis::RequestOptions] options
4035
+ # Request-specific options
4036
+ #
4037
+ # @yield [result, err] Result & error if block supplied
4038
+ # @yieldparam result [Google::Apis::HealthcareV1::HttpBody] parsed result object
4039
+ # @yieldparam err [StandardError] error object if request failed
4040
+ #
4041
+ # @return [Google::Apis::HealthcareV1::HttpBody]
4042
+ #
4043
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
4044
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4045
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
4046
+ def conditional_project_location_dataset_fhir_store_fhir_patch(parent, type, http_body_object = nil, fields: nil, quota_user: nil, options: nil, &block)
4047
+ command = make_simple_command(:patch, 'v1/{+parent}/fhir/{+type}', options)
4048
+ command.request_representation = Google::Apis::HealthcareV1::HttpBody::Representation
4049
+ command.request_object = http_body_object
4050
+ command.response_representation = Google::Apis::HealthcareV1::HttpBody::Representation
4051
+ command.response_class = Google::Apis::HealthcareV1::HttpBody
4052
+ command.params['parent'] = parent unless parent.nil?
4053
+ command.params['type'] = type unless type.nil?
4054
+ command.query['fields'] = fields unless fields.nil?
4055
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
4056
+ execute_or_queue_command(command, &block)
4057
+ end
4058
+
4059
+ # If a resource is found with the identifier specified in the query parameters,
4060
+ # updates the entire contents of that resource. Implements the FHIR standard
4061
+ # conditional update interaction, limited to searching by resource identifier.
4062
+ # Search term for identifier should be in the pattern `identifier=system|value`
4063
+ # or `identifier=value` - similar to the `search` method on resources with a
4064
+ # specific identifier. If the search criteria identify more than one match, the
4065
+ # request returns a `412 Precondition Failed` error. If the search criteria
4066
+ # identify zero matches, and the supplied resource body contains an `id`, and
4067
+ # the FHIR store has enable_update_create set, creates the resource with the
4068
+ # client-specified ID. It is strongly advised not to include or encode any
4069
+ # sensitive data such as patient identifiers in client-specified resource IDs.
4070
+ # Those IDs are part of the FHIR resource path recorded in Cloud Audit Logs and
4071
+ # Pub/Sub notifications. Those IDs can also be contained in reference fields
4072
+ # within other resources. If the search criteria identify zero matches, and the
4073
+ # supplied resource body does not contain an `id`, the resource is created with
4074
+ # a server-assigned ID as per the create method. The request body must contain a
4075
+ # JSON-encoded FHIR resource, and the request headers must contain `Content-Type:
4076
+ # application/fhir+json`. On success, the response body contains a JSON-encoded
4077
+ # representation of the updated resource, including the server-assigned version
4078
+ # ID. Errors generated by the FHIR store contain a JSON-encoded `
4079
+ # OperationOutcome` resource describing the reason for the error. If the request
4080
+ # cannot be mapped to a valid API method on a FHIR store, a generic GCP error
4081
+ # might be returned instead. For samples that show how to call `
4082
+ # conditionalUpdate`, see [Conditionally updating a FHIR resource](https://cloud.
4083
+ # google.com/healthcare/docs/how-tos/fhir-resources#
4084
+ # conditionally_updating_a_fhir_resource).
4085
+ # @param [String] parent
4086
+ # The name of the FHIR store this resource belongs to.
4087
+ # @param [String] type
4088
+ # The FHIR resource type to update, such as Patient or Observation. For a
4089
+ # complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/implement/
4090
+ # standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/implement/
4091
+ # standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/implement/
4092
+ # standards/fhir/R4/resourcelist.html)). Must match the resource type in the
4093
+ # provided content.
4094
+ # @param [Google::Apis::HealthcareV1::HttpBody] http_body_object
4095
+ # @param [String] fields
4096
+ # Selector specifying which fields to include in a partial response.
4097
+ # @param [String] quota_user
4098
+ # Available to use for quota purposes for server-side applications. Can be any
4099
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
4100
+ # @param [Google::Apis::RequestOptions] options
4101
+ # Request-specific options
4102
+ #
4103
+ # @yield [result, err] Result & error if block supplied
4104
+ # @yieldparam result [Google::Apis::HealthcareV1::HttpBody] parsed result object
4105
+ # @yieldparam err [StandardError] error object if request failed
4106
+ #
4107
+ # @return [Google::Apis::HealthcareV1::HttpBody]
4108
+ #
4109
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
4110
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4111
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
4112
+ def conditional_project_location_dataset_fhir_store_fhir_update(parent, type, http_body_object = nil, fields: nil, quota_user: nil, options: nil, &block)
4113
+ command = make_simple_command(:put, 'v1/{+parent}/fhir/{+type}', options)
4114
+ command.request_representation = Google::Apis::HealthcareV1::HttpBody::Representation
4115
+ command.request_object = http_body_object
4116
+ command.response_representation = Google::Apis::HealthcareV1::HttpBody::Representation
4117
+ command.response_class = Google::Apis::HealthcareV1::HttpBody
4118
+ command.params['parent'] = parent unless parent.nil?
4119
+ command.params['type'] = type unless type.nil?
4120
+ command.query['fields'] = fields unless fields.nil?
4121
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
4122
+ execute_or_queue_command(command, &block)
4123
+ end
4124
+
3953
4125
  # Creates a FHIR resource. Implements the FHIR standard create interaction ([
3954
4126
  # DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/http.html#create), [STU3](
3955
4127
  # http://hl7.org/implement/standards/fhir/STU3/http.html#create), [R4](http://
3956
4128
  # hl7.org/implement/standards/fhir/R4/http.html#create)), which creates a new
3957
- # resource with a server-assigned resource ID. The request body must contain a
3958
- # JSON-encoded FHIR resource, and the request headers must contain `Content-Type:
3959
- # application/fhir+json`. On success, the response body contains a JSON-encoded
3960
- # representation of the resource as it was created on the server, including the
3961
- # server-assigned resource ID and version ID. Errors generated by the FHIR store
3962
- # contain a JSON-encoded `OperationOutcome` resource describing the reason for
3963
- # the error. If the request cannot be mapped to a valid API method on a FHIR
3964
- # store, a generic GCP error might be returned instead. For samples that show
3965
- # how to call `create`, see [Creating a FHIR resource](https://cloud.google.com/
3966
- # healthcare/docs/how-tos/fhir-resources#creating_a_fhir_resource).
4129
+ # resource with a server-assigned resource ID. Also supports the FHIR standard
4130
+ # conditional create interaction ([DSTU2](https://hl7.org/implement/standards/
4131
+ # fhir/DSTU2/http.html#ccreate), [STU3](https://hl7.org/implement/standards/fhir/
4132
+ # STU3/http.html#ccreate), [R4](https://hl7.org/implement/standards/fhir/R4/http.
4133
+ # html#ccreate)), specified by supplying an `If-None-Exist` header containing a
4134
+ # FHIR search query, limited to searching by resource identifier. If no
4135
+ # resources match this search query, the server processes the create operation
4136
+ # as normal. When using conditional create, the search term for identifier
4137
+ # should be in the pattern `identifier=system|value` or `identifier=value` -
4138
+ # similar to the `search` method on resources with a specific identifier. The
4139
+ # request body must contain a JSON-encoded FHIR resource, and the request
4140
+ # headers must contain `Content-Type: application/fhir+json`. On success, the
4141
+ # response body contains a JSON-encoded representation of the resource as it was
4142
+ # created on the server, including the server-assigned resource ID and version
4143
+ # ID. Errors generated by the FHIR store contain a JSON-encoded `
4144
+ # OperationOutcome` resource describing the reason for the error. If the request
4145
+ # cannot be mapped to a valid API method on a FHIR store, a generic GCP error
4146
+ # might be returned instead. For samples that show how to call `create`, see [
4147
+ # Creating a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/
4148
+ # fhir-resources#creating_a_fhir_resource).
3967
4149
  # @param [String] parent
3968
4150
  # The name of the FHIR store this resource belongs to.
3969
4151
  # @param [String] type
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.46.0
4
+ version: 0.48.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: 2023-08-06 00:00:00.000000000 Z
11
+ date: 2023-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.46.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.48.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Healthcare API V1