google-apis-healthcare_v1beta1 0.25.0 → 0.28.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: 60c9ba72d97e10fc6abee31051c732fe53ea6f3cdb694ec878e812cd6d4e5ed1
4
- data.tar.gz: 56684f0ea54fac5a1f9fa4248b3ce7bf56d8c304b8a08967ef14b5c1fa3f3fe4
3
+ metadata.gz: dfeffbd689a4f334758c543258688303c7046e2124af7bbf5c59e5f8c9e4a9f4
4
+ data.tar.gz: 0cf3477e5ca4fb0bf0cd92712091406fe9535847fcece78337f9f5b8aeee951a
5
5
  SHA512:
6
- metadata.gz: 6edd813fd4e4e4fc8a3a49c86e608088a0bd0ec19984c783e63ec468a1a033409cd7b79d86bbe943ddc5f9aeaa02aa3e95ff5496017655d8bdc85ec289920f90
7
- data.tar.gz: 82ec0c823c4b68791646fcb38eee8af678c4aad60b268c72395f908e75fe611de28097cf2b076a2d3d097b7a1f713bedd6ccb27a6948363afc8f95b88c8dcfc5
6
+ metadata.gz: c7f9a333551fc196ae23b83c0dacd74425522414b07cc9d3d5574b7647af5ba8b888f4f74a734d6eeefbb2a3116b61280d4b7051b55122036259bd95ed215cfe
7
+ data.tar.gz: 21234c4890ec127eb25bcf9acac1ad5a2916ac65a1be238a56289d1f67069691e853931da4cd4ea2a78126afb5078c56053a3e7865e03c913759c8954f7c1801
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.28.0 (2022-05-12)
4
+
5
+ * Regenerated from discovery document revision 20220428
6
+
7
+ ### v0.27.0 (2022-04-27)
8
+
9
+ * Regenerated from discovery document revision 20220413
10
+
11
+ ### v0.26.0 (2022-04-14)
12
+
13
+ * Regenerated from discovery document revision 20220404
14
+
3
15
  ### v0.25.0 (2022-03-29)
4
16
 
5
17
  * Regenerated from discovery document revision 20220317
@@ -386,8 +386,8 @@ module Google
386
386
  # "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
387
387
  # , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
388
388
  # this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
389
- # exempts jose@example.com from DATA_READ logging, and aliya@example.com from
390
- # DATA_WRITE logging.
389
+ # exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
390
+ # from DATA_WRITE logging.
391
391
  class AuditConfig
392
392
  include Google::Apis::Core::Hashable
393
393
 
@@ -486,7 +486,7 @@ module Google
486
486
  # @return [Google::Apis::HealthcareV1beta1::Expr]
487
487
  attr_accessor :condition
488
488
 
489
- # Specifies the principals requesting access for a Cloud Platform resource. `
489
+ # Specifies the principals requesting access for a Google Cloud resource. `
490
490
  # members` can have the following values: * `allUsers`: A special identifier
491
491
  # that represents anyone who is on the internet; with or without a Google
492
492
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -1438,8 +1438,7 @@ module Google
1438
1438
  # A generic empty message that you can re-use to avoid defining duplicated empty
1439
1439
  # messages in your APIs. A typical example is to use it as the request or the
1440
1440
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
1441
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
1442
- # `Empty` is empty JSON object ````.
1441
+ # protobuf.Empty) returns (google.protobuf.Empty); `
1443
1442
  class Empty
1444
1443
  include Google::Apis::Core::Hashable
1445
1444
 
@@ -5167,7 +5166,7 @@ module Google
5167
5166
  include Google::Apis::Core::Hashable
5168
5167
 
5169
5168
  # The set of permissions to check for the `resource`. Permissions with wildcards
5170
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
5169
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
5171
5170
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
5172
5171
  # Corresponds to the JSON property `permissions`
5173
5172
  # @return [Array<String>]
@@ -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.25.0"
19
+ GEM_VERSION = "0.28.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 = "20220317"
25
+ REVISION = "20220428"
26
26
  end
27
27
  end
28
28
  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.
@@ -4691,7 +4691,11 @@ module Google
4691
4691
  # resourcelist.html)). Must match the resource type in the provided content.
4692
4692
  # @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
4693
4693
  # @param [String] profile
4694
- # A profile that this resource should be validated against.
4694
+ # The canonical URL of a profile that this resource should be validated against.
4695
+ # For example, to validate a Patient resource against the US Core Patient
4696
+ # profile this parameter would be `http://hl7.org/fhir/us/core/
4697
+ # StructureDefinition/us-core-patient`. A StructureDefinition with this
4698
+ # canonical URL must exist in the FHIR store.
4695
4699
  # @param [String] fields
4696
4700
  # Selector specifying which fields to include in a partial response.
4697
4701
  # @param [String] quota_user
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.25.0
4
+ version: 0.28.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-04 00:00:00.000000000 Z
11
+ date: 2022-05-16 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.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.28.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: []