Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2176c34

Browse files
committedApr 4, 2023
feat(healthcare): update the api
#### healthcare:v1beta1 The following keys were added: - resources.projects.resources.locations.resources.datasets.resources.fhirStores.resources.fhir.methods.Resource-incoming-references (Total Keys: 22)
1 parent 758984f commit 2176c34

9 files changed

+111
-27
lines changed
 

‎docs/dyn/healthcare_v1.projects.locations.datasets.fhirStores.fhir.html

+4-4
Large diffs are not rendered by default.

‎docs/dyn/healthcare_v1.projects.locations.datasets.hl7V2Stores.messages.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h3>Method Details</h3>
109109
<pre>Parses and stores an HL7v2 message. This method triggers an asynchronous notification to any Pub/Sub topic configured in Hl7V2Store.Hl7V2NotificationConfig, if the filtering matches the message. If an MLLP adapter is configured to listen to a Pub/Sub topic, the adapter transmits the message when a notification is received.
110110

111111
Args:
112-
parent: string, The name of the dataset this message belongs to. (required)
112+
parent: string, The name of the HL7v2 store this message belongs to. (required)
113113
body: object, The request body.
114114
The object takes the form of:
115115

‎docs/dyn/healthcare_v1.projects.locations.datasets.operations.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h2>Instance Methods</h2>
8585
<p class="firstline">Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.</p>
8686
<p class="toc_element">
8787
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
88-
<p class="firstline">Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.</p>
88+
<p class="firstline">Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.</p>
8989
<p class="toc_element">
9090
<code><a href="#list_next">list_next()</a></code></p>
9191
<p class="firstline">Retrieves the next page of results.</p>
@@ -156,7 +156,7 @@ <h3>Method Details</h3>
156156

157157
<div class="method">
158158
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
159-
<pre>Lists operations that match the specified filter in the request. If the server doesn&#x27;t support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `&quot;/v1/{name=users/*}/operations&quot;` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.
159+
<pre>Lists operations that match the specified filter in the request. If the server doesn&#x27;t support this method, it returns `UNIMPLEMENTED`.
160160

161161
Args:
162162
name: string, The name of the operation&#x27;s parent resource. (required)

‎docs/dyn/healthcare_v1beta1.projects.locations.datasets.fhirStores.fhir.html

+37-4
Large diffs are not rendered by default.

‎docs/dyn/healthcare_v1beta1.projects.locations.datasets.hl7V2Stores.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ <h3>Method Details</h3>
331331

332332
{ # Request to schedule an export.
333333
&quot;endTime&quot;: &quot;A String&quot;, # The end of the range in `send_time` (MSH.7, https://www.hl7.org/documentcenter/public_temp_2E58C1F9-1C23-BA17-0C6126475344DA9D/wg/conf/HL7MSH.htm) to process. If not specified, the time when the export is scheduled is used. This value has to come after the `start_time` defined below. Only messages whose `send_time` lies in the range `start_time` (inclusive) to `end_time` (exclusive) are exported.
334-
&quot;gcsDestination&quot;: { # The Cloud Storage output destination. The Cloud Healthcare Service Agent requires the `roles/storage.objectAdmin` Cloud IAM roles on the Cloud Storage location. # Export to a Cloud Storage destination.
334+
&quot;gcsDestination&quot;: { # The Cloud Storage output destination. The Cloud Healthcare Service Agent requires the `roles/storage.objectAdmin` Cloud IAM roles on the Cloud Storage location. # Exports to a Cloud Storage destination.
335335
&quot;contentStructure&quot;: &quot;A String&quot;, # The format of the exported HL7v2 message files.
336336
&quot;messageView&quot;: &quot;A String&quot;, # Specifies the parts of the Message resource to include in the export. If not specified, FULL is used.
337337
&quot;uriPrefix&quot;: &quot;A String&quot;, # URI of an existing Cloud Storage directory where the server writes result files, in the format `gs://{bucket-id}/{path/to/destination/dir}`. If there is no trailing slash, the service appends one when composing the object path.

‎docs/dyn/healthcare_v1beta1.projects.locations.datasets.hl7V2Stores.messages.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h3>Method Details</h3>
173173
<pre>Parses and stores an HL7v2 message. This method triggers an asynchronous notification to any Pub/Sub topic configured in Hl7V2Store.Hl7V2NotificationConfig, if the filtering matches the message. If an MLLP adapter is configured to listen to a Pub/Sub topic, the adapter transmits the message when a notification is received.
174174

175175
Args:
176-
parent: string, The name of the dataset this message belongs to. (required)
176+
parent: string, The name of the HL7v2 store this message belongs to. (required)
177177
body: object, The request body.
178178
The object takes the form of:
179179

‎docs/dyn/healthcare_v1beta1.projects.locations.datasets.operations.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h2>Instance Methods</h2>
8585
<p class="firstline">Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.</p>
8686
<p class="toc_element">
8787
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
88-
<p class="firstline">Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.</p>
88+
<p class="firstline">Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.</p>
8989
<p class="toc_element">
9090
<code><a href="#list_next">list_next()</a></code></p>
9191
<p class="firstline">Retrieves the next page of results.</p>
@@ -156,7 +156,7 @@ <h3>Method Details</h3>
156156

157157
<div class="method">
158158
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
159-
<pre>Lists operations that match the specified filter in the request. If the server doesn&#x27;t support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `&quot;/v1/{name=users/*}/operations&quot;` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.
159+
<pre>Lists operations that match the specified filter in the request. If the server doesn&#x27;t support this method, it returns `UNIMPLEMENTED`.
160160

161161
Args:
162162
name: string, The name of the operation&#x27;s parent resource. (required)

‎googleapiclient/discovery_cache/documents/healthcare.v1.json

+5-5
Large diffs are not rendered by default.

‎googleapiclient/discovery_cache/documents/healthcare.v1beta1.json

+58-7
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.