google-apis-healthcare_v1beta1 0.8.0 → 0.12.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: ca194d1e7220330fc7d957fa26bcd0283a326850e11ccfb4664278534d0f088d
4
- data.tar.gz: 96921f6435eeb5978132e8a3ee0ac8f97b1459a0f7fbe4bc4a67f18d7fe31f5e
3
+ metadata.gz: 8ff8ba57b9457882d3a3f6e3797cadf7be5e61e4e33b1955f9d9e14935810e96
4
+ data.tar.gz: f5fa7e5e2a7e72e2d7d14d3680ba6ca3a5e62c53608e792af5f8b694100c203e
5
5
  SHA512:
6
- metadata.gz: 6381c4be7ef01b3756e8fa7c437f7c3ab71271d7536089e16cb47c3358c7567a38eecdaef6fc261ad9118732dcb2b0b8203085c05ec40bf45702c5cf29735d9a
7
- data.tar.gz: 4da1c06caea8d8c0cd76c5f77ca4b2bdc032bdfda6be15c70d9ab78b0e0ae31f65ce8fe58c417a42b3dd5adccaba76359afa8ce8d2e6255879c868c440bae06e
6
+ metadata.gz: d6e07b765538b201ef27cfd39fe986d5eddb7669770e2dc2cc83ed274a3851ed9735827fd3d57603f89e190999c7f70d3db435a7281573c78abac1ae9656b262
7
+ data.tar.gz: 9047d4d9facaf404cab53ff7abf8fac4ffde500d1448678dcffb39c16f824059a1421958150728134d0fcd1df98923505a8fe8d30ede0dd524612172e38a1dc2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.12.0 (2021-07-13)
4
+
5
+ * Regenerated from discovery document revision 20210702
6
+
7
+ ### v0.11.0 (2021-06-29)
8
+
9
+ * Regenerated from discovery document revision 20210621
10
+ * Regenerated using generator version 0.4.0
11
+
12
+ ### v0.10.0 (2021-06-24)
13
+
14
+ * Regenerated from discovery document revision 20210611
15
+
16
+ ### v0.9.0 (2021-06-15)
17
+
18
+ * Regenerated from discovery document revision 20210603
19
+ * Regenerated using generator version 0.3.0
20
+
3
21
  ### v0.8.0 (2021-05-21)
4
22
 
5
23
  * Regenerated from discovery document revision 20210507
@@ -677,6 +677,36 @@ module Google
677
677
  end
678
678
  end
679
679
 
680
+ # Request to configure the search parameters for the specified FHIR store.
681
+ class ConfigureSearchRequest
682
+ include Google::Apis::Core::Hashable
683
+
684
+ # The canonical URLs of the search parameters that are intended to be used for
685
+ # the FHIR store. See https://www.hl7.org/fhir/references.html#canonical for
686
+ # explanation on FHIR canonical urls
687
+ # Corresponds to the JSON property `canonicalUrls`
688
+ # @return [Array<String>]
689
+ attr_accessor :canonical_urls
690
+
691
+ # If `validate_only` is set to true, the method will compile all the search
692
+ # parameters without actually setting the search config for the store and
693
+ # triggering the reindex.
694
+ # Corresponds to the JSON property `validateOnly`
695
+ # @return [Boolean]
696
+ attr_accessor :validate_only
697
+ alias_method :validate_only?, :validate_only
698
+
699
+ def initialize(**args)
700
+ update!(**args)
701
+ end
702
+
703
+ # Update properties of this object
704
+ def update!(**args)
705
+ @canonical_urls = args[:canonical_urls] if args.key?(:canonical_urls)
706
+ @validate_only = args[:validate_only] if args.key?(:validate_only)
707
+ end
708
+ end
709
+
680
710
  # Represents a user's consent.
681
711
  class Consent
682
712
  include Google::Apis::Core::Hashable
@@ -1079,8 +1109,8 @@ module Google
1079
1109
 
1080
1110
  # The name of the dataset resource to create and write the redacted data to. *
1081
1111
  # The destination dataset must not exist. * The destination dataset must be in
1082
- # the same project and location as the source dataset. De-identifying data
1083
- # across multiple projects or locations is not supported.
1112
+ # the same location as the source dataset. De-identifying data across multiple
1113
+ # locations is not supported.
1084
1114
  # Corresponds to the JSON property `destinationDataset`
1085
1115
  # @return [String]
1086
1116
  attr_accessor :destination_dataset
@@ -1110,8 +1140,8 @@ module Google
1110
1140
  # The name of the DICOM store to create and write the redacted data to. For
1111
1141
  # example, `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
1112
1142
  # dicomStores/`dicom_store_id``. * The destination dataset must exist. * The
1113
- # source dataset and destination dataset must both reside in the same project.
1114
- # De-identifying data across multiple projects is not supported. * The
1143
+ # source dataset and destination dataset must both reside in the same location.
1144
+ # De-identifying data across multiple locations is not supported. * The
1115
1145
  # destination DICOM store must not exist. * The caller must have the necessary
1116
1146
  # permissions to create the destination DICOM store.
1117
1147
  # Corresponds to the JSON property `destinationStore`
@@ -1149,8 +1179,8 @@ module Google
1149
1179
  # The name of the FHIR store to create and write the redacted data to. For
1150
1180
  # example, `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
1151
1181
  # fhirStores/`fhir_store_id``. * The destination dataset must exist. * The
1152
- # source dataset and destination dataset must both reside in the same project.
1153
- # De-identifying data across multiple projects is not supported. * The
1182
+ # source dataset and destination dataset must both reside in the same location.
1183
+ # De-identifying data across multiple locations is not supported. * The
1154
1184
  # destination FHIR store must exist. * The caller must have the healthcare.
1155
1185
  # fhirResources.update permission to write to the destination FHIR store.
1156
1186
  # Corresponds to the JSON property `destinationStore`
@@ -2007,6 +2037,11 @@ module Google
2007
2037
  # @return [Google::Apis::HealthcareV1beta1::NotificationConfig]
2008
2038
  attr_accessor :notification_config
2009
2039
 
2040
+ # Contains the configuration for FHIR search.
2041
+ # Corresponds to the JSON property `searchConfig`
2042
+ # @return [Google::Apis::HealthcareV1beta1::SearchConfig]
2043
+ attr_accessor :search_config
2044
+
2010
2045
  # A list of streaming configs that configure the destinations of streaming
2011
2046
  # export for every resource mutation in this FHIR store. Each store is allowed
2012
2047
  # to have up to 10 streaming configs. After a new config is added, the next
@@ -2048,6 +2083,7 @@ module Google
2048
2083
  @labels = args[:labels] if args.key?(:labels)
2049
2084
  @name = args[:name] if args.key?(:name)
2050
2085
  @notification_config = args[:notification_config] if args.key?(:notification_config)
2086
+ @search_config = args[:search_config] if args.key?(:search_config)
2051
2087
  @stream_configs = args[:stream_configs] if args.key?(:stream_configs)
2052
2088
  @validation_config = args[:validation_config] if args.key?(:validation_config)
2053
2089
  @version = args[:version] if args.key?(:version)
@@ -3909,6 +3945,13 @@ module Google
3909
3945
  # @return [String]
3910
3946
  attr_accessor :pubsub_topic
3911
3947
 
3948
+ # Indicates whether or not to send Pub/Sub notifications on bulk import. Only
3949
+ # supported for DICOM imports.
3950
+ # Corresponds to the JSON property `sendForBulkImport`
3951
+ # @return [Boolean]
3952
+ attr_accessor :send_for_bulk_import
3953
+ alias_method :send_for_bulk_import?, :send_for_bulk_import
3954
+
3912
3955
  def initialize(**args)
3913
3956
  update!(**args)
3914
3957
  end
@@ -3916,6 +3959,7 @@ module Google
3916
3959
  # Update properties of this object
3917
3960
  def update!(**args)
3918
3961
  @pubsub_topic = args[:pubsub_topic] if args.key?(:pubsub_topic)
3962
+ @send_for_bulk_import = args[:send_for_bulk_import] if args.key?(:send_for_bulk_import)
3919
3963
  end
3920
3964
  end
3921
3965
 
@@ -4284,12 +4328,19 @@ module Google
4284
4328
  class QueryAccessibleDataResponse
4285
4329
  include Google::Apis::Core::Hashable
4286
4330
 
4331
+ # List of files, each of which contains a list of data_id(s) that are consented
4332
+ # for a specified use in the request.
4333
+ # Corresponds to the JSON property `gcsUris`
4334
+ # @return [Array<String>]
4335
+ attr_accessor :gcs_uris
4336
+
4287
4337
  def initialize(**args)
4288
4338
  update!(**args)
4289
4339
  end
4290
4340
 
4291
4341
  # Update properties of this object
4292
4342
  def update!(**args)
4343
+ @gcs_uris = args[:gcs_uris] if args.key?(:gcs_uris)
4293
4344
  end
4294
4345
  end
4295
4346
 
@@ -4628,6 +4679,56 @@ module Google
4628
4679
  end
4629
4680
  end
4630
4681
 
4682
+ # Contains the configuration for FHIR search.
4683
+ class SearchConfig
4684
+ include Google::Apis::Core::Hashable
4685
+
4686
+ # A list of search parameters in this FHIR store that are used to configure this
4687
+ # FHIR store.
4688
+ # Corresponds to the JSON property `searchParameters`
4689
+ # @return [Array<Google::Apis::HealthcareV1beta1::SearchParameter>]
4690
+ attr_accessor :search_parameters
4691
+
4692
+ def initialize(**args)
4693
+ update!(**args)
4694
+ end
4695
+
4696
+ # Update properties of this object
4697
+ def update!(**args)
4698
+ @search_parameters = args[:search_parameters] if args.key?(:search_parameters)
4699
+ end
4700
+ end
4701
+
4702
+ # Contains the versioned name and the URL for one SearchParameter.
4703
+ class SearchParameter
4704
+ include Google::Apis::Core::Hashable
4705
+
4706
+ # The canonical url of the search parameter resource.
4707
+ # Corresponds to the JSON property `canonicalUrl`
4708
+ # @return [String]
4709
+ attr_accessor :canonical_url
4710
+
4711
+ # The versioned name of the search parameter resource. The format is projects/`
4712
+ # project-id`/locations/`location`/datasets/`dataset-id`/fhirStores/`fhirStore-
4713
+ # id`/fhir/SearchParameter/`resource-id`/_history/`version-id` For fhir stores
4714
+ # with disable_resource_versioning=true, the format is projects/`project-id`/
4715
+ # locations/`location`/datasets/`dataset-id`/fhirStores/`fhirStore-id`/fhir/
4716
+ # SearchParameter/`resource-id`/
4717
+ # Corresponds to the JSON property `parameter`
4718
+ # @return [String]
4719
+ attr_accessor :parameter
4720
+
4721
+ def initialize(**args)
4722
+ update!(**args)
4723
+ end
4724
+
4725
+ # Update properties of this object
4726
+ def update!(**args)
4727
+ @canonical_url = args[:canonical_url] if args.key?(:canonical_url)
4728
+ @parameter = args[:parameter] if args.key?(:parameter)
4729
+ end
4730
+ end
4731
+
4631
4732
  # Request to search the resources in the specified FHIR store.
4632
4733
  class SearchResourcesRequest
4633
4734
  include Google::Apis::Core::Hashable
@@ -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.8.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210507"
25
+ REVISION = "20210702"
26
26
  end
27
27
  end
28
28
  end
@@ -148,6 +148,12 @@ module Google
148
148
  include Google::Apis::Core::JsonObjectSupport
149
149
  end
150
150
 
151
+ class ConfigureSearchRequest
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
151
157
  class Consent
152
158
  class Representation < Google::Apis::Core::JsonRepresentation; end
153
159
 
@@ -862,6 +868,18 @@ module Google
862
868
  include Google::Apis::Core::JsonObjectSupport
863
869
  end
864
870
 
871
+ class SearchConfig
872
+ class Representation < Google::Apis::Core::JsonRepresentation; end
873
+
874
+ include Google::Apis::Core::JsonObjectSupport
875
+ end
876
+
877
+ class SearchParameter
878
+ class Representation < Google::Apis::Core::JsonRepresentation; end
879
+
880
+ include Google::Apis::Core::JsonObjectSupport
881
+ end
882
+
865
883
  class SearchResourcesRequest
866
884
  class Representation < Google::Apis::Core::JsonRepresentation; end
867
885
 
@@ -1149,6 +1167,14 @@ module Google
1149
1167
  end
1150
1168
  end
1151
1169
 
1170
+ class ConfigureSearchRequest
1171
+ # @private
1172
+ class Representation < Google::Apis::Core::JsonRepresentation
1173
+ collection :canonical_urls, as: 'canonicalUrls'
1174
+ property :validate_only, as: 'validateOnly'
1175
+ end
1176
+ end
1177
+
1152
1178
  class Consent
1153
1179
  # @private
1154
1180
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1516,6 +1542,8 @@ module Google
1516
1542
  property :name, as: 'name'
1517
1543
  property :notification_config, as: 'notificationConfig', class: Google::Apis::HealthcareV1beta1::NotificationConfig, decorator: Google::Apis::HealthcareV1beta1::NotificationConfig::Representation
1518
1544
 
1545
+ property :search_config, as: 'searchConfig', class: Google::Apis::HealthcareV1beta1::SearchConfig, decorator: Google::Apis::HealthcareV1beta1::SearchConfig::Representation
1546
+
1519
1547
  collection :stream_configs, as: 'streamConfigs', class: Google::Apis::HealthcareV1beta1::StreamConfig, decorator: Google::Apis::HealthcareV1beta1::StreamConfig::Representation
1520
1548
 
1521
1549
  property :validation_config, as: 'validationConfig', class: Google::Apis::HealthcareV1beta1::ValidationConfig, decorator: Google::Apis::HealthcareV1beta1::ValidationConfig::Representation
@@ -2056,6 +2084,7 @@ module Google
2056
2084
  # @private
2057
2085
  class Representation < Google::Apis::Core::JsonRepresentation
2058
2086
  property :pubsub_topic, as: 'pubsubTopic'
2087
+ property :send_for_bulk_import, as: 'sendForBulkImport'
2059
2088
  end
2060
2089
  end
2061
2090
 
@@ -2145,6 +2174,7 @@ module Google
2145
2174
  class QueryAccessibleDataResponse
2146
2175
  # @private
2147
2176
  class Representation < Google::Apis::Core::JsonRepresentation
2177
+ collection :gcs_uris, as: 'gcsUris'
2148
2178
  end
2149
2179
  end
2150
2180
 
@@ -2248,6 +2278,22 @@ module Google
2248
2278
  end
2249
2279
  end
2250
2280
 
2281
+ class SearchConfig
2282
+ # @private
2283
+ class Representation < Google::Apis::Core::JsonRepresentation
2284
+ collection :search_parameters, as: 'searchParameters', class: Google::Apis::HealthcareV1beta1::SearchParameter, decorator: Google::Apis::HealthcareV1beta1::SearchParameter::Representation
2285
+
2286
+ end
2287
+ end
2288
+
2289
+ class SearchParameter
2290
+ # @private
2291
+ class Representation < Google::Apis::Core::JsonRepresentation
2292
+ property :canonical_url, as: 'canonicalUrl'
2293
+ property :parameter, as: 'parameter'
2294
+ end
2295
+ end
2296
+
2251
2297
  class SearchResourcesRequest
2252
2298
  # @private
2253
2299
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1396,23 +1396,26 @@ module Google
1396
1396
  # Queries all data_ids that are consented for a specified use in the given
1397
1397
  # consent store and writes them to a specified destination. The returned
1398
1398
  # Operation includes a progress counter for the number of User data mappings
1399
- # processed. Errors are logged to Cloud Logging (see [Viewing error logs in
1400
- # Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). For
1401
- # example, the following sample log entry shows a `failed to evaluate consent
1402
- # policy` error that occurred during a QueryAccessibleData call to consent store
1403
- # `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
1404
- # consentStores/`consent_store_id``. ```json jsonPayload: ` @type: "type.
1405
- # googleapis.com/google.cloud.healthcare.logging.QueryAccessibleDataLogEntry"
1406
- # error: ` code: 9 message: "failed to evaluate consent policy" ` resourceName: "
1407
- # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
1408
- # consentStores/`consent_store_id`/consents/`consent_id`" ` logName: "projects/`
1409
- # project_id`/logs/healthcare.googleapis.com%2Fquery_accessible_data" operation:
1410
- # ` id: "projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
1411
- # operations/`operation_id`" producer: "healthcare.googleapis.com/
1412
- # QueryAccessibleData" ` receiveTimestamp: "TIMESTAMP" resource: ` labels: `
1413
- # consent_store_id: "`consent_store_id`" dataset_id: "`dataset_id`" location: "`
1414
- # location_id`" project_id: "`project_id`" ` type: "healthcare_consent_store" `
1415
- # severity: "ERROR" timestamp: "TIMESTAMP" ```
1399
+ # processed. If the request is successful, a detailed response is returned of
1400
+ # type QueryAccessibleDataResponse, contained in the response field when the
1401
+ # operation finishes. The metadata field type is OperationMetadata. Errors are
1402
+ # logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://
1403
+ # cloud.google.com/healthcare/docs/how-tos/logging)). For example, the following
1404
+ # sample log entry shows a `failed to evaluate consent policy` error that
1405
+ # occurred during a QueryAccessibleData call to consent store `projects/`
1406
+ # project_id`/locations/`location_id`/datasets/`dataset_id`/consentStores/`
1407
+ # consent_store_id``. ```json jsonPayload: ` @type: "type.googleapis.com/google.
1408
+ # cloud.healthcare.logging.QueryAccessibleDataLogEntry" error: ` code: 9 message:
1409
+ # "failed to evaluate consent policy" ` resourceName: "projects/`project_id`/
1410
+ # locations/`location_id`/datasets/`dataset_id`/consentStores/`consent_store_id`/
1411
+ # consents/`consent_id`" ` logName: "projects/`project_id`/logs/healthcare.
1412
+ # googleapis.com%2Fquery_accessible_data" operation: ` id: "projects/`project_id`
1413
+ # /locations/`location_id`/datasets/`dataset_id`/operations/`operation_id`"
1414
+ # producer: "healthcare.googleapis.com/QueryAccessibleData" ` receiveTimestamp: "
1415
+ # TIMESTAMP" resource: ` labels: ` consent_store_id: "`consent_store_id`"
1416
+ # dataset_id: "`dataset_id`" location: "`location_id`" project_id: "`project_id`"
1417
+ # ` type: "healthcare_consent_store" ` severity: "ERROR" timestamp: "TIMESTAMP"
1418
+ # ```
1416
1419
  # @param [String] consent_store
1417
1420
  # Required. Name of the consent store to retrieve User data mappings from.
1418
1421
  # @param [Google::Apis::HealthcareV1beta1::QueryAccessibleDataRequest] query_accessible_data_request_object
@@ -3850,6 +3853,46 @@ module Google
3850
3853
  execute_or_queue_command(command, &block)
3851
3854
  end
3852
3855
 
3856
+ # Configure the search parameters for the FHIR store and reindex resources in
3857
+ # the FHIR store according to the defined search parameters. The search
3858
+ # parameters provided in this request will replace any previous search
3859
+ # configuration. The target SearchParameter resources need to exist in the store
3860
+ # before calling ConfigureSearch, otherwise an error will occur. This method
3861
+ # returns an Operation that can be used to track the progress of the reindexing
3862
+ # by calling GetOperation.
3863
+ # @param [String] name
3864
+ # The name of the FHIR store to configure, in the format `projects/`project_id`/
3865
+ # locations/`location_id`/datasets/`dataset_id`/fhirStores/`fhir_store_id``.
3866
+ # @param [Google::Apis::HealthcareV1beta1::ConfigureSearchRequest] configure_search_request_object
3867
+ # @param [String] fields
3868
+ # Selector specifying which fields to include in a partial response.
3869
+ # @param [String] quota_user
3870
+ # Available to use for quota purposes for server-side applications. Can be any
3871
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3872
+ # @param [Google::Apis::RequestOptions] options
3873
+ # Request-specific options
3874
+ #
3875
+ # @yield [result, err] Result & error if block supplied
3876
+ # @yieldparam result [Google::Apis::HealthcareV1beta1::Operation] parsed result object
3877
+ # @yieldparam err [StandardError] error object if request failed
3878
+ #
3879
+ # @return [Google::Apis::HealthcareV1beta1::Operation]
3880
+ #
3881
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3882
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3883
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3884
+ def configure_fhir_store_search(name, configure_search_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3885
+ command = make_simple_command(:post, 'v1beta1/{+name}:configureSearch', options)
3886
+ command.request_representation = Google::Apis::HealthcareV1beta1::ConfigureSearchRequest::Representation
3887
+ command.request_object = configure_search_request_object
3888
+ command.response_representation = Google::Apis::HealthcareV1beta1::Operation::Representation
3889
+ command.response_class = Google::Apis::HealthcareV1beta1::Operation
3890
+ command.params['name'] = name unless name.nil?
3891
+ command.query['fields'] = fields unless fields.nil?
3892
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3893
+ execute_or_queue_command(command, &block)
3894
+ end
3895
+
3853
3896
  # Creates a new FHIR store within the parent dataset.
3854
3897
  # @param [String] parent
3855
3898
  # The name of the dataset this FHIR store belongs to.
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-healthcare_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.12.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: 2021-05-24 00:00:00.000000000 Z
11
+ date: 2021-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Healthcare API V1beta1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-healthcare_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.12.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-healthcare_v1beta1
57
63
  post_install_message:
58
64
  rdoc_options: []