google-apis-healthcare_v1beta1 0.60.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: '049fac5a8156baf8793eaf88a810496cfad9a0464323092e95b59a4682d36c0d'
4
- data.tar.gz: 1dff354b35af39f5f5724fc6c9f455bd7f2d03548ae59b7bdc307756cbc43f37
3
+ metadata.gz: 47683381c84068be227dcc39374525fa836aaed003ef67d84cc6080f88bd3b24
4
+ data.tar.gz: ed1b1a3151b446379f49bf38c0c8cbd5bffa5b198af84ab45cf87cde0a9f3fe8
5
5
  SHA512:
6
- metadata.gz: 0cccc954f5a5e9b27cd1cd5c1ce0515a8f49cde08b300640355b4f545c22294f43d996fd76de71e73ec4394b72f92394ffd64972dca702af5b956e13ca8f2d4b
7
- data.tar.gz: 1fc1570bca0b8734890257a9778f6cbdb77ec75284ba8e2b643a509efede0a78be7c9eb310eff027c73bf907cfee6031521289ac155b05dc854c154fd60b1f93
6
+ metadata.gz: 481db6e8802ac706499f3a2659c22348f06d323bd3608efc3f790d7f197b3240b31b152f7fe2b0ba8b53ed6c963e06a0d8c875f5d93d5f3b8d9012e5970e60e0
7
+ data.tar.gz: dc987c01a0eefbe2a6763eb4fb68b23feb5bb5949ea8d5892a304a4e35a646ccece1170320d58dca85dbd34c29e94b4b647e5f28932c64bcbaaf4defe5950e45
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.61.0 (2023-12-17)
9
+
10
+ * Regenerated from discovery document revision 20231205
11
+
3
12
  ### v0.60.0 (2023-12-10)
4
13
 
5
14
  * Regenerated from discovery document revision 20231127
@@ -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
@@ -3008,6 +3030,16 @@ module Google
3008
3030
  attr_accessor :disable_resource_versioning
3009
3031
  alias_method :disable_resource_versioning?, :disable_resource_versioning
3010
3032
 
3033
+ # Optional. Whether to allow the [ImportResourcesHistory] and [ExecuteBundle]
3034
+ # APIs to accept history bundles, and directly insert and overwrite historical
3035
+ # resource versions into the FHIR store. Importing resource histories creates
3036
+ # resource interactions that have occurred in the past that clients might not
3037
+ # allow. If set to false, using history bundles fail with an error.
3038
+ # Corresponds to the JSON property `enableHistoryModifications`
3039
+ # @return [Boolean]
3040
+ attr_accessor :enable_history_modifications
3041
+ alias_method :enable_history_modifications?, :enable_history_modifications
3042
+
3011
3043
  # Whether this FHIR store has the [updateCreate capability](https://www.hl7.org/
3012
3044
  # fhir/capabilitystatement-definitions.html#CapabilityStatement.rest.resource.
3013
3045
  # updateCreate). This determines if the client can use an Update operation to
@@ -3094,6 +3126,7 @@ module Google
3094
3126
  @default_search_handling_strict = args[:default_search_handling_strict] if args.key?(:default_search_handling_strict)
3095
3127
  @disable_referential_integrity = args[:disable_referential_integrity] if args.key?(:disable_referential_integrity)
3096
3128
  @disable_resource_versioning = args[:disable_resource_versioning] if args.key?(:disable_resource_versioning)
3129
+ @enable_history_modifications = args[:enable_history_modifications] if args.key?(:enable_history_modifications)
3097
3130
  @enable_update_create = args[:enable_update_create] if args.key?(:enable_update_create)
3098
3131
  @labels = args[:labels] if args.key?(:labels)
3099
3132
  @name = args[:name] if args.key?(:name)
@@ -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.60.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 = "20231127"
25
+ REVISION = "20240110"
26
26
  end
27
27
  end
28
28
  end
@@ -2132,6 +2132,7 @@ module Google
2132
2132
  property :default_search_handling_strict, as: 'defaultSearchHandlingStrict'
2133
2133
  property :disable_referential_integrity, as: 'disableReferentialIntegrity'
2134
2134
  property :disable_resource_versioning, as: 'disableResourceVersioning'
2135
+ property :enable_history_modifications, as: 'enableHistoryModifications'
2135
2136
  property :enable_update_create, as: 'enableUpdateCreate'
2136
2137
  hash :labels, as: 'labels'
2137
2138
  property :name, as: 'name'
@@ -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'
@@ -3993,6 +3995,50 @@ module Google
3993
3995
  execute_or_queue_command(command, &block)
3994
3996
  end
3995
3997
 
3998
+ # Returns uncompressed, unencoded bytes representing the referenced bulkdata tag
3999
+ # from an instance. See [Retrieve Transaction] (http://dicom.nema.org/medical/
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).
4006
+ # @param [String] parent
4007
+ # Required. The name of the DICOM store that is being accessed. For example, `
4008
+ # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
4009
+ # dicomStores/`dicom_store_id``.
4010
+ # @param [String] dicom_web_path
4011
+ # Required. The path for the `RetrieveBulkdata` DICOMweb request. For example, `
4012
+ # studies/`study_uid`/series/`series_uid`/instances/`instance_uid`/bukdata/`
4013
+ # bulkdata_uri``.
4014
+ # @param [String] fields
4015
+ # Selector specifying which fields to include in a partial response.
4016
+ # @param [String] quota_user
4017
+ # Available to use for quota purposes for server-side applications. Can be any
4018
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
4019
+ # @param [Google::Apis::RequestOptions] options
4020
+ # Request-specific options
4021
+ #
4022
+ # @yield [result, err] Result & error if block supplied
4023
+ # @yieldparam result [Google::Apis::HealthcareV1beta1::HttpBody] parsed result object
4024
+ # @yieldparam err [StandardError] error object if request failed
4025
+ #
4026
+ # @return [Google::Apis::HealthcareV1beta1::HttpBody]
4027
+ #
4028
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
4029
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4030
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
4031
+ def retrieve_project_location_dataset_dicom_store_study_series_instance_bulkdatum_bulkdata(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil, &block)
4032
+ command = make_simple_command(:get, 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', options)
4033
+ command.response_representation = Google::Apis::HealthcareV1beta1::HttpBody::Representation
4034
+ command.response_class = Google::Apis::HealthcareV1beta1::HttpBody
4035
+ command.params['parent'] = parent unless parent.nil?
4036
+ command.params['dicomWebPath'] = dicom_web_path unless dicom_web_path.nil?
4037
+ command.query['fields'] = fields unless fields.nil?
4038
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
4039
+ execute_or_queue_command(command, &block)
4040
+ end
4041
+
3996
4042
  # RetrieveFrames returns instances associated with the given study, series, SOP
3997
4043
  # Instance UID and frame numbers. See [RetrieveTransaction](http://dicom.nema.
3998
4044
  # org/medical/dicom/current/output/html/part18.html#sect_10.4). For details on
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.60.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-10 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.60.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