google-apis-healthcare_v1beta1 0.57.0 → 0.58.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: ba7d681f27fa13025b4730435a6a5db3d6aff6b1687d4a116524200caa97a2bd
4
- data.tar.gz: 5d241a85f6c800c62a5baa3b9ab24ea3c3e1121404fdc247e3622a23df5eb8d0
3
+ metadata.gz: b290bec5221169aff70fe24479dbdb51a9fda7cb102606220f635d357619fcd1
4
+ data.tar.gz: 88f696b4fdcde91413f0f70edbff00e65821ece3b0c09a08dfab64b583c4e1e3
5
5
  SHA512:
6
- metadata.gz: 633734b41a30b249be124043d0fc3a9e6760fb41a5b221e2d0d0d93d66a93b0ab785f879c8c3eeead6337ab7ccb0006d5ebcc10d2abdeed9dc1a8249ee6d3ad6
7
- data.tar.gz: 471eb764efe42a279bb297402e60979d15c4004873f69ee6bcf492a9b9c70dad2409d142d3be96559697875b2ae765cf34869cc53ec7774997e0c2531503e380
6
+ metadata.gz: bc740884d295db6b219e75dea52f2ea7fdbc573be9db13e2b1da055d92a6624f355756b058455020f89d79524fc6b949e21849b4feb52b909e44bc10b0f8b0a2
7
+ data.tar.gz: ffc692116971ffbc626e94c45b65483af35cd891440589d1f7402ff95fbac715b5404e5c133765834c7980cf3b8c68e362f2f7020a5d505724b41eaaf7e063bf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.58.0 (2023-10-22)
4
+
5
+ * Regenerated from discovery document revision 20231017
6
+
3
7
  ### v0.57.0 (2023-10-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20231003
@@ -2513,42 +2513,41 @@ module Google
2513
2513
  attr_accessor :end_time
2514
2514
 
2515
2515
  # Restricts messages exported to those matching a filter, only applicable to
2516
- # PubsubDestination and GcsDestination. The following syntax is available: * A
2517
- # string field value can be written as text inside quotation marks, for example `
2518
- # "query text"`. The only valid relational operation for text fields is equality
2519
- # (`=`), where text is searched within the field, rather than having the field
2520
- # be equal to the text. For example, `"Comment = great"` returns messages with `
2521
- # great` in the comment field. * A number field value can be written as an
2522
- # integer, a decimal, or an exponential. The valid relational operators for
2523
- # number fields are the equality operator (`=`), along with the less than/
2524
- # greater than operators (`<`, `<=`, `>`, `>=`). Note that there is no
2525
- # inequality (`!=`) operator. You can prepend the `NOT` operator to an
2526
- # expression to negate it. * A date field value must be written in the `yyyy-mm-
2527
- # dd` format. Fields with date and time use the RFC3339 time format. Leading
2528
- # zeros are required for one-digit months and days. The valid relational
2529
- # operators for date fields are the equality operator (`=`) , along with the
2530
- # less than/greater than operators (`<`, `<=`, `>`, `>=`). Note that there is no
2531
- # inequality (`!=`) operator. You can prepend the `NOT` operator to an
2532
- # expression to negate it. * Multiple field query expressions can be combined in
2533
- # one query by adding `AND` or `OR` operators between the expressions. If a
2534
- # boolean operator appears within a quoted string, it is not treated as special,
2535
- # and is just another part of the character string to be matched. You can
2536
- # prepend the `NOT` operator to an expression to negate it. The following fields
2537
- # and functions are available for filtering: * `message_type`, from the MSH-9.1
2538
- # field. For example, `NOT message_type = "ADT"`. * `send_date` or `sendDate`,
2539
- # the YYYY-MM-DD date the message was sent in the dataset's time_zone, from the
2540
- # MSH-7 segment. For example, `send_date < "2017-01-02"`. * `send_time`, the
2541
- # timestamp when the message was sent, using the RFC3339 time format for
2542
- # comparisons, from the MSH-7 segment. For example, `send_time < "2017-01-02T00:
2543
- # 00:00-05:00"`. * `create_time`, the timestamp when the message was created in
2544
- # the HL7v2 store. Use the RFC3339 time format for comparisons. For example, `
2545
- # create_time < "2017-01-02T00:00:00-05:00"`. * `send_facility`, the care center
2546
- # that the message came from, from the MSH-4 segment. For example, `
2547
- # send_facility = "ABC"`. Note: The filter will be applied to every message in
2548
- # the HL7v2 store whose `send_time` lies in the range defined by the `start_time`
2549
- # and the `end_time`. Even if the filter only matches a small set of messages,
2550
- # the export operation can still take a long time to finish when a lot of
2551
- # messages are between the specified `start_time` and `end_time` range.
2516
+ # PubsubDestination. The following syntax is available: * A string field value
2517
+ # can be written as text inside quotation marks, for example `"query text"`. The
2518
+ # only valid relational operation for text fields is equality (`=`), where text
2519
+ # is searched within the field, rather than having the field be equal to the
2520
+ # text. For example, `"Comment = great"` returns messages with `great` in the
2521
+ # comment field. * A number field value can be written as an integer, a decimal,
2522
+ # or an exponential. The valid relational operators for number fields are the
2523
+ # equality operator (`=`), along with the less than/greater than operators (`<`,
2524
+ # `<=`, `>`, `>=`). Note that there is no inequality (`!=`) operator. You can
2525
+ # prepend the `NOT` operator to an expression to negate it. * A date field value
2526
+ # must be written in the `yyyy-mm-dd` format. Fields with date and time use the
2527
+ # RFC3339 time format. Leading zeros are required for one-digit months and days.
2528
+ # The valid relational operators for date fields are the equality operator (`=`)
2529
+ # , along with the less than/greater than operators (`<`, `<=`, `>`, `>=`). Note
2530
+ # that there is no inequality (`!=`) operator. You can prepend the `NOT`
2531
+ # operator to an expression to negate it. * Multiple field query expressions can
2532
+ # be combined in one query by adding `AND` or `OR` operators between the
2533
+ # expressions. If a boolean operator appears within a quoted string, it is not
2534
+ # treated as special, and is just another part of the character string to be
2535
+ # matched. You can prepend the `NOT` operator to an expression to negate it. The
2536
+ # following fields and functions are available for filtering: * `message_type`,
2537
+ # from the MSH-9.1 field. For example, `NOT message_type = "ADT"`. * `send_date`
2538
+ # or `sendDate`, the YYYY-MM-DD date the message was sent in the dataset's
2539
+ # time_zone, from the MSH-7 segment. For example, `send_date < "2017-01-02"`. * `
2540
+ # send_time`, the timestamp when the message was sent, using the RFC3339 time
2541
+ # format for comparisons, from the MSH-7 segment. For example, `send_time < "
2542
+ # 2017-01-02T00:00:00-05:00"`. * `create_time`, the timestamp when the message
2543
+ # was created in the HL7v2 store. Use the RFC3339 time format for comparisons.
2544
+ # For example, `create_time < "2017-01-02T00:00:00-05:00"`. * `send_facility`,
2545
+ # the care center that the message came from, from the MSH-4 segment. For
2546
+ # example, `send_facility = "ABC"`. Note: The filter will be applied to every
2547
+ # message in the HL7v2 store whose `send_time` lies in the range defined by the `
2548
+ # start_time` and the `end_time`. Even if the filter only matches a small set of
2549
+ # messages, the export operation can still take a long time to finish when a lot
2550
+ # of messages are between the specified `start_time` and `end_time` range.
2552
2551
  # Corresponds to the JSON property `filter`
2553
2552
  # @return [String]
2554
2553
  attr_accessor :filter
@@ -5980,6 +5979,121 @@ module Google
5980
5979
  end
5981
5980
  end
5982
5981
 
5982
+ # Filters to select resources that need to be rolled back.
5983
+ class RollbackFhirResourceFilteringFields
5984
+ include Google::Apis::Core::Hashable
5985
+
5986
+ # Optional. A string to use for filtering resource metadata. Complies with AIP-
5987
+ # 160 except without the has operator. Additionally, supports 2 functions:
5988
+ # hastag("system") = "code" for tag filtering and extension_ts_value("uri") =
5989
+ # timestamp for filtering extensions with timestamp, which is given as a unix
5990
+ # timestamp. extension_ts_url can be used with >, <, <=, >=, != comparisons as
5991
+ # well.
5992
+ # Corresponds to the JSON property `metadataFilter`
5993
+ # @return [String]
5994
+ attr_accessor :metadata_filter
5995
+
5996
+ # Optional. A list of operation IDs to roll back. Only changes made by these
5997
+ # operations will be rolled back.
5998
+ # Corresponds to the JSON property `operationIds`
5999
+ # @return [Array<Fixnum>]
6000
+ attr_accessor :operation_ids
6001
+
6002
+ def initialize(**args)
6003
+ update!(**args)
6004
+ end
6005
+
6006
+ # Update properties of this object
6007
+ def update!(**args)
6008
+ @metadata_filter = args[:metadata_filter] if args.key?(:metadata_filter)
6009
+ @operation_ids = args[:operation_ids] if args.key?(:operation_ids)
6010
+ end
6011
+ end
6012
+
6013
+ # Request to roll back resources.
6014
+ class RollbackFhirResourcesRequest
6015
+ include Google::Apis::Core::Hashable
6016
+
6017
+ # Optional. CREATE/UPDATE/DELETE/ALL for reverting all txns of a certain type.
6018
+ # Corresponds to the JSON property `changeType`
6019
+ # @return [String]
6020
+ attr_accessor :change_type
6021
+
6022
+ # Optional. Specifies whether to exclude earlier rollbacks.
6023
+ # Corresponds to the JSON property `excludeRollbacks`
6024
+ # @return [Boolean]
6025
+ attr_accessor :exclude_rollbacks
6026
+ alias_method :exclude_rollbacks?, :exclude_rollbacks
6027
+
6028
+ # Filters to select resources that need to be rolled back.
6029
+ # Corresponds to the JSON property `filteringFields`
6030
+ # @return [Google::Apis::HealthcareV1beta1::RollbackFhirResourceFilteringFields]
6031
+ attr_accessor :filtering_fields
6032
+
6033
+ # Optional. When enabled, changes will be reverted without explicit confirmation
6034
+ # Corresponds to the JSON property `force`
6035
+ # @return [Boolean]
6036
+ attr_accessor :force
6037
+ alias_method :force?, :force
6038
+
6039
+ # Optional. Cloud Storage object containing list of `resourceType`/`resourceId`
6040
+ # lines, identifying resources to be reverted
6041
+ # Corresponds to the JSON property `inputGcsObject`
6042
+ # @return [String]
6043
+ attr_accessor :input_gcs_object
6044
+
6045
+ # Required. Bucket to deposit result
6046
+ # Corresponds to the JSON property `resultGcsBucket`
6047
+ # @return [String]
6048
+ attr_accessor :result_gcs_bucket
6049
+
6050
+ # Required. Time point to rollback to.
6051
+ # Corresponds to the JSON property `rollbackTime`
6052
+ # @return [String]
6053
+ attr_accessor :rollback_time
6054
+
6055
+ # Optional. If specified, revert only resources of these types
6056
+ # Corresponds to the JSON property `type`
6057
+ # @return [Array<String>]
6058
+ attr_accessor :type
6059
+
6060
+ def initialize(**args)
6061
+ update!(**args)
6062
+ end
6063
+
6064
+ # Update properties of this object
6065
+ def update!(**args)
6066
+ @change_type = args[:change_type] if args.key?(:change_type)
6067
+ @exclude_rollbacks = args[:exclude_rollbacks] if args.key?(:exclude_rollbacks)
6068
+ @filtering_fields = args[:filtering_fields] if args.key?(:filtering_fields)
6069
+ @force = args[:force] if args.key?(:force)
6070
+ @input_gcs_object = args[:input_gcs_object] if args.key?(:input_gcs_object)
6071
+ @result_gcs_bucket = args[:result_gcs_bucket] if args.key?(:result_gcs_bucket)
6072
+ @rollback_time = args[:rollback_time] if args.key?(:rollback_time)
6073
+ @type = args[:type] if args.key?(:type)
6074
+ end
6075
+ end
6076
+
6077
+ # Final response of rollback FIHR resources request.
6078
+ class RollbackFhirResourcesResponse
6079
+ include Google::Apis::Core::Hashable
6080
+
6081
+ # The name of the FHIR store to rollback, in the format of "projects/`project_id`
6082
+ # /locations/`location_id`/datasets/`dataset_id` /fhirStores/`fhir_store_id`".
6083
+ # Corresponds to the JSON property `fhirStore`
6084
+ # @return [String]
6085
+ attr_accessor :fhir_store
6086
+
6087
+ def initialize(**args)
6088
+ update!(**args)
6089
+ end
6090
+
6091
+ # Update properties of this object
6092
+ def update!(**args)
6093
+ @fhir_store = args[:fhir_store] if args.key?(:fhir_store)
6094
+ end
6095
+ end
6096
+
5983
6097
  # Configuration for the FHIR BigQuery schema. Determines how the server
5984
6098
  # generates the schema.
5985
6099
  class SchemaConfig
@@ -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.57.0"
19
+ GEM_VERSION = "0.58.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 = "20231003"
25
+ REVISION = "20231017"
26
26
  end
27
27
  end
28
28
  end
@@ -1096,6 +1096,24 @@ module Google
1096
1096
  include Google::Apis::Core::JsonObjectSupport
1097
1097
  end
1098
1098
 
1099
+ class RollbackFhirResourceFilteringFields
1100
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1101
+
1102
+ include Google::Apis::Core::JsonObjectSupport
1103
+ end
1104
+
1105
+ class RollbackFhirResourcesRequest
1106
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1107
+
1108
+ include Google::Apis::Core::JsonObjectSupport
1109
+ end
1110
+
1111
+ class RollbackFhirResourcesResponse
1112
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1113
+
1114
+ include Google::Apis::Core::JsonObjectSupport
1115
+ end
1116
+
1099
1117
  class SchemaConfig
1100
1118
  class Representation < Google::Apis::Core::JsonRepresentation; end
1101
1119
 
@@ -2911,6 +2929,36 @@ module Google
2911
2929
  end
2912
2930
  end
2913
2931
 
2932
+ class RollbackFhirResourceFilteringFields
2933
+ # @private
2934
+ class Representation < Google::Apis::Core::JsonRepresentation
2935
+ property :metadata_filter, as: 'metadataFilter'
2936
+ collection :operation_ids, as: 'operationIds'
2937
+ end
2938
+ end
2939
+
2940
+ class RollbackFhirResourcesRequest
2941
+ # @private
2942
+ class Representation < Google::Apis::Core::JsonRepresentation
2943
+ property :change_type, as: 'changeType'
2944
+ property :exclude_rollbacks, as: 'excludeRollbacks'
2945
+ property :filtering_fields, as: 'filteringFields', class: Google::Apis::HealthcareV1beta1::RollbackFhirResourceFilteringFields, decorator: Google::Apis::HealthcareV1beta1::RollbackFhirResourceFilteringFields::Representation
2946
+
2947
+ property :force, as: 'force'
2948
+ property :input_gcs_object, as: 'inputGcsObject'
2949
+ property :result_gcs_bucket, as: 'resultGcsBucket'
2950
+ property :rollback_time, as: 'rollbackTime'
2951
+ collection :type, as: 'type'
2952
+ end
2953
+ end
2954
+
2955
+ class RollbackFhirResourcesResponse
2956
+ # @private
2957
+ class Representation < Google::Apis::Core::JsonRepresentation
2958
+ property :fhir_store, as: 'fhirStore'
2959
+ end
2960
+ end
2961
+
2914
2962
  class SchemaConfig
2915
2963
  # @private
2916
2964
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4545,6 +4545,48 @@ module Google
4545
4545
  execute_or_queue_command(command, &block)
4546
4546
  end
4547
4547
 
4548
+ # Rolls back resources from the FHIR store to the specified time. This method
4549
+ # returns an Operation that can be used to track the status of the rollback by
4550
+ # calling GetOperation. Immediate fatal errors appear in the error field, errors
4551
+ # are also logged to Cloud Logging (see [Viewing error logs in Cloud Logging](
4552
+ # https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when
4553
+ # the operation finishes, a detailed response of type
4554
+ # RollbackFhirResourcesResponse is returned in the response field. The metadata
4555
+ # field type for this operation is OperationMetadata.
4556
+ # @param [String] name
4557
+ # Required. The name of the FHIR store to rollback, in the format of "projects/`
4558
+ # project_id`/locations/`location_id`/datasets/`dataset_id` /fhirStores/`
4559
+ # fhir_store_id`".
4560
+ # @param [Google::Apis::HealthcareV1beta1::RollbackFhirResourcesRequest] rollback_fhir_resources_request_object
4561
+ # @param [String] fields
4562
+ # Selector specifying which fields to include in a partial response.
4563
+ # @param [String] quota_user
4564
+ # Available to use for quota purposes for server-side applications. Can be any
4565
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
4566
+ # @param [Google::Apis::RequestOptions] options
4567
+ # Request-specific options
4568
+ #
4569
+ # @yield [result, err] Result & error if block supplied
4570
+ # @yieldparam result [Google::Apis::HealthcareV1beta1::Operation] parsed result object
4571
+ # @yieldparam err [StandardError] error object if request failed
4572
+ #
4573
+ # @return [Google::Apis::HealthcareV1beta1::Operation]
4574
+ #
4575
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
4576
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4577
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
4578
+ def rollback_fhir_store_fhir_resources(name, rollback_fhir_resources_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
4579
+ command = make_simple_command(:post, 'v1beta1/{+name}:rollback', options)
4580
+ command.request_representation = Google::Apis::HealthcareV1beta1::RollbackFhirResourcesRequest::Representation
4581
+ command.request_object = rollback_fhir_resources_request_object
4582
+ command.response_representation = Google::Apis::HealthcareV1beta1::Operation::Representation
4583
+ command.response_class = Google::Apis::HealthcareV1beta1::Operation
4584
+ command.params['name'] = name unless name.nil?
4585
+ command.query['fields'] = fields unless fields.nil?
4586
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
4587
+ execute_or_queue_command(command, &block)
4588
+ end
4589
+
4548
4590
  # Sets the access control policy on the specified resource. Replaces any
4549
4591
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
4550
4592
  # PERMISSION_DENIED` errors.
@@ -5705,10 +5747,26 @@ module Google
5705
5747
  # 50,000 might not be fully searchable as the server might trim its generated
5706
5748
  # search index in those cases. Note: FHIR resources are indexed asynchronously,
5707
5749
  # so there might be a slight delay between the time a resource is created or
5708
- # changes and when the change is reflected in search results. For samples and
5709
- # detailed information, see [Searching for FHIR resources](https://cloud.google.
5710
- # com/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](
5711
- # https://cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
5750
+ # changed, and the time when the change reflects in search results. The only
5751
+ # exception is resource identifier data, which is indexed synchronously as a
5752
+ # special index. As a result, searching using resource identifier is not subject
5753
+ # to indexing delay. To use the special synchronous index, the search term for
5754
+ # identifier should be in the pattern `identifier=[system]|[value]` or `
5755
+ # identifier=[value]`, and any of the following search result parameters can be
5756
+ # used: * `_count` * `_include` * `_revinclude` * `_summary` * `_elements` If
5757
+ # your query contains any other search parameters, the standard asynchronous
5758
+ # index will be used instead. Note that searching against the special index is
5759
+ # optimized for resolving a small number of matches. The search isn't optimized
5760
+ # if your identifier search criteria matches a large number (i.e. more than 2,
5761
+ # 000) of resources. For a search query that will match a large number of
5762
+ # resources, you can avoiding using the special synchronous index by including
5763
+ # an additional `_sort` parameter in your query. Use `_sort=-_lastUpdated` if
5764
+ # you want to keep the default sorting order. Note: The special synchronous
5765
+ # identifier index are currently disabled for DocumentReference and
5766
+ # DocumentManifest searches. For samples and detailed information, see [
5767
+ # Searching for FHIR resources](https://cloud.google.com/healthcare/docs/how-tos/
5768
+ # fhir-search) and [Advanced FHIR search features](https://cloud.google.com/
5769
+ # healthcare/docs/how-tos/fhir-advanced-search).
5712
5770
  # @param [String] parent
5713
5771
  # Name of the FHIR store to retrieve resources from.
5714
5772
  # @param [Google::Apis::HealthcareV1beta1::SearchResourcesRequest] search_resources_request_object
@@ -5783,10 +5841,26 @@ module Google
5783
5841
  # 50,000 might not be fully searchable as the server might trim its generated
5784
5842
  # search index in those cases. Note: FHIR resources are indexed asynchronously,
5785
5843
  # so there might be a slight delay between the time a resource is created or
5786
- # changes and when the change is reflected in search results. For samples and
5787
- # detailed information, see [Searching for FHIR resources](https://cloud.google.
5788
- # com/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](
5789
- # https://cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
5844
+ # changed, and the time when the change reflects in search results. The only
5845
+ # exception is resource identifier data, which is indexed synchronously as a
5846
+ # special index. As a result, searching using resource identifier is not subject
5847
+ # to indexing delay. To use the special synchronous index, the search term for
5848
+ # identifier should be in the pattern `identifier=[system]|[value]` or `
5849
+ # identifier=[value]`, and any of the following search result parameters can be
5850
+ # used: * `_count` * `_include` * `_revinclude` * `_summary` * `_elements` If
5851
+ # your query contains any other search parameters, the standard asynchronous
5852
+ # index will be used instead. Note that searching against the special index is
5853
+ # optimized for resolving a small number of matches. The search isn't optimized
5854
+ # if your identifier search criteria matches a large number (i.e. more than 2,
5855
+ # 000) of resources. For a search query that will match a large number of
5856
+ # resources, you can avoiding using the special synchronous index by including
5857
+ # an additional `_sort` parameter in your query. Use `_sort=-_lastUpdated` if
5858
+ # you want to keep the default sorting order. Note: The special synchronous
5859
+ # identifier index are currently disabled for DocumentReference and
5860
+ # DocumentManifest searches. For samples and detailed information, see [
5861
+ # Searching for FHIR resources](https://cloud.google.com/healthcare/docs/how-tos/
5862
+ # fhir-search) and [Advanced FHIR search features](https://cloud.google.com/
5863
+ # healthcare/docs/how-tos/fhir-advanced-search).
5790
5864
  # @param [String] parent
5791
5865
  # Name of the FHIR store to retrieve resources from.
5792
5866
  # @param [String] resource_type
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.57.0
4
+ version: 0.58.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-10-15 00:00:00.000000000 Z
11
+ date: 2023-10-22 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.57.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.58.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []