google-apis-healthcare_v1 0.24.0 → 0.27.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: 5a32c5f700d5f417f04c558a5c40a1b510d82e93da36527446331775e97a82e3
4
- data.tar.gz: 4439e7b005f26aa48441a360dcf20fdd47de27e9b8a0a735e2ec6a09a836423a
3
+ metadata.gz: 26ccad0f906437be3cba9aed33f094b1ef26e77e3bfd3112d3316511b4833bbb
4
+ data.tar.gz: bde44f2c114eddc3b7bb42bb170cea63a55fa929193209223252d8241cec7bab
5
5
  SHA512:
6
- metadata.gz: b89267703e2710c1e74515097e294a4f1d25f01458932055e6d3ba6c868ba90ea9129f988fdec19c18e6c0c0edacb45b79159d40aee87f4412ce669c0dcd0a62
7
- data.tar.gz: c791f84e3bfe7acf0cbe1d63d41ff319e56e101559787bb92be1316b7353f94d01ab8a55380b2cd81d6f305266059c991824827f1015fddb363806cbcd8c1896
6
+ metadata.gz: 1f7a713c44a68b637d765e8182b8d7c91af1c00849b2d3395657706af92f25f1c8115567c2092db7f7adab32c9c88cd20c97294f95391bb4d37feb8cf88c9725
7
+ data.tar.gz: 13f2169a6d262612508cc45b57676a03cad9e6f6199932e6024b9e3d626fdaeae7c9724bfc7235e6f3611a46f6dad0148a6a42a3ee3fd8e50986e4817c932f04
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.27.0 (2022-05-25)
4
+
5
+ * Regenerated from discovery document revision 20220512
6
+
7
+ ### v0.26.0 (2022-05-12)
8
+
9
+ * Regenerated from discovery document revision 20220428
10
+
11
+ ### v0.25.0 (2022-04-27)
12
+
13
+ * Regenerated from discovery document revision 20220413
14
+
3
15
  ### v0.24.0 (2022-04-14)
4
16
 
5
17
  * Regenerated from discovery document revision 20220404
@@ -248,8 +248,8 @@ module Google
248
248
  # "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
249
249
  # , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
250
250
  # this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
251
- # exempts jose@example.com from DATA_READ logging, and aliya@example.com from
252
- # DATA_WRITE logging.
251
+ # exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
252
+ # from DATA_WRITE logging.
253
253
  class AuditConfig
254
254
  include Google::Apis::Core::Hashable
255
255
 
@@ -329,7 +329,7 @@ module Google
329
329
  # @return [Google::Apis::HealthcareV1::Expr]
330
330
  attr_accessor :condition
331
331
 
332
- # Specifies the principals requesting access for a Cloud Platform resource. `
332
+ # Specifies the principals requesting access for a Google Cloud resource. `
333
333
  # members` can have the following values: * `allUsers`: A special identifier
334
334
  # that represents anyone who is on the internet; with or without a Google
335
335
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -878,6 +878,16 @@ module Google
878
878
  # @return [String]
879
879
  attr_accessor :destination_dataset
880
880
 
881
+ # Cloud Storage location to read the JSON cloud.healthcare.deidentify.
882
+ # DeidentifyConfig from, overriding the default config. Must be of the form `gs:/
883
+ # /`bucket_id`/path/to/object`. The Cloud Storage location must grant the Cloud
884
+ # IAM role `roles/storage.objectViewer` to the project's Cloud Healthcare
885
+ # Service Agent service account. Only one of `config` and `gcs_config_uri` can
886
+ # be specified.
887
+ # Corresponds to the JSON property `gcsConfigUri`
888
+ # @return [String]
889
+ attr_accessor :gcs_config_uri
890
+
881
891
  def initialize(**args)
882
892
  update!(**args)
883
893
  end
@@ -886,6 +896,7 @@ module Google
886
896
  def update!(**args)
887
897
  @config = args[:config] if args.key?(:config)
888
898
  @destination_dataset = args[:destination_dataset] if args.key?(:destination_dataset)
899
+ @gcs_config_uri = args[:gcs_config_uri] if args.key?(:gcs_config_uri)
889
900
  end
890
901
  end
891
902
 
@@ -916,6 +927,16 @@ module Google
916
927
  # @return [Google::Apis::HealthcareV1::DicomFilterConfig]
917
928
  attr_accessor :filter_config
918
929
 
930
+ # Cloud Storage location to read the JSON cloud.healthcare.deidentify.
931
+ # DeidentifyConfig from, overriding the default config. Must be of the form `gs:/
932
+ # /`bucket_id`/path/to/object`. The Cloud Storage location must grant the Cloud
933
+ # IAM role `roles/storage.objectViewer` to the project's Cloud Healthcare
934
+ # Service Agent service account. Only one of `config` and `gcs_config_uri` can
935
+ # be specified.
936
+ # Corresponds to the JSON property `gcsConfigUri`
937
+ # @return [String]
938
+ attr_accessor :gcs_config_uri
939
+
919
940
  def initialize(**args)
920
941
  update!(**args)
921
942
  end
@@ -925,6 +946,7 @@ module Google
925
946
  @config = args[:config] if args.key?(:config)
926
947
  @destination_store = args[:destination_store] if args.key?(:destination_store)
927
948
  @filter_config = args[:filter_config] if args.key?(:filter_config)
949
+ @gcs_config_uri = args[:gcs_config_uri] if args.key?(:gcs_config_uri)
928
950
  end
929
951
  end
930
952
 
@@ -950,6 +972,16 @@ module Google
950
972
  # @return [String]
951
973
  attr_accessor :destination_store
952
974
 
975
+ # Cloud Storage location to read the JSON cloud.healthcare.deidentify.
976
+ # DeidentifyConfig from, overriding the default config. Must be of the form `gs:/
977
+ # /`bucket_id`/path/to/object`. The Cloud Storage location must grant the Cloud
978
+ # IAM role `roles/storage.objectViewer` to the project's Cloud Healthcare
979
+ # Service Agent service account. Only one of `config` and `gcs_config_uri` can
980
+ # be specified.
981
+ # Corresponds to the JSON property `gcsConfigUri`
982
+ # @return [String]
983
+ attr_accessor :gcs_config_uri
984
+
953
985
  # Filter configuration.
954
986
  # Corresponds to the JSON property `resourceFilter`
955
987
  # @return [Google::Apis::HealthcareV1::FhirFilter]
@@ -963,6 +995,7 @@ module Google
963
995
  def update!(**args)
964
996
  @config = args[:config] if args.key?(:config)
965
997
  @destination_store = args[:destination_store] if args.key?(:destination_store)
998
+ @gcs_config_uri = args[:gcs_config_uri] if args.key?(:gcs_config_uri)
966
999
  @resource_filter = args[:resource_filter] if args.key?(:resource_filter)
967
1000
  end
968
1001
  end
@@ -4203,7 +4236,7 @@ module Google
4203
4236
  include Google::Apis::Core::Hashable
4204
4237
 
4205
4238
  # The set of permissions to check for the `resource`. Permissions with wildcards
4206
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
4239
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
4207
4240
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
4208
4241
  # Corresponds to the JSON property `permissions`
4209
4242
  # @return [Array<String>]
@@ -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.24.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220404"
25
+ REVISION = "20220512"
26
26
  end
27
27
  end
28
28
  end
@@ -1038,6 +1038,7 @@ module Google
1038
1038
  property :config, as: 'config', class: Google::Apis::HealthcareV1::DeidentifyConfig, decorator: Google::Apis::HealthcareV1::DeidentifyConfig::Representation
1039
1039
 
1040
1040
  property :destination_dataset, as: 'destinationDataset'
1041
+ property :gcs_config_uri, as: 'gcsConfigUri'
1041
1042
  end
1042
1043
  end
1043
1044
 
@@ -1049,6 +1050,7 @@ module Google
1049
1050
  property :destination_store, as: 'destinationStore'
1050
1051
  property :filter_config, as: 'filterConfig', class: Google::Apis::HealthcareV1::DicomFilterConfig, decorator: Google::Apis::HealthcareV1::DicomFilterConfig::Representation
1051
1052
 
1053
+ property :gcs_config_uri, as: 'gcsConfigUri'
1052
1054
  end
1053
1055
  end
1054
1056
 
@@ -1058,6 +1060,7 @@ module Google
1058
1060
  property :config, as: 'config', class: Google::Apis::HealthcareV1::DeidentifyConfig, decorator: Google::Apis::HealthcareV1::DeidentifyConfig::Representation
1059
1061
 
1060
1062
  property :destination_store, as: 'destinationStore'
1063
+ property :gcs_config_uri, as: 'gcsConfigUri'
1061
1064
  property :resource_filter, as: 'resourceFilter', class: Google::Apis::HealthcareV1::FhirFilter, decorator: Google::Apis::HealthcareV1::FhirFilter::Representation
1062
1065
 
1063
1066
  end
@@ -84,8 +84,8 @@ module Google
84
84
  # The resource that owns the locations collection, if applicable.
85
85
  # @param [String] filter
86
86
  # A filter to narrow down results to a preferred subset. The filtering language
87
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
88
- # AIP-160](https://google.aip.dev/160).
87
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
88
+ # in [AIP-160](https://google.aip.dev/160).
89
89
  # @param [Fixnum] page_size
90
90
  # The maximum number of results to return. If not set, the service selects a
91
91
  # default.
@@ -271,8 +271,9 @@ module Google
271
271
  # Gets the access control policy for a resource. Returns an empty policy if the
272
272
  # resource exists and does not have a policy set.
273
273
  # @param [String] resource
274
- # REQUIRED: The resource for which the policy is being requested. See the
275
- # operation documentation for the appropriate value for this field.
274
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
275
+ # names](https://cloud.google.com/apis/design/resource_names) for the
276
+ # appropriate value for this field.
276
277
  # @param [Fixnum] options_requested_policy_version
277
278
  # Optional. The maximum policy version that will be used to format the policy.
278
279
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -393,8 +394,9 @@ module Google
393
394
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
394
395
  # PERMISSION_DENIED` errors.
395
396
  # @param [String] resource
396
- # REQUIRED: The resource for which the policy is being specified. See the
397
- # operation documentation for the appropriate value for this field.
397
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
398
+ # names](https://cloud.google.com/apis/design/resource_names) for the
399
+ # appropriate value for this field.
398
400
  # @param [Google::Apis::HealthcareV1::SetIamPolicyRequest] set_iam_policy_request_object
399
401
  # @param [String] fields
400
402
  # Selector specifying which fields to include in a partial response.
@@ -431,8 +433,9 @@ module Google
431
433
  # permission-aware UIs and command-line tools, not for authorization checking.
432
434
  # This operation may "fail open" without warning.
433
435
  # @param [String] resource
434
- # REQUIRED: The resource for which the policy detail is being requested. See the
435
- # operation documentation for the appropriate value for this field.
436
+ # REQUIRED: The resource for which the policy detail is being requested. See [
437
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
438
+ # appropriate value for this field.
436
439
  # @param [Google::Apis::HealthcareV1::TestIamPermissionsRequest] test_iam_permissions_request_object
437
440
  # @param [String] fields
438
441
  # Selector specifying which fields to include in a partial response.
@@ -637,8 +640,9 @@ module Google
637
640
  # Gets the access control policy for a resource. Returns an empty policy if the
638
641
  # resource exists and does not have a policy set.
639
642
  # @param [String] resource
640
- # REQUIRED: The resource for which the policy is being requested. See the
641
- # operation documentation for the appropriate value for this field.
643
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
644
+ # names](https://cloud.google.com/apis/design/resource_names) for the
645
+ # appropriate value for this field.
642
646
  # @param [Fixnum] options_requested_policy_version
643
647
  # Optional. The maximum policy version that will be used to format the policy.
644
648
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -820,8 +824,9 @@ module Google
820
824
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
821
825
  # PERMISSION_DENIED` errors.
822
826
  # @param [String] resource
823
- # REQUIRED: The resource for which the policy is being specified. See the
824
- # operation documentation for the appropriate value for this field.
827
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
828
+ # names](https://cloud.google.com/apis/design/resource_names) for the
829
+ # appropriate value for this field.
825
830
  # @param [Google::Apis::HealthcareV1::SetIamPolicyRequest] set_iam_policy_request_object
826
831
  # @param [String] fields
827
832
  # Selector specifying which fields to include in a partial response.
@@ -858,8 +863,9 @@ module Google
858
863
  # permission-aware UIs and command-line tools, not for authorization checking.
859
864
  # This operation may "fail open" without warning.
860
865
  # @param [String] resource
861
- # REQUIRED: The resource for which the policy detail is being requested. See the
862
- # operation documentation for the appropriate value for this field.
866
+ # REQUIRED: The resource for which the policy detail is being requested. See [
867
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
868
+ # appropriate value for this field.
863
869
  # @param [Google::Apis::HealthcareV1::TestIamPermissionsRequest] test_iam_permissions_request_object
864
870
  # @param [String] fields
865
871
  # Selector specifying which fields to include in a partial response.
@@ -2081,8 +2087,9 @@ module Google
2081
2087
  # Gets the access control policy for a resource. Returns an empty policy if the
2082
2088
  # resource exists and does not have a policy set.
2083
2089
  # @param [String] resource
2084
- # REQUIRED: The resource for which the policy is being requested. See the
2085
- # operation documentation for the appropriate value for this field.
2090
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
2091
+ # names](https://cloud.google.com/apis/design/resource_names) for the
2092
+ # appropriate value for this field.
2086
2093
  # @param [Fixnum] options_requested_policy_version
2087
2094
  # Optional. The maximum policy version that will be used to format the policy.
2088
2095
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -2393,8 +2400,9 @@ module Google
2393
2400
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
2394
2401
  # PERMISSION_DENIED` errors.
2395
2402
  # @param [String] resource
2396
- # REQUIRED: The resource for which the policy is being specified. See the
2397
- # operation documentation for the appropriate value for this field.
2403
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
2404
+ # names](https://cloud.google.com/apis/design/resource_names) for the
2405
+ # appropriate value for this field.
2398
2406
  # @param [Google::Apis::HealthcareV1::SetIamPolicyRequest] set_iam_policy_request_object
2399
2407
  # @param [String] fields
2400
2408
  # Selector specifying which fields to include in a partial response.
@@ -2477,8 +2485,9 @@ module Google
2477
2485
  # permission-aware UIs and command-line tools, not for authorization checking.
2478
2486
  # This operation may "fail open" without warning.
2479
2487
  # @param [String] resource
2480
- # REQUIRED: The resource for which the policy detail is being requested. See the
2481
- # operation documentation for the appropriate value for this field.
2488
+ # REQUIRED: The resource for which the policy detail is being requested. See [
2489
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
2490
+ # appropriate value for this field.
2482
2491
  # @param [Google::Apis::HealthcareV1::TestIamPermissionsRequest] test_iam_permissions_request_object
2483
2492
  # @param [String] fields
2484
2493
  # Selector specifying which fields to include in a partial response.
@@ -3385,8 +3394,9 @@ module Google
3385
3394
  # Gets the access control policy for a resource. Returns an empty policy if the
3386
3395
  # resource exists and does not have a policy set.
3387
3396
  # @param [String] resource
3388
- # REQUIRED: The resource for which the policy is being requested. See the
3389
- # operation documentation for the appropriate value for this field.
3397
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
3398
+ # names](https://cloud.google.com/apis/design/resource_names) for the
3399
+ # appropriate value for this field.
3390
3400
  # @param [Fixnum] options_requested_policy_version
3391
3401
  # Optional. The maximum policy version that will be used to format the policy.
3392
3402
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -3617,8 +3627,9 @@ module Google
3617
3627
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
3618
3628
  # PERMISSION_DENIED` errors.
3619
3629
  # @param [String] resource
3620
- # REQUIRED: The resource for which the policy is being specified. See the
3621
- # operation documentation for the appropriate value for this field.
3630
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
3631
+ # names](https://cloud.google.com/apis/design/resource_names) for the
3632
+ # appropriate value for this field.
3622
3633
  # @param [Google::Apis::HealthcareV1::SetIamPolicyRequest] set_iam_policy_request_object
3623
3634
  # @param [String] fields
3624
3635
  # Selector specifying which fields to include in a partial response.
@@ -3655,8 +3666,9 @@ module Google
3655
3666
  # permission-aware UIs and command-line tools, not for authorization checking.
3656
3667
  # This operation may "fail open" without warning.
3657
3668
  # @param [String] resource
3658
- # REQUIRED: The resource for which the policy detail is being requested. See the
3659
- # operation documentation for the appropriate value for this field.
3669
+ # REQUIRED: The resource for which the policy detail is being requested. See [
3670
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
3671
+ # appropriate value for this field.
3660
3672
  # @param [Google::Apis::HealthcareV1::TestIamPermissionsRequest] test_iam_permissions_request_object
3661
3673
  # @param [String] fields
3662
3674
  # Selector specifying which fields to include in a partial response.
@@ -3729,11 +3741,13 @@ module Google
3729
3741
  # String of comma-delimited FHIR resource types. If provided, only resources of
3730
3742
  # the specified resource type(s) are returned.
3731
3743
  # @param [String] end_
3732
- # The response includes records prior to the end date. If no end date is
3733
- # provided, all records subsequent to the start date are in scope.
3744
+ # The response includes records prior to the end date. The date uses the format
3745
+ # YYYY-MM-DD. If no end date is provided, all records subsequent to the start
3746
+ # date are in scope.
3734
3747
  # @param [String] start
3735
- # The response includes records subsequent to the start date. If no start date
3736
- # is provided, all records prior to the end date are in scope.
3748
+ # The response includes records subsequent to the start date. The date uses the
3749
+ # format YYYY-MM-DD. If no start date is provided, all records prior to the end
3750
+ # date are in scope.
3737
3751
  # @param [String] fields
3738
3752
  # Selector specifying which fields to include in a partial response.
3739
3753
  # @param [String] quota_user
@@ -3826,7 +3840,11 @@ module Google
3826
3840
  # resourcelist.html)). Must match the resource type in the provided content.
3827
3841
  # @param [Google::Apis::HealthcareV1::HttpBody] http_body_object
3828
3842
  # @param [String] profile
3829
- # A profile that this resource should be validated against.
3843
+ # The canonical URL of a profile that this resource should be validated against.
3844
+ # For example, to validate a Patient resource against the US Core Patient
3845
+ # profile this parameter would be `http://hl7.org/fhir/us/core/
3846
+ # StructureDefinition/us-core-patient`. A StructureDefinition with this
3847
+ # canonical URL must exist in the FHIR store.
3830
3848
  # @param [String] fields
3831
3849
  # Selector specifying which fields to include in a partial response.
3832
3850
  # @param [String] quota_user
@@ -4596,8 +4614,9 @@ module Google
4596
4614
  # Gets the access control policy for a resource. Returns an empty policy if the
4597
4615
  # resource exists and does not have a policy set.
4598
4616
  # @param [String] resource
4599
- # REQUIRED: The resource for which the policy is being requested. See the
4600
- # operation documentation for the appropriate value for this field.
4617
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
4618
+ # names](https://cloud.google.com/apis/design/resource_names) for the
4619
+ # appropriate value for this field.
4601
4620
  # @param [Fixnum] options_requested_policy_version
4602
4621
  # Optional. The maximum policy version that will be used to format the policy.
4603
4622
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -4798,8 +4817,9 @@ module Google
4798
4817
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
4799
4818
  # PERMISSION_DENIED` errors.
4800
4819
  # @param [String] resource
4801
- # REQUIRED: The resource for which the policy is being specified. See the
4802
- # operation documentation for the appropriate value for this field.
4820
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
4821
+ # names](https://cloud.google.com/apis/design/resource_names) for the
4822
+ # appropriate value for this field.
4803
4823
  # @param [Google::Apis::HealthcareV1::SetIamPolicyRequest] set_iam_policy_request_object
4804
4824
  # @param [String] fields
4805
4825
  # Selector specifying which fields to include in a partial response.
@@ -4836,8 +4856,9 @@ module Google
4836
4856
  # permission-aware UIs and command-line tools, not for authorization checking.
4837
4857
  # This operation may "fail open" without warning.
4838
4858
  # @param [String] resource
4839
- # REQUIRED: The resource for which the policy detail is being requested. See the
4840
- # operation documentation for the appropriate value for this field.
4859
+ # REQUIRED: The resource for which the policy detail is being requested. See [
4860
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
4861
+ # appropriate value for this field.
4841
4862
  # @param [Google::Apis::HealthcareV1::TestIamPermissionsRequest] test_iam_permissions_request_object
4842
4863
  # @param [String] fields
4843
4864
  # Selector specifying which fields to include in a partial response.
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.24.0
4
+ version: 0.27.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: 2022-04-18 00:00:00.000000000 Z
11
+ date: 2022-05-30 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.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.27.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.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Healthcare API V1