google-apis-healthcare_v1 0.80.0 → 0.82.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: 6a7715c5116b66d2783c1d12d8ae5653e251d34461828b2d542a1d0c3deb32c3
4
- data.tar.gz: ea4ff0f6be7f51092ce69643010598f439c8c799cf0324342ef038b8fc078b30
3
+ metadata.gz: 3b83abdc606d130ab3814fbef66c2759d62ef8809750851352cf8159121f413a
4
+ data.tar.gz: fc6997bbc77cf518759920607acc28d9aad2904a4af292ba7023491cf499ad0e
5
5
  SHA512:
6
- metadata.gz: f07957a519f8fb3f02f50e66d0a42b27b9baf904bed54f6f52e0bfcb21bffeed0e438811c0889d2c86e311d1b689fb4fd7a5c5c4409e9a967d06e0b823ada8ee
7
- data.tar.gz: f95f0d85ee7e5be0360515b63a609a30de6e36a714c3ef3ab7e7539507ac60475938ca7596c2a9f11f03955a5d77d039315b690934bda681a2c7eb5e460ca777
6
+ metadata.gz: 9f700856a2a8c96d7b1adc6338745527b2a96ddead68d09c9c438572323b20446c7a94e522af3232cd600851f59118ad8472edfdf9c6f83016d57118a7b2bf06
7
+ data.tar.gz: fedd6e76b55fedebee2ced4357bd8bb6f3d0c99829af5c79275e2e042ef4d7e596694abe6381a34f10766c3efe3326cf4133e9a2a38fde75ac5a339ffca72c37
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.82.0 (2025-10-19)
4
+
5
+ * Regenerated from discovery document revision 20251001
6
+
7
+ ### v0.81.0 (2025-10-05)
8
+
9
+ * Regenerated from discovery document revision 20250923
10
+
3
11
  ### v0.80.0 (2025-09-21)
4
12
 
5
13
  * Regenerated from discovery document revision 20250904
@@ -1638,7 +1638,7 @@ module Google
1638
1638
  # Standard's reasoning: "Whilst these UIDs cannot be mapped directly to an
1639
1639
  # individual out of context, given access to the original images, or to a
1640
1640
  # database of the original images containing the UIDs, it would be possible to
1641
- # recover the individual's identity." http://dicom.nema.org/medical/dicom/
1641
+ # recover the individual's identity." https://dicom.nema.org/medical/dicom/
1642
1642
  # current/output/chtml/part15/sect_E.3.9.html
1643
1643
  # Corresponds to the JSON property `skipIdRedaction`
1644
1644
  # @return [Boolean]
@@ -4270,6 +4270,13 @@ module Google
4270
4270
  # @return [Array<Google::Apis::HealthcareV1::Operation>]
4271
4271
  attr_accessor :operations
4272
4272
 
4273
+ # Unordered list. Unreachable resources. Populated when the request sets `
4274
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
4275
+ # when attempting to list all resources across all supported locations.
4276
+ # Corresponds to the JSON property `unreachable`
4277
+ # @return [Array<String>]
4278
+ attr_accessor :unreachable
4279
+
4273
4280
  def initialize(**args)
4274
4281
  update!(**args)
4275
4282
  end
@@ -4278,6 +4285,7 @@ module Google
4278
4285
  def update!(**args)
4279
4286
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
4280
4287
  @operations = args[:operations] if args.key?(:operations)
4288
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
4281
4289
  end
4282
4290
  end
4283
4291
 
@@ -5867,7 +5875,7 @@ module Google
5867
5875
  include Google::Apis::Core::Hashable
5868
5876
 
5869
5877
  # Optional. Tags to be filtered. Tags must be DICOM Data Elements, File Meta
5870
- # Elements, or Directory Structuring Elements, as defined at: http://dicom.nema.
5878
+ # Elements, or Directory Structuring Elements, as defined at: https://dicom.nema.
5871
5879
  # org/medical/dicom/current/output/html/part06.html#table_6-1,. They may be
5872
5880
  # provided by "Keyword" or "Tag". For example "PatientID", "00100010".
5873
5881
  # Corresponds to the JSON property `tags`
@@ -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.80.0"
19
+ GEM_VERSION = "0.82.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250904"
25
+ REVISION = "20251001"
26
26
  end
27
27
  end
28
28
  end
@@ -2195,6 +2195,7 @@ module Google
2195
2195
  property :next_page_token, as: 'nextPageToken'
2196
2196
  collection :operations, as: 'operations', class: Google::Apis::HealthcareV1::Operation, decorator: Google::Apis::HealthcareV1::Operation::Representation
2197
2197
 
2198
+ collection :unreachable, as: 'unreachable'
2198
2199
  end
2199
2200
  end
2200
2201
 
@@ -2428,7 +2428,7 @@ module Google
2428
2428
  end
2429
2429
 
2430
2430
  # SearchForInstances returns a list of matching instances. See [Search
2431
- # Transaction] (http://dicom.nema.org/medical/dicom/current/output/html/part18.
2431
+ # Transaction] (https://dicom.nema.org/medical/dicom/current/output/html/part18.
2432
2432
  # html#sect_10.6). For details on the implementation of SearchForInstances, see [
2433
2433
  # Search transaction](https://cloud.google.com/healthcare/docs/dicom#
2434
2434
  # search_transaction) in the Cloud Healthcare API conformance statement. For
@@ -2440,8 +2440,8 @@ module Google
2440
2440
  # dicomStores/`dicom_store_id``.
2441
2441
  # @param [String] dicom_web_path
2442
2442
  # Required. The path of the SearchForInstancesRequest DICOMweb request. For
2443
- # example, `instances`, `series/`series_uid`/instances`, or `studies/`study_uid`/
2444
- # instances`.
2443
+ # example, `instances`, `studies/`study_uid`/series/`series_uid`/instances`, or `
2444
+ # studies/`study_uid`/instances`.
2445
2445
  # @param [String] fields
2446
2446
  # Selector specifying which fields to include in a partial response.
2447
2447
  # @param [String] quota_user
@@ -2471,11 +2471,11 @@ module Google
2471
2471
  end
2472
2472
 
2473
2473
  # SearchForSeries returns a list of matching series. See [Search Transaction] (
2474
- # http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6).
2475
- # For details on the implementation of SearchForSeries, see [Search transaction]
2476
- # (https://cloud.google.com/healthcare/docs/dicom#search_transaction) in the
2477
- # Cloud Healthcare API conformance statement. For samples that show how to call
2478
- # SearchForSeries, see [Search for DICOM data](https://cloud.google.com/
2474
+ # https://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6)
2475
+ # . For details on the implementation of SearchForSeries, see [Search
2476
+ # transaction](https://cloud.google.com/healthcare/docs/dicom#search_transaction)
2477
+ # in the Cloud Healthcare API conformance statement. For samples that show how
2478
+ # to call SearchForSeries, see [Search for DICOM data](https://cloud.google.com/
2479
2479
  # healthcare/docs/how-tos/dicomweb#search-dicom).
2480
2480
  # @param [String] parent
2481
2481
  # Required. The name of the DICOM store that is being accessed. For example, `
@@ -2513,8 +2513,8 @@ module Google
2513
2513
  end
2514
2514
 
2515
2515
  # SearchForStudies returns a list of matching studies. See [Search Transaction] (
2516
- # http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6).
2517
- # For details on the implementation of SearchForStudies, see [Search
2516
+ # https://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6)
2517
+ # . For details on the implementation of SearchForStudies, see [Search
2518
2518
  # transaction](https://cloud.google.com/healthcare/docs/dicom#search_transaction)
2519
2519
  # in the Cloud Healthcare API conformance statement. For samples that show how
2520
2520
  # to call SearchForStudies, see [Search for DICOM data](https://cloud.google.com/
@@ -2635,7 +2635,7 @@ module Google
2635
2635
  end
2636
2636
 
2637
2637
  # StoreInstances stores DICOM instances associated with study instance unique
2638
- # identifiers (SUID). See [Store Transaction] (http://dicom.nema.org/medical/
2638
+ # identifiers (SUID). See [Store Transaction] (https://dicom.nema.org/medical/
2639
2639
  # dicom/current/output/html/part18.html#sect_10.5). For details on the
2640
2640
  # implementation of StoreInstances, see [Store transaction](https://cloud.google.
2641
2641
  # com/healthcare/docs/dicom#store_transaction) in the Cloud Healthcare API
@@ -2899,7 +2899,7 @@ module Google
2899
2899
  end
2900
2900
 
2901
2901
  # RetrieveStudyMetadata returns instance associated with the given study
2902
- # presented as metadata. See [RetrieveTransaction] (http://dicom.nema.org/
2902
+ # presented as metadata. See [RetrieveTransaction] (https://dicom.nema.org/
2903
2903
  # medical/dicom/current/output/html/part18.html#sect_10.4). For details on the
2904
2904
  # implementation of RetrieveStudyMetadata, see [Metadata resources](https://
2905
2905
  # cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
@@ -2942,7 +2942,7 @@ module Google
2942
2942
  end
2943
2943
 
2944
2944
  # RetrieveStudy returns all instances within the given study. See [
2945
- # RetrieveTransaction] (http://dicom.nema.org/medical/dicom/current/output/html/
2945
+ # RetrieveTransaction] (https://dicom.nema.org/medical/dicom/current/output/html/
2946
2946
  # part18.html#sect_10.4). For details on the implementation of RetrieveStudy,
2947
2947
  # see [DICOM study/series/instances](https://cloud.google.com/healthcare/docs/
2948
2948
  # dicom#dicom_studyseriesinstances) in the Cloud Healthcare API conformance
@@ -2985,7 +2985,7 @@ module Google
2985
2985
  end
2986
2986
 
2987
2987
  # SearchForInstances returns a list of matching instances. See [Search
2988
- # Transaction] (http://dicom.nema.org/medical/dicom/current/output/html/part18.
2988
+ # Transaction] (https://dicom.nema.org/medical/dicom/current/output/html/part18.
2989
2989
  # html#sect_10.6). For details on the implementation of SearchForInstances, see [
2990
2990
  # Search transaction](https://cloud.google.com/healthcare/docs/dicom#
2991
2991
  # search_transaction) in the Cloud Healthcare API conformance statement. For
@@ -2997,8 +2997,8 @@ module Google
2997
2997
  # dicomStores/`dicom_store_id``.
2998
2998
  # @param [String] dicom_web_path
2999
2999
  # Required. The path of the SearchForInstancesRequest DICOMweb request. For
3000
- # example, `instances`, `series/`series_uid`/instances`, or `studies/`study_uid`/
3001
- # instances`.
3000
+ # example, `instances`, `studies/`study_uid`/series/`series_uid`/instances`, or `
3001
+ # studies/`study_uid`/instances`.
3002
3002
  # @param [String] fields
3003
3003
  # Selector specifying which fields to include in a partial response.
3004
3004
  # @param [String] quota_user
@@ -3028,11 +3028,11 @@ module Google
3028
3028
  end
3029
3029
 
3030
3030
  # SearchForSeries returns a list of matching series. See [Search Transaction] (
3031
- # http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6).
3032
- # For details on the implementation of SearchForSeries, see [Search transaction]
3033
- # (https://cloud.google.com/healthcare/docs/dicom#search_transaction) in the
3034
- # Cloud Healthcare API conformance statement. For samples that show how to call
3035
- # SearchForSeries, see [Search for DICOM data](https://cloud.google.com/
3031
+ # https://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6)
3032
+ # . For details on the implementation of SearchForSeries, see [Search
3033
+ # transaction](https://cloud.google.com/healthcare/docs/dicom#search_transaction)
3034
+ # in the Cloud Healthcare API conformance statement. For samples that show how
3035
+ # to call SearchForSeries, see [Search for DICOM data](https://cloud.google.com/
3036
3036
  # healthcare/docs/how-tos/dicomweb#search-dicom).
3037
3037
  # @param [String] parent
3038
3038
  # Required. The name of the DICOM store that is being accessed. For example, `
@@ -3070,7 +3070,7 @@ module Google
3070
3070
  end
3071
3071
 
3072
3072
  # StoreInstances stores DICOM instances associated with study instance unique
3073
- # identifiers (SUID). See [Store Transaction] (http://dicom.nema.org/medical/
3073
+ # identifiers (SUID). See [Store Transaction] (https://dicom.nema.org/medical/
3074
3074
  # dicom/current/output/html/part18.html#sect_10.5). For details on the
3075
3075
  # implementation of StoreInstances, see [Store transaction](https://cloud.google.
3076
3076
  # com/healthcare/docs/dicom#store_transaction) in the Cloud Healthcare API
@@ -3159,7 +3159,7 @@ module Google
3159
3159
  end
3160
3160
 
3161
3161
  # RetrieveSeriesMetadata returns instance associated with the given study and
3162
- # series, presented as metadata. See [RetrieveTransaction] (http://dicom.nema.
3162
+ # series, presented as metadata. See [RetrieveTransaction] (https://dicom.nema.
3163
3163
  # org/medical/dicom/current/output/html/part18.html#sect_10.4). For details on
3164
3164
  # the implementation of RetrieveSeriesMetadata, see [Metadata resources](https://
3165
3165
  # cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
@@ -3202,7 +3202,7 @@ module Google
3202
3202
  end
3203
3203
 
3204
3204
  # RetrieveSeries returns all instances within the given study and series. See [
3205
- # RetrieveTransaction] (http://dicom.nema.org/medical/dicom/current/output/html/
3205
+ # RetrieveTransaction] (https://dicom.nema.org/medical/dicom/current/output/html/
3206
3206
  # part18.html#sect_10.4). For details on the implementation of RetrieveSeries,
3207
3207
  # see [DICOM study/series/instances](https://cloud.google.com/healthcare/docs/
3208
3208
  # dicom#dicom_studyseriesinstances) in the Cloud Healthcare API conformance
@@ -3245,7 +3245,7 @@ module Google
3245
3245
  end
3246
3246
 
3247
3247
  # SearchForInstances returns a list of matching instances. See [Search
3248
- # Transaction] (http://dicom.nema.org/medical/dicom/current/output/html/part18.
3248
+ # Transaction] (https://dicom.nema.org/medical/dicom/current/output/html/part18.
3249
3249
  # html#sect_10.6). For details on the implementation of SearchForInstances, see [
3250
3250
  # Search transaction](https://cloud.google.com/healthcare/docs/dicom#
3251
3251
  # search_transaction) in the Cloud Healthcare API conformance statement. For
@@ -3257,8 +3257,8 @@ module Google
3257
3257
  # dicomStores/`dicom_store_id``.
3258
3258
  # @param [String] dicom_web_path
3259
3259
  # Required. The path of the SearchForInstancesRequest DICOMweb request. For
3260
- # example, `instances`, `series/`series_uid`/instances`, or `studies/`study_uid`/
3261
- # instances`.
3260
+ # example, `instances`, `studies/`study_uid`/series/`series_uid`/instances`, or `
3261
+ # studies/`study_uid`/instances`.
3262
3262
  # @param [String] fields
3263
3263
  # Selector specifying which fields to include in a partial response.
3264
3264
  # @param [String] quota_user
@@ -3330,7 +3330,7 @@ module Google
3330
3330
  end
3331
3331
 
3332
3332
  # RetrieveInstance returns instance associated with the given study, series, and
3333
- # SOP Instance UID. See [RetrieveTransaction] (http://dicom.nema.org/medical/
3333
+ # SOP Instance UID. See [RetrieveTransaction] (https://dicom.nema.org/medical/
3334
3334
  # dicom/current/output/html/part18.html#sect_10.4). For details on the
3335
3335
  # implementation of RetrieveInstance, see [DICOM study/series/instances](https://
3336
3336
  # cloud.google.com/healthcare/docs/dicom#dicom_studyseriesinstances) and [DICOM
@@ -3375,8 +3375,8 @@ module Google
3375
3375
 
3376
3376
  # RetrieveInstanceMetadata returns instance associated with the given study,
3377
3377
  # series, and SOP Instance UID presented as metadata. See [RetrieveTransaction] (
3378
- # http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4).
3379
- # For details on the implementation of RetrieveInstanceMetadata, see [Metadata
3378
+ # https://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4)
3379
+ # . For details on the implementation of RetrieveInstanceMetadata, see [Metadata
3380
3380
  # resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources)
3381
3381
  # in the Cloud Healthcare API conformance statement. For samples that show how
3382
3382
  # to call RetrieveInstanceMetadata, see [Retrieve metadata](https://cloud.google.
@@ -3419,7 +3419,7 @@ module Google
3419
3419
 
3420
3420
  # RetrieveRenderedInstance returns instance associated with the given study,
3421
3421
  # series, and SOP Instance UID in an acceptable Rendered Media Type. See [
3422
- # RetrieveTransaction] (http://dicom.nema.org/medical/dicom/current/output/html/
3422
+ # RetrieveTransaction] (https://dicom.nema.org/medical/dicom/current/output/html/
3423
3423
  # part18.html#sect_10.4). For details on the implementation of
3424
3424
  # RetrieveRenderedInstance, see [Rendered resources](https://cloud.google.com/
3425
3425
  # healthcare/docs/dicom#rendered_resources) in the Cloud Healthcare API
@@ -3467,7 +3467,7 @@ module Google
3467
3467
  end
3468
3468
 
3469
3469
  # Returns uncompressed, unencoded bytes representing the referenced bulkdata tag
3470
- # from an instance. See [Retrieve Transaction](http://dicom.nema.org/medical/
3470
+ # from an instance. See [Retrieve Transaction](https://dicom.nema.org/medical/
3471
3471
  # dicom/current/output/html/part18.html#sect_10.4). For details on the
3472
3472
  # implementation of RetrieveBulkdata, see [Bulkdata resources](https://cloud.
3473
3473
  # google.com/healthcare/docs/dicom#bulkdata-resources) in the Cloud Healthcare
@@ -3511,7 +3511,7 @@ module Google
3511
3511
  end
3512
3512
 
3513
3513
  # RetrieveFrames returns instances associated with the given study, series, SOP
3514
- # Instance UID and frame numbers. See [RetrieveTransaction] (http://dicom.nema.
3514
+ # Instance UID and frame numbers. See [RetrieveTransaction] (https://dicom.nema.
3515
3515
  # org/medical/dicom/current/output/html/part18.html#sect_10.4`. For details on
3516
3516
  # the implementation of RetrieveFrames, see [DICOM frames](https://cloud.google.
3517
3517
  # com/healthcare/docs/dicom#dicom_frames) in the Cloud Healthcare API
@@ -3556,7 +3556,7 @@ module Google
3556
3556
 
3557
3557
  # RetrieveRenderedFrames returns instances associated with the given study,
3558
3558
  # series, SOP Instance UID and frame numbers in an acceptable Rendered Media
3559
- # Type. See [RetrieveTransaction] (http://dicom.nema.org/medical/dicom/current/
3559
+ # Type. See [RetrieveTransaction] (https://dicom.nema.org/medical/dicom/current/
3560
3560
  # output/html/part18.html#sect_10.4). For details on the implementation of
3561
3561
  # RetrieveRenderedFrames, see [Rendered resources](https://cloud.google.com/
3562
3562
  # healthcare/docs/dicom#rendered_resources) in the Cloud Healthcare API
@@ -3932,10 +3932,16 @@ module Google
3932
3932
 
3933
3933
  # Export resources from the FHIR store to the specified destination. This method
3934
3934
  # returns an Operation that can be used to track the status of the export by
3935
- # calling GetOperation. Immediate fatal errors appear in the error field, errors
3936
- # are also logged to Cloud Logging (see [Viewing error logs in Cloud Logging](
3937
- # https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when
3938
- # the operation finishes, a detailed response of type ExportResourcesResponse is
3935
+ # calling GetOperation. To improve performance, it is recommended to make the `
3936
+ # type` filter as specific as possible, including only the resource types that
3937
+ # are absolutely needed. This minimizes the size of the initial dataset to be
3938
+ # processed and is the most effective way to improve performance. While post-
3939
+ # filters like `_since` are useful for refining results, they do not speed up
3940
+ # the initial data retrieval phase, which is primarily governed by the `type`
3941
+ # filter. Immediate fatal errors appear in the error field, errors are also
3942
+ # logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://
3943
+ # cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when the
3944
+ # operation finishes, a detailed response of type ExportResourcesResponse is
3939
3945
  # returned in the response field. The metadata field type for this operation is
3940
3946
  # OperationMetadata.
3941
3947
  # @param [String] name
@@ -6669,6 +6675,13 @@ module Google
6669
6675
  # The standard list page size.
6670
6676
  # @param [String] page_token
6671
6677
  # The standard list page token.
6678
+ # @param [Boolean] return_partial_success
6679
+ # When set to `true`, operations that are reachable are returned as normal, and
6680
+ # those that are unreachable are returned in the [ListOperationsResponse.
6681
+ # unreachable] field. This can only be `true` when reading across collections e.
6682
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
6683
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
6684
+ # explicitly documented otherwise in service or product specific documentation.
6672
6685
  # @param [String] fields
6673
6686
  # Selector specifying which fields to include in a partial response.
6674
6687
  # @param [String] quota_user
@@ -6686,7 +6699,7 @@ module Google
6686
6699
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
6687
6700
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6688
6701
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6689
- def list_project_location_dataset_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
6702
+ def list_project_location_dataset_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
6690
6703
  command = make_simple_command(:get, 'v1/{+name}/operations', options)
6691
6704
  command.response_representation = Google::Apis::HealthcareV1::ListOperationsResponse::Representation
6692
6705
  command.response_class = Google::Apis::HealthcareV1::ListOperationsResponse
@@ -6694,6 +6707,7 @@ module Google
6694
6707
  command.query['filter'] = filter unless filter.nil?
6695
6708
  command.query['pageSize'] = page_size unless page_size.nil?
6696
6709
  command.query['pageToken'] = page_token unless page_token.nil?
6710
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
6697
6711
  command.query['fields'] = fields unless fields.nil?
6698
6712
  command.query['quotaUser'] = quota_user unless quota_user.nil?
6699
6713
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-healthcare_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.80.0
4
+ version: 0.82.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.80.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.82.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1
62
62
  rdoc_options: []
63
63
  require_paths: