google-apis-healthcare_v1beta1 0.66.0 → 0.68.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 76213782ee2b868a67ea25a313831e868707a5bd2ed2ff98db3fc070e4c57c9b
|
4
|
+
data.tar.gz: 26521a7aa0c7262f6aa228bc295da4e6afb24862f74eb734060a155f66c72ec4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 10d7ff0e957da66312dbf73eca4d2af0d248f473468167f7004a8f7ff429614f6136be19e8c8fd2333ae8f97621a0fe835b7da1423a4a4f503d78e0e1c4ec300
|
7
|
+
data.tar.gz: 0fe2d790070ef2235f16e3745f3600563f7f90dce0a903ab03c12d33b7e3172015ec68837befda9d63ee5773d88a95bfa421e1f8d28efe9c7359bd412ea25d5e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-healthcare_v1beta1
|
2
2
|
|
3
|
+
### v0.68.0 (2024-03-24)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240312
|
6
|
+
|
7
|
+
### v0.67.0 (2024-03-03)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240220
|
10
|
+
|
3
11
|
### v0.66.0 (2024-02-23)
|
4
12
|
|
5
13
|
* Regenerated using generator version 0.14.0
|
@@ -1253,12 +1253,12 @@ module Google
|
|
1253
1253
|
attr_accessor :actor
|
1254
1254
|
|
1255
1255
|
# An abstract identifier that describes the environment or conditions under
|
1256
|
-
# which the accessor is acting. Can be
|
1256
|
+
# which the accessor is acting. Can be "*" if it applies to all environments.
|
1257
1257
|
# Corresponds to the JSON property `environment`
|
1258
1258
|
# @return [String]
|
1259
1259
|
attr_accessor :environment
|
1260
1260
|
|
1261
|
-
# The intent of data use. Can be
|
1261
|
+
# The intent of data use. Can be "*" if it applies to all purposes.
|
1262
1262
|
# Corresponds to the JSON property `purpose`
|
1263
1263
|
# @return [String]
|
1264
1264
|
attr_accessor :purpose
|
@@ -2537,7 +2537,8 @@ module Google
|
|
2537
2537
|
attr_accessor :cascade_origins
|
2538
2538
|
|
2539
2539
|
# The resource name of this consent resource. Format: `projects/`projectId`/
|
2540
|
-
# datasets/`datasetId`/fhirStores/`fhirStoreId`/fhir/`
|
2540
|
+
# locations/`locationId`/datasets/`datasetId`/fhirStores/`fhirStoreId`/fhir/`
|
2541
|
+
# resourceType`/`id``.
|
2541
2542
|
# Corresponds to the JSON property `consentResource`
|
2542
2543
|
# @return [String]
|
2543
2544
|
attr_accessor :consent_resource
|
@@ -6903,9 +6904,9 @@ module Google
|
|
6903
6904
|
attr_accessor :blob_storage_info
|
6904
6905
|
|
6905
6906
|
# The resource whose storage info is returned. For example, to specify the
|
6906
|
-
# resource path of a DICOM Instance: `projects/`
|
6907
|
-
# dicomStores/`dicom_store_id`/dicomWeb/studi/`study_uid`/
|
6908
|
-
# instances/`instance_uid``
|
6907
|
+
# resource path of a DICOM Instance: `projects/`projectID`/locations/`locationID`
|
6908
|
+
# /datasets/`datasetID`/dicomStores/`dicom_store_id`/dicomWeb/studi/`study_uid`/
|
6909
|
+
# series/`series_uid`/instances/`instance_uid``
|
6909
6910
|
# Corresponds to the JSON property `referencedResource`
|
6910
6911
|
# @return [String]
|
6911
6912
|
attr_accessor :referenced_resource
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.68.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240312"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2572,6 +2572,127 @@ module Google
|
|
2572
2572
|
execute_or_queue_command(command, &block)
|
2573
2573
|
end
|
2574
2574
|
|
2575
|
+
# Gets the access control policy for a resource. Returns an empty policy if the
|
2576
|
+
# resource exists and does not have a policy set.
|
2577
|
+
# @param [String] resource
|
2578
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
2579
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
2580
|
+
# appropriate value for this field.
|
2581
|
+
# @param [Fixnum] options_requested_policy_version
|
2582
|
+
# Optional. The maximum policy version that will be used to format the policy.
|
2583
|
+
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
2584
|
+
# rejected. Requests for policies with any conditional role bindings must
|
2585
|
+
# specify version 3. Policies with no conditional role bindings may specify any
|
2586
|
+
# valid value or leave the field unset. The policy in the response might use the
|
2587
|
+
# policy version that you specified, or it might use a lower policy version. For
|
2588
|
+
# example, if you specify version 3, but the policy has no conditional role
|
2589
|
+
# bindings, the response uses version 1. To learn which resources support
|
2590
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
2591
|
+
# google.com/iam/help/conditions/resource-policies).
|
2592
|
+
# @param [String] fields
|
2593
|
+
# Selector specifying which fields to include in a partial response.
|
2594
|
+
# @param [String] quota_user
|
2595
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
2596
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
2597
|
+
# @param [Google::Apis::RequestOptions] options
|
2598
|
+
# Request-specific options
|
2599
|
+
#
|
2600
|
+
# @yield [result, err] Result & error if block supplied
|
2601
|
+
# @yieldparam result [Google::Apis::HealthcareV1beta1::Policy] parsed result object
|
2602
|
+
# @yieldparam err [StandardError] error object if request failed
|
2603
|
+
#
|
2604
|
+
# @return [Google::Apis::HealthcareV1beta1::Policy]
|
2605
|
+
#
|
2606
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2607
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2608
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2609
|
+
def get_project_location_dataset_data_mapper_workspace_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2610
|
+
command = make_simple_command(:get, 'v1beta1/{+resource}:getIamPolicy', options)
|
2611
|
+
command.response_representation = Google::Apis::HealthcareV1beta1::Policy::Representation
|
2612
|
+
command.response_class = Google::Apis::HealthcareV1beta1::Policy
|
2613
|
+
command.params['resource'] = resource unless resource.nil?
|
2614
|
+
command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
|
2615
|
+
command.query['fields'] = fields unless fields.nil?
|
2616
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2617
|
+
execute_or_queue_command(command, &block)
|
2618
|
+
end
|
2619
|
+
|
2620
|
+
# Sets the access control policy on the specified resource. Replaces any
|
2621
|
+
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
2622
|
+
# PERMISSION_DENIED` errors.
|
2623
|
+
# @param [String] resource
|
2624
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
2625
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
2626
|
+
# appropriate value for this field.
|
2627
|
+
# @param [Google::Apis::HealthcareV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
|
2628
|
+
# @param [String] fields
|
2629
|
+
# Selector specifying which fields to include in a partial response.
|
2630
|
+
# @param [String] quota_user
|
2631
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
2632
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
2633
|
+
# @param [Google::Apis::RequestOptions] options
|
2634
|
+
# Request-specific options
|
2635
|
+
#
|
2636
|
+
# @yield [result, err] Result & error if block supplied
|
2637
|
+
# @yieldparam result [Google::Apis::HealthcareV1beta1::Policy] parsed result object
|
2638
|
+
# @yieldparam err [StandardError] error object if request failed
|
2639
|
+
#
|
2640
|
+
# @return [Google::Apis::HealthcareV1beta1::Policy]
|
2641
|
+
#
|
2642
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2643
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2644
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2645
|
+
def set_data_mapper_workspace_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
2646
|
+
command = make_simple_command(:post, 'v1beta1/{+resource}:setIamPolicy', options)
|
2647
|
+
command.request_representation = Google::Apis::HealthcareV1beta1::SetIamPolicyRequest::Representation
|
2648
|
+
command.request_object = set_iam_policy_request_object
|
2649
|
+
command.response_representation = Google::Apis::HealthcareV1beta1::Policy::Representation
|
2650
|
+
command.response_class = Google::Apis::HealthcareV1beta1::Policy
|
2651
|
+
command.params['resource'] = resource unless resource.nil?
|
2652
|
+
command.query['fields'] = fields unless fields.nil?
|
2653
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2654
|
+
execute_or_queue_command(command, &block)
|
2655
|
+
end
|
2656
|
+
|
2657
|
+
# Returns permissions that a caller has on the specified resource. If the
|
2658
|
+
# resource does not exist, this will return an empty set of permissions, not a `
|
2659
|
+
# NOT_FOUND` error. Note: This operation is designed to be used for building
|
2660
|
+
# permission-aware UIs and command-line tools, not for authorization checking.
|
2661
|
+
# This operation may "fail open" without warning.
|
2662
|
+
# @param [String] resource
|
2663
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
2664
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
2665
|
+
# appropriate value for this field.
|
2666
|
+
# @param [Google::Apis::HealthcareV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
2667
|
+
# @param [String] fields
|
2668
|
+
# Selector specifying which fields to include in a partial response.
|
2669
|
+
# @param [String] quota_user
|
2670
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
2671
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
2672
|
+
# @param [Google::Apis::RequestOptions] options
|
2673
|
+
# Request-specific options
|
2674
|
+
#
|
2675
|
+
# @yield [result, err] Result & error if block supplied
|
2676
|
+
# @yieldparam result [Google::Apis::HealthcareV1beta1::TestIamPermissionsResponse] parsed result object
|
2677
|
+
# @yieldparam err [StandardError] error object if request failed
|
2678
|
+
#
|
2679
|
+
# @return [Google::Apis::HealthcareV1beta1::TestIamPermissionsResponse]
|
2680
|
+
#
|
2681
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2682
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2683
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2684
|
+
def test_data_mapper_workspace_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
2685
|
+
command = make_simple_command(:post, 'v1beta1/{+resource}:testIamPermissions', options)
|
2686
|
+
command.request_representation = Google::Apis::HealthcareV1beta1::TestIamPermissionsRequest::Representation
|
2687
|
+
command.request_object = test_iam_permissions_request_object
|
2688
|
+
command.response_representation = Google::Apis::HealthcareV1beta1::TestIamPermissionsResponse::Representation
|
2689
|
+
command.response_class = Google::Apis::HealthcareV1beta1::TestIamPermissionsResponse
|
2690
|
+
command.params['resource'] = resource unless resource.nil?
|
2691
|
+
command.query['fields'] = fields unless fields.nil?
|
2692
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2693
|
+
execute_or_queue_command(command, &block)
|
2694
|
+
end
|
2695
|
+
|
2575
2696
|
# Creates a new DICOM store within the parent dataset.
|
2576
2697
|
# @param [String] parent
|
2577
2698
|
# Required. The name of the dataset this DICOM store belongs to.
|
@@ -3095,14 +3216,15 @@ module Google
|
|
3095
3216
|
# resources.
|
3096
3217
|
# @param [String] resource
|
3097
3218
|
# Required. The path of the resource to update the blob storage settings in the
|
3098
|
-
# format of `projects/`projectID`/datasets/`datasetID`/
|
3099
|
-
#
|
3100
|
-
#
|
3101
|
-
# or `projects/`projectID`/
|
3219
|
+
# format of `projects/`projectID`/locations/`locationID`/datasets/`datasetID`/
|
3220
|
+
# dicomStores/`dicomStoreID`/dicomWeb/studies/`studyUID``, `projects/`projectID`/
|
3221
|
+
# locations/`locationID`/datasets/`datasetID`/dicomStores/`dicomStoreID`/
|
3222
|
+
# dicomWeb/studies/`studyUID`/series/`seriesUID`/`, or `projects/`projectID`/
|
3223
|
+
# locations/`locationID`/datasets/`datasetID`/dicomStores/`dicomStoreID`/
|
3102
3224
|
# dicomWeb/studies/`studyUID`/series/`seriesUID`/instances/`instanceUID``. If `
|
3103
3225
|
# filter_config` is specified, set the value of `resource` to the resource name
|
3104
|
-
# of a DICOM store in the format `projects/`projectID`/
|
3105
|
-
# dicomStores/`dicomStoreID``.
|
3226
|
+
# of a DICOM store in the format `projects/`projectID`/locations/`locationID`/
|
3227
|
+
# datasets/`datasetID`/dicomStores/`dicomStoreID``.
|
3106
3228
|
# @param [Google::Apis::HealthcareV1beta1::SetBlobStorageSettingsRequest] set_blob_storage_settings_request_object
|
3107
3229
|
# @param [String] fields
|
3108
3230
|
# Selector specifying which fields to include in a partial response.
|
@@ -3291,14 +3413,15 @@ module Google
|
|
3291
3413
|
# resources.
|
3292
3414
|
# @param [String] resource
|
3293
3415
|
# Required. The path of the resource to update the blob storage settings in the
|
3294
|
-
# format of `projects/`projectID`/datasets/`datasetID`/
|
3295
|
-
#
|
3296
|
-
#
|
3297
|
-
# or `projects/`projectID`/
|
3416
|
+
# format of `projects/`projectID`/locations/`locationID`/datasets/`datasetID`/
|
3417
|
+
# dicomStores/`dicomStoreID`/dicomWeb/studies/`studyUID``, `projects/`projectID`/
|
3418
|
+
# locations/`locationID`/datasets/`datasetID`/dicomStores/`dicomStoreID`/
|
3419
|
+
# dicomWeb/studies/`studyUID`/series/`seriesUID`/`, or `projects/`projectID`/
|
3420
|
+
# locations/`locationID`/datasets/`datasetID`/dicomStores/`dicomStoreID`/
|
3298
3421
|
# dicomWeb/studies/`studyUID`/series/`seriesUID`/instances/`instanceUID``. If `
|
3299
3422
|
# filter_config` is specified, set the value of `resource` to the resource name
|
3300
|
-
# of a DICOM store in the format `projects/`projectID`/
|
3301
|
-
# dicomStores/`dicomStoreID``.
|
3423
|
+
# of a DICOM store in the format `projects/`projectID`/locations/`locationID`/
|
3424
|
+
# datasets/`datasetID`/dicomStores/`dicomStoreID``.
|
3302
3425
|
# @param [Google::Apis::HealthcareV1beta1::SetBlobStorageSettingsRequest] set_blob_storage_settings_request_object
|
3303
3426
|
# @param [String] fields
|
3304
3427
|
# Selector specifying which fields to include in a partial response.
|
@@ -3364,9 +3487,9 @@ module Google
|
|
3364
3487
|
# GetStorageInfo returns the storage info of the specified resource.
|
3365
3488
|
# @param [String] resource
|
3366
3489
|
# Required. The path of the resource for which the storage info is requested (
|
3367
|
-
# for exaxmple for a DICOM Instance: `projects/`
|
3368
|
-
# dicomStores/`dicomStoreId`/dicomWeb/studies/`study_uid`/
|
3369
|
-
# instances/`instance_uid``)
|
3490
|
+
# for exaxmple for a DICOM Instance: `projects/`projectID`/locations/`locationID`
|
3491
|
+
# /datasets/`datasetID`/dicomStores/`dicomStoreId`/dicomWeb/studies/`study_uid`/
|
3492
|
+
# series/`series_uid`/instances/`instance_uid``)
|
3370
3493
|
# @param [String] fields
|
3371
3494
|
# Selector specifying which fields to include in a partial response.
|
3372
3495
|
# @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.
|
4
|
+
version: 0.68.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: 2024-
|
11
|
+
date: 2024-03-24 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.68.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: []
|