Skip to content

Commit

Permalink
feat(healthcare): update the api
Browse files Browse the repository at this point in the history
#### healthcare:v1

The following keys were added:
- resources.projects.resources.locations.resources.datasets.resources.dataMapperWorkspaces.methods.getIamPolicy (Total Keys: 14)
- resources.projects.resources.locations.resources.datasets.resources.dataMapperWorkspaces.methods.setIamPolicy (Total Keys: 12)
- resources.projects.resources.locations.resources.datasets.resources.dataMapperWorkspaces.methods.testIamPermissions (Total Keys: 12)

#### healthcare:v1beta1

The following keys were added:
- resources.projects.resources.locations.resources.datasets.resources.dataMapperWorkspaces.methods.getIamPolicy (Total Keys: 14)
- resources.projects.resources.locations.resources.datasets.resources.dataMapperWorkspaces.methods.setIamPolicy (Total Keys: 12)
- resources.projects.resources.locations.resources.datasets.resources.dataMapperWorkspaces.methods.testIamPermissions (Total Keys: 12)
  • Loading branch information
yoshi-automation committed Mar 5, 2024
1 parent cc201c1 commit 2b7a7a4
Show file tree
Hide file tree
Showing 6 changed files with 716 additions and 2 deletions.

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/dyn/healthcare_v1.projects.locations.datasets.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the consentStores Resource.</p>

<p class="toc_element">
<code><a href="healthcare_v1.projects.locations.datasets.dataMapperWorkspaces.html">dataMapperWorkspaces()</a></code>
</p>
<p class="firstline">Returns the dataMapperWorkspaces Resource.</p>

<p class="toc_element">
<code><a href="healthcare_v1.projects.locations.datasets.dicomStores.html">dicomStores()</a></code>
</p>
Expand Down

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/dyn/healthcare_v1beta1.projects.locations.datasets.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the consentStores Resource.</p>

<p class="toc_element">
<code><a href="healthcare_v1beta1.projects.locations.datasets.dataMapperWorkspaces.html">dataMapperWorkspaces()</a></code>
</p>
<p class="firstline">Returns the dataMapperWorkspaces Resource.</p>

<p class="toc_element">
<code><a href="healthcare_v1beta1.projects.locations.datasets.dicomStores.html">dicomStores()</a></code>
</p>
Expand Down
96 changes: 95 additions & 1 deletion googleapiclient/discovery_cache/documents/healthcare.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1611,6 +1611,100 @@
}
}
},
"dataMapperWorkspaces": {
"methods": {
"getIamPolicy": {
"description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataMapperWorkspaces/{dataMapperWorkspacesId}:getIamPolicy",
"httpMethod": "GET",
"id": "healthcare.projects.locations.datasets.dataMapperWorkspaces.getIamPolicy",
"parameterOrder": [
"resource"
],
"parameters": {
"options.requestedPolicyVersion": {
"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).",
"format": "int32",
"location": "query",
"type": "integer"
},
"resource": {
"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.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataMapperWorkspaces/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+resource}:getIamPolicy",
"response": {
"$ref": "Policy"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-healthcare",
"https://www.googleapis.com/auth/cloud-platform"
]
},
"setIamPolicy": {
"description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataMapperWorkspaces/{dataMapperWorkspacesId}:setIamPolicy",
"httpMethod": "POST",
"id": "healthcare.projects.locations.datasets.dataMapperWorkspaces.setIamPolicy",
"parameterOrder": [
"resource"
],
"parameters": {
"resource": {
"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.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataMapperWorkspaces/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+resource}:setIamPolicy",
"request": {
"$ref": "SetIamPolicyRequest"
},
"response": {
"$ref": "Policy"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-healthcare",
"https://www.googleapis.com/auth/cloud-platform"
]
},
"testIamPermissions": {
"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.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataMapperWorkspaces/{dataMapperWorkspacesId}:testIamPermissions",
"httpMethod": "POST",
"id": "healthcare.projects.locations.datasets.dataMapperWorkspaces.testIamPermissions",
"parameterOrder": [
"resource"
],
"parameters": {
"resource": {
"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.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataMapperWorkspaces/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+resource}:testIamPermissions",
"request": {
"$ref": "TestIamPermissionsRequest"
},
"response": {
"$ref": "TestIamPermissionsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-healthcare",
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"dicomStores": {
"methods": {
"create": {
Expand Down Expand Up @@ -4460,7 +4554,7 @@
}
}
},
"revision": "20240223",
"revision": "20240228",
"rootUrl": "https://healthcare.googleapis.com/",
"schemas": {
"ActivateConsentRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2134,6 +2134,100 @@
}
}
},
"dataMapperWorkspaces": {
"methods": {
"getIamPolicy": {
"description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataMapperWorkspaces/{dataMapperWorkspacesId}:getIamPolicy",
"httpMethod": "GET",
"id": "healthcare.projects.locations.datasets.dataMapperWorkspaces.getIamPolicy",
"parameterOrder": [
"resource"
],
"parameters": {
"options.requestedPolicyVersion": {
"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).",
"format": "int32",
"location": "query",
"type": "integer"
},
"resource": {
"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.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataMapperWorkspaces/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1beta1/{+resource}:getIamPolicy",
"response": {
"$ref": "Policy"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-healthcare",
"https://www.googleapis.com/auth/cloud-platform"
]
},
"setIamPolicy": {
"description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataMapperWorkspaces/{dataMapperWorkspacesId}:setIamPolicy",
"httpMethod": "POST",
"id": "healthcare.projects.locations.datasets.dataMapperWorkspaces.setIamPolicy",
"parameterOrder": [
"resource"
],
"parameters": {
"resource": {
"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.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataMapperWorkspaces/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1beta1/{+resource}:setIamPolicy",
"request": {
"$ref": "SetIamPolicyRequest"
},
"response": {
"$ref": "Policy"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-healthcare",
"https://www.googleapis.com/auth/cloud-platform"
]
},
"testIamPermissions": {
"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.",
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataMapperWorkspaces/{dataMapperWorkspacesId}:testIamPermissions",
"httpMethod": "POST",
"id": "healthcare.projects.locations.datasets.dataMapperWorkspaces.testIamPermissions",
"parameterOrder": [
"resource"
],
"parameters": {
"resource": {
"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.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataMapperWorkspaces/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1beta1/{+resource}:testIamPermissions",
"request": {
"$ref": "TestIamPermissionsRequest"
},
"response": {
"$ref": "TestIamPermissionsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-healthcare",
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"dicomStores": {
"methods": {
"create": {
Expand Down Expand Up @@ -5520,7 +5614,7 @@
}
}
},
"revision": "20240223",
"revision": "20240228",
"rootUrl": "https://healthcare.googleapis.com/",
"schemas": {
"AccessDeterminationLogConfig": {
Expand Down

0 comments on commit 2b7a7a4

Please sign in to comment.