|
469 | 469 | }
|
470 | 470 | },
|
471 | 471 | "resources": {
|
472 |
| - "annotationStores": { |
473 |
| - "methods": { |
474 |
| - "getIamPolicy": { |
475 |
| - "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.", |
476 |
| - "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/annotationStores/{annotationStoresId}:getIamPolicy", |
477 |
| - "httpMethod": "GET", |
478 |
| - "id": "healthcare.projects.locations.datasets.annotationStores.getIamPolicy", |
479 |
| - "parameterOrder": [ |
480 |
| - "resource" |
481 |
| - ], |
482 |
| - "parameters": { |
483 |
| - "options.requestedPolicyVersion": { |
484 |
| - "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", |
485 |
| - "format": "int32", |
486 |
| - "location": "query", |
487 |
| - "type": "integer" |
488 |
| - }, |
489 |
| - "resource": { |
490 |
| - "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", |
491 |
| - "location": "path", |
492 |
| - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationStores/[^/]+$", |
493 |
| - "required": true, |
494 |
| - "type": "string" |
495 |
| - } |
496 |
| - }, |
497 |
| - "path": "v1beta1/{+resource}:getIamPolicy", |
498 |
| - "response": { |
499 |
| - "$ref": "Policy" |
500 |
| - }, |
501 |
| - "scopes": [ |
502 |
| - "https://www.googleapis.com/auth/cloud-healthcare", |
503 |
| - "https://www.googleapis.com/auth/cloud-platform" |
504 |
| - ] |
505 |
| - }, |
506 |
| - "setIamPolicy": { |
507 |
| - "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.", |
508 |
| - "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/annotationStores/{annotationStoresId}:setIamPolicy", |
509 |
| - "httpMethod": "POST", |
510 |
| - "id": "healthcare.projects.locations.datasets.annotationStores.setIamPolicy", |
511 |
| - "parameterOrder": [ |
512 |
| - "resource" |
513 |
| - ], |
514 |
| - "parameters": { |
515 |
| - "resource": { |
516 |
| - "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", |
517 |
| - "location": "path", |
518 |
| - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationStores/[^/]+$", |
519 |
| - "required": true, |
520 |
| - "type": "string" |
521 |
| - } |
522 |
| - }, |
523 |
| - "path": "v1beta1/{+resource}:setIamPolicy", |
524 |
| - "request": { |
525 |
| - "$ref": "SetIamPolicyRequest" |
526 |
| - }, |
527 |
| - "response": { |
528 |
| - "$ref": "Policy" |
529 |
| - }, |
530 |
| - "scopes": [ |
531 |
| - "https://www.googleapis.com/auth/cloud-healthcare", |
532 |
| - "https://www.googleapis.com/auth/cloud-platform" |
533 |
| - ] |
534 |
| - }, |
535 |
| - "testIamPermissions": { |
536 |
| - "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.", |
537 |
| - "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/annotationStores/{annotationStoresId}:testIamPermissions", |
538 |
| - "httpMethod": "POST", |
539 |
| - "id": "healthcare.projects.locations.datasets.annotationStores.testIamPermissions", |
540 |
| - "parameterOrder": [ |
541 |
| - "resource" |
542 |
| - ], |
543 |
| - "parameters": { |
544 |
| - "resource": { |
545 |
| - "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", |
546 |
| - "location": "path", |
547 |
| - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationStores/[^/]+$", |
548 |
| - "required": true, |
549 |
| - "type": "string" |
550 |
| - } |
551 |
| - }, |
552 |
| - "path": "v1beta1/{+resource}:testIamPermissions", |
553 |
| - "request": { |
554 |
| - "$ref": "TestIamPermissionsRequest" |
555 |
| - }, |
556 |
| - "response": { |
557 |
| - "$ref": "TestIamPermissionsResponse" |
558 |
| - }, |
559 |
| - "scopes": [ |
560 |
| - "https://www.googleapis.com/auth/cloud-healthcare", |
561 |
| - "https://www.googleapis.com/auth/cloud-platform" |
562 |
| - ] |
563 |
| - } |
564 |
| - } |
565 |
| - }, |
566 | 472 | "consentStores": {
|
567 | 473 | "methods": {
|
568 | 474 | "checkDataAccess": {
|
|
5588 | 5494 | }
|
5589 | 5495 | }
|
5590 | 5496 | },
|
5591 |
| - "revision": "20250710", |
| 5497 | + "revision": "20250724", |
5592 | 5498 | "rootUrl": "https://healthcare.googleapis.com/",
|
5593 | 5499 | "schemas": {
|
5594 | 5500 | "AccessDeterminationLogConfig": {
|
|
5607 | 5513 | "No log level specified. This value is unused.",
|
5608 | 5514 | "No additional consent-related logging is added to audit logs.",
|
5609 | 5515 | "The following information is included: * One of the following [`consentMode`](https://cloud.google.com/healthcare-api/docs/fhir-consent#audit_logs) fields: (`off`|`emptyScope`|`enforced`|`btg`|`bypass`). * The accessor's request headers * The `log_level` of the AccessDeterminationLogConfig * The final consent evaluation (`PERMIT`, `DENY`, or `NO_CONSENT`) * A human-readable summary of the evaluation",
|
5610 |
| - "Includes `MINIMUM` and, for each resource owner, returns: * The resource owner's name * Most specific part of the `X-Consent-Scope` resulting in consensual determination * Timestamp of the applied enforcement leading to the decision * Enforcement version at the time the applicable consents were applied * The Consent resource name * The timestamp of the Consent resource used for enforcement * Policy type (`PATIENT` or `ADMIN`) Note that this mode adds some overhead to CRUD operations." |
| 5516 | + "Includes `MINIMUM` and, for each resource owner, returns: * The resource owner's name * Most specific part of the `X-Consent-Scope` resulting in consensual determination * Timestamp of the applied enforcement leading to the decision * Enforcement version at the time the applicable consents were applied * The Consent resource name * The timestamp of the Consent resource used for enforcement * Policy type (`PATIENT` or `ADMIN`) Due to the limited space for logging, this mode is the same as `MINIMUM` for methods that return multiple resources (such as FHIR Search)." |
5611 | 5517 | ],
|
5612 | 5518 | "type": "string"
|
5613 | 5519 | }
|
|
0 commit comments