google-apis-healthcare_v1beta1 0.52.0 → 0.53.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: 573fe8c189d917d0c90f95c5e4c344b9f08e35dac6b4125b3f95d5a75b14d079
4
- data.tar.gz: a34edd265db3780c31c555594c116097698a75b5b5c06c619b97782acf0ff6e2
3
+ metadata.gz: d4efc219275321856f4e4e5004bf9f057d5fb29aaf776b754522139489e133d9
4
+ data.tar.gz: d7065ea8c2f2f04d52365419affe7154f8327e66b0c591a3f9feb0e94e5493f9
5
5
  SHA512:
6
- metadata.gz: 1a0b5faa9912d54554cf4ef308c935899255ded1ff142156c12f80c75b29f5604b60ac2511bc55c408031b73ccdb846274823ffbe7b3a8e3cefc997461e15335
7
- data.tar.gz: 5e634d8e243e46de7e299d734415de6323db328aa7ea9f78efdc2553181e3949b83091b4eb281ba26566b4561ba206754459b5cddd473cd553028e86ece394c2
6
+ metadata.gz: d196fa7574b023190cab218fd8ced3c54ebc431b4c6794beb9e9e9f935e08720cde6b50fe821328221e45193261a84023b0da5040237824eac2a314c5a2df4fc
7
+ data.tar.gz: 6311901a460873849c34225f9d3d2e8c2f28c3fab4c29e0050a00b6054ec8b3cb4b9a39086aae41313d17ec16a80ec66cedad2912e5757f9d3bd78f04e69af6a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.53.0 (2023-08-27)
4
+
5
+ * Regenerated from discovery document revision 20230814
6
+
3
7
  ### v0.52.0 (2023-08-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20230728
@@ -4902,13 +4902,13 @@ module Google
4902
4902
  # @return [String]
4903
4903
  attr_accessor :name
4904
4904
 
4905
- # The normal response of the operation in case of success. If the original
4906
- # method returns no data on success, such as `Delete`, the response is `google.
4907
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
4908
- # the response should be the resource. For other methods, the response should
4909
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
4910
- # example, if the original method name is `TakeSnapshot()`, the inferred
4911
- # response type is `TakeSnapshotResponse`.
4905
+ # The normal, successful response of the operation. If the original method
4906
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
4907
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
4908
+ # response should be the resource. For other methods, the response should have
4909
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
4910
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
4911
+ # `TakeSnapshotResponse`.
4912
4912
  # Corresponds to the JSON property `response`
4913
4913
  # @return [Hash<String,Object>]
4914
4914
  attr_accessor :response
@@ -5118,22 +5118,22 @@ module Google
5118
5118
  # evaluates to `true`. A condition can add constraints based on attributes of
5119
5119
  # the request, the resource, or both. To learn which resources support
5120
5120
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
5121
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
5121
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
5122
5122
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
5123
5123
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
5124
5124
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
5125
5125
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
5126
5126
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
5127
5127
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
5128
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
5129
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
5130
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
5131
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
5132
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
5133
- # access description: Does not grant access after Sep 2020 expression: request.
5134
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
5135
- # a description of IAM and its features, see the [IAM documentation](https://
5136
- # cloud.google.com/iam/docs/).
5128
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
5129
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
5130
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
5131
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
5132
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
5133
+ # title: expirable access description: Does not grant access after Sep 2020
5134
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
5135
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
5136
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
5137
5137
  class Policy
5138
5138
  include Google::Apis::Core::Hashable
5139
5139
 
@@ -5881,22 +5881,22 @@ module Google
5881
5881
  # evaluates to `true`. A condition can add constraints based on attributes of
5882
5882
  # the request, the resource, or both. To learn which resources support
5883
5883
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
5884
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
5884
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
5885
5885
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
5886
5886
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
5887
5887
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
5888
5888
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
5889
5889
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
5890
5890
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
5891
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
5892
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
5893
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
5894
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
5895
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
5896
- # access description: Does not grant access after Sep 2020 expression: request.
5897
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
5898
- # a description of IAM and its features, see the [IAM documentation](https://
5899
- # cloud.google.com/iam/docs/).
5891
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
5892
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
5893
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
5894
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
5895
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
5896
+ # title: expirable access description: Does not grant access after Sep 2020
5897
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
5898
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
5899
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
5900
5900
  # Corresponds to the JSON property `policy`
5901
5901
  # @return [Google::Apis::HealthcareV1beta1::Policy]
5902
5902
  attr_accessor :policy
@@ -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.52.0"
19
+ GEM_VERSION = "0.53.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 = "20230728"
25
+ REVISION = "20230814"
26
26
  end
27
27
  end
28
28
  end
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.52.0
4
+ version: 0.53.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-08-13 00:00:00.000000000 Z
11
+ date: 2023-08-27 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.52.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.53.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: []
@@ -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.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Healthcare API V1beta1