google-apis-healthcare_v1beta1 0.61.0 → 0.62.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: 56e8f73cbb1dad86d13211dbb086ef3b6a619258c09e95c4fbb70e56754b1673
4
- data.tar.gz: 680aae3b4320d9ddf5261557e5af10e9065e191c2a90c36fe0995d6cc017caf5
3
+ metadata.gz: 47683381c84068be227dcc39374525fa836aaed003ef67d84cc6080f88bd3b24
4
+ data.tar.gz: ed1b1a3151b446379f49bf38c0c8cbd5bffa5b198af84ab45cf87cde0a9f3fe8
5
5
  SHA512:
6
- metadata.gz: 4f36bb475cd49f39e815357710c2a03a069ff7956c2f9b5fcd9a0d7f971efcecee4d03ef1db7d1b1741838535344c85d5ca25d5137e9c1534c55c64695eedc3c
7
- data.tar.gz: d69dcba0185bcecf1d355d8b082d6ad30e878a08d959d1f69bac79d80cde6b8b849e92f6bb4d6f0ad8e493f695e63a48c9e3c90645e9ad8a0d5febdb2392a219
6
+ metadata.gz: 481db6e8802ac706499f3a2659c22348f06d323bd3608efc3f790d7f197b3240b31b152f7fe2b0ba8b53ed6c963e06a0d8c875f5d93d5f3b8d9012e5970e60e0
7
+ data.tar.gz: dc987c01a0eefbe2a6763eb4fb68b23feb5bb5949ea8d5892a304a4e35a646ccece1170320d58dca85dbd34c29e94b4b647e5f28932c64bcbaaf4defe5950e45
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.62.0 (2024-01-23)
4
+
5
+ * Regenerated from discovery document revision 20240110
6
+ * Regenerated using generator version 0.13.0
7
+
3
8
  ### v0.61.0 (2023-12-17)
4
9
 
5
10
  * Regenerated from discovery document revision 20231205
@@ -797,21 +797,43 @@ module Google
797
797
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
798
798
  # email address that represents a Google group. For example, `admins@example.com`
799
799
  # . * `domain:`domain``: The G Suite domain (primary) that represents all the
800
- # users of that domain. For example, `google.com` or `example.com`. * `deleted:
801
- # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
802
- # representing a user that has been recently deleted. For example, `alice@
803
- # example.com?uid=123456789012345678901`. If the user is recovered, this value
804
- # reverts to `user:`emailid`` and the recovered user retains the role in the
805
- # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
806
- # (plus unique identifier) representing a service account that has been recently
807
- # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
800
+ # users of that domain. For example, `google.com` or `example.com`. * `principal:
801
+ # //iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
802
+ # subject_attribute_value``: A single identity in a workforce identity pool. * `
803
+ # principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
804
+ # group/`group_id``: All workforce identities in a group. * `principalSet://iam.
805
+ # googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
806
+ # attribute_name`/`attribute_value``: All workforce identities with a specific
807
+ # attribute value. * `principalSet://iam.googleapis.com/locations/global/
808
+ # workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
809
+ # principal://iam.googleapis.com/projects/`project_number`/locations/global/
810
+ # workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
811
+ # identity in a workload identity pool. * `principalSet://iam.googleapis.com/
812
+ # projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
813
+ # group/`group_id``: A workload identity pool group. * `principalSet://iam.
814
+ # googleapis.com/projects/`project_number`/locations/global/
815
+ # workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
816
+ # All identities in a workload identity pool with a certain attribute. * `
817
+ # principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
818
+ # workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
819
+ # * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
820
+ # identifier) representing a user that has been recently deleted. For example, `
821
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
822
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
823
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
824
+ # address (plus unique identifier) representing a service account that has been
825
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
808
826
  # 123456789012345678901`. If the service account is undeleted, this value
809
827
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
810
828
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
811
829
  # An email address (plus unique identifier) representing a Google group that has
812
830
  # been recently deleted. For example, `admins@example.com?uid=
813
831
  # 123456789012345678901`. If the group is recovered, this value reverts to `
814
- # group:`emailid`` and the recovered group retains the role in the binding.
832
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
833
+ # deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
834
+ # pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
835
+ # workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
836
+ # locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
815
837
  # Corresponds to the JSON property `members`
816
838
  # @return [Array<String>]
817
839
  attr_accessor :members
@@ -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.61.0"
19
+ GEM_VERSION = "0.62.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231205"
25
+ REVISION = "20240110"
26
26
  end
27
27
  end
28
28
  end
@@ -32,6 +32,8 @@ module Google
32
32
  #
33
33
  # @see https://cloud.google.com/healthcare
34
34
  class CloudHealthcareService < Google::Apis::Core::BaseService
35
+ DEFAULT_ENDPOINT_TEMPLATE = "https://healthcare.$UNIVERSE_DOMAIN$/"
36
+
35
37
  # @return [String]
36
38
  # API key. Your API key identifies your project and provides you with API access,
37
39
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -43,7 +45,7 @@ module Google
43
45
  attr_accessor :quota_user
44
46
 
45
47
  def initialize
46
- super('https://healthcare.googleapis.com/', '',
48
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
47
49
  client_name: 'google-apis-healthcare_v1beta1',
48
50
  client_version: Google::Apis::HealthcareV1beta1::GEM_VERSION)
49
51
  @batch_path = 'batch'
@@ -3995,7 +3997,12 @@ module Google
3995
3997
 
3996
3998
  # Returns uncompressed, unencoded bytes representing the referenced bulkdata tag
3997
3999
  # from an instance. See [Retrieve Transaction] (http://dicom.nema.org/medical/
3998
- # dicom/current/output/html/part18.html#sect_10.4)`: .external`.
4000
+ # dicom/current/output/html/part18.html#sect_10.4)`: .external`. For details on
4001
+ # the implementation of RetrieveBulkdata, see [Bulkdata resources](https://cloud.
4002
+ # google.com/healthcare/docs/dicom#bulkdata-resources) in the Cloud Healthcare
4003
+ # API conformance statement. For samples that show how to call RetrieveBulkdata,
4004
+ # see [Retrieve bulkdata](https://cloud.google.com/healthcare/docs/how-tos/
4005
+ # dicomweb#retrieve-bulkdata).
3999
4006
  # @param [String] parent
4000
4007
  # Required. The name of the DICOM store that is being accessed. For example, `
4001
4008
  # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
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.61.0
4
+ version: 0.62.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-12-17 00:00:00.000000000 Z
11
+ date: 2024-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.11.0
19
+ version: 0.12.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.11.0
29
+ version: 0.12.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.61.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.62.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.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Healthcare API V1beta1