Skip to content

Commit 8d2d189

Browse files
feat(healthcare): update the api
#### healthcare:v1 The following keys were added: - resources.projects.resources.locations.resources.datasets.resources.fhirStores.methods.rollback (Total Keys: 12) - schemas.Message.properties.name.readOnly (Total Keys: 1) - schemas.RollbackFhirResourceFilteringFields (Total Keys: 6) - schemas.RollbackFhirResourcesRequest (Total Keys: 12) - schemas.RollbackFhirResourcesResponse (Total Keys: 3) #### healthcare:v1beta1 The following keys were added: - resources.projects.resources.locations.resources.datasets.resources.fhirStores.methods.explainDataAccess (Total Keys: 13) - schemas.ConsentAccessorScope (Total Keys: 5) - schemas.ExplainDataAccessConsentInfo (Total Keys: 13) - schemas.ExplainDataAccessConsentScope (Total Keys: 8) - schemas.ExplainDataAccessResponse (Total Keys: 5) - schemas.Message.properties.name.readOnly (Total Keys: 1)
1 parent 8fea3a2 commit 8d2d189

18 files changed

+860
-515
lines changed

docs/dyn/healthcare_v1.projects.locations.datasets.consentStores.consents.html

Lines changed: 11 additions & 11 deletions
Large diffs are not rendered by default.

docs/dyn/healthcare_v1.projects.locations.datasets.consentStores.html

Lines changed: 10 additions & 10 deletions
Large diffs are not rendered by default.

docs/dyn/healthcare_v1.projects.locations.datasets.dicomStores.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

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

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

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

Lines changed: 19 additions & 19 deletions
Large diffs are not rendered by default.

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

Lines changed: 25 additions & 25 deletions
Large diffs are not rendered by default.

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

Lines changed: 15 additions & 15 deletions
Large diffs are not rendered by default.

docs/dyn/healthcare_v1beta1.projects.locations.datasets.annotationStores.annotations.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ <h3>Method Details</h3>
106106
<pre>Creates a new Annotation record. It is valid to create Annotation objects for the same source more than once since a unique ID is assigned to each record by this service.
107107

108108
Args:
109-
parent: string, The name of the Annotation store this annotation belongs to. For example, `projects/my-project/locations/us-central1/datasets/mydataset/annotationStores/myannotationstore`. (required)
109+
parent: string, Required. The name of the Annotation store this annotation belongs to. For example, `projects/my-project/locations/us-central1/datasets/mydataset/annotationStores/myannotationstore`. (required)
110110
body: object, The request body.
111111
The object takes the form of:
112112

113113
{ # An annotation record.
114-
&quot;annotationSource&quot;: { # AnnotationSource holds the source information of the annotation. # Details of the source.
114+
&quot;annotationSource&quot;: { # AnnotationSource holds the source information of the annotation. # Required. Details of the source.
115115
&quot;cloudHealthcareSource&quot;: { # Cloud Healthcare API resource. # Cloud Healthcare API resource.
116116
&quot;name&quot;: &quot;A String&quot;, # Full path of a Cloud Healthcare API resource.
117117
},
@@ -133,7 +133,7 @@ <h3>Method Details</h3>
133133
],
134134
&quot;frameIndex&quot;: 42, # 0-based index of the image frame. For example, an image frame in a DICOM instance.
135135
},
136-
&quot;name&quot;: &quot;A String&quot;, # Resource name of the Annotation, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}/annotations/{annotation_id}`.
136+
&quot;name&quot;: &quot;A String&quot;, # Identifier. Resource name of the Annotation, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}/annotations/{annotation_id}`.
137137
&quot;resourceAnnotation&quot;: { # Resource level annotation. # Annotations for resource. For example, classification tags.
138138
&quot;label&quot;: &quot;A String&quot;, # A description of the annotation record.
139139
},
@@ -162,7 +162,7 @@ <h3>Method Details</h3>
162162
An object of the form:
163163

164164
{ # An annotation record.
165-
&quot;annotationSource&quot;: { # AnnotationSource holds the source information of the annotation. # Details of the source.
165+
&quot;annotationSource&quot;: { # AnnotationSource holds the source information of the annotation. # Required. Details of the source.
166166
&quot;cloudHealthcareSource&quot;: { # Cloud Healthcare API resource. # Cloud Healthcare API resource.
167167
&quot;name&quot;: &quot;A String&quot;, # Full path of a Cloud Healthcare API resource.
168168
},
@@ -184,7 +184,7 @@ <h3>Method Details</h3>
184184
],
185185
&quot;frameIndex&quot;: 42, # 0-based index of the image frame. For example, an image frame in a DICOM instance.
186186
},
187-
&quot;name&quot;: &quot;A String&quot;, # Resource name of the Annotation, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}/annotations/{annotation_id}`.
187+
&quot;name&quot;: &quot;A String&quot;, # Identifier. Resource name of the Annotation, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}/annotations/{annotation_id}`.
188188
&quot;resourceAnnotation&quot;: { # Resource level annotation. # Annotations for resource. For example, classification tags.
189189
&quot;label&quot;: &quot;A String&quot;, # A description of the annotation record.
190190
},
@@ -210,7 +210,7 @@ <h3>Method Details</h3>
210210
<pre>Deletes an Annotation or returns NOT_FOUND if it does not exist.
211211

212212
Args:
213-
name: string, The resource name of the Annotation to delete. (required)
213+
name: string, Required. The resource name of the Annotation to delete. (required)
214214
x__xgafv: string, V1 error format.
215215
Allowed values
216216
1 - v1 error format
@@ -228,7 +228,7 @@ <h3>Method Details</h3>
228228
<pre>Gets an Annotation.
229229

230230
Args:
231-
name: string, The resource name of the Annotation to retrieve. (required)
231+
name: string, Required. The resource name of the Annotation to retrieve. (required)
232232
x__xgafv: string, V1 error format.
233233
Allowed values
234234
1 - v1 error format
@@ -238,7 +238,7 @@ <h3>Method Details</h3>
238238
An object of the form:
239239

240240
{ # An annotation record.
241-
&quot;annotationSource&quot;: { # AnnotationSource holds the source information of the annotation. # Details of the source.
241+
&quot;annotationSource&quot;: { # AnnotationSource holds the source information of the annotation. # Required. Details of the source.
242242
&quot;cloudHealthcareSource&quot;: { # Cloud Healthcare API resource. # Cloud Healthcare API resource.
243243
&quot;name&quot;: &quot;A String&quot;, # Full path of a Cloud Healthcare API resource.
244244
},
@@ -260,7 +260,7 @@ <h3>Method Details</h3>
260260
],
261261
&quot;frameIndex&quot;: 42, # 0-based index of the image frame. For example, an image frame in a DICOM instance.
262262
},
263-
&quot;name&quot;: &quot;A String&quot;, # Resource name of the Annotation, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}/annotations/{annotation_id}`.
263+
&quot;name&quot;: &quot;A String&quot;, # Identifier. Resource name of the Annotation, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}/annotations/{annotation_id}`.
264264
&quot;resourceAnnotation&quot;: { # Resource level annotation. # Annotations for resource. For example, classification tags.
265265
&quot;label&quot;: &quot;A String&quot;, # A description of the annotation record.
266266
},
@@ -286,7 +286,7 @@ <h3>Method Details</h3>
286286
<pre>Lists the Annotations in the given Annotation store for a source resource.
287287

288288
Args:
289-
parent: string, Name of the Annotation store to retrieve Annotations from. (required)
289+
parent: string, Required. Name of the Annotation store to retrieve Annotations from. (required)
290290
filter: string, Restricts Annotations returned to those matching a filter. Functions available for filtering are: - `matches(&quot;annotation_source.cloud_healthcare_source.name&quot;, substring)`. Filter on `cloud_healthcare_source.name`. For example: `matches(&quot;annotation_source.cloud_healthcare_source.name&quot;, &quot;some source&quot;)`. - `matches(&quot;annotation&quot;, substring)`. Filter on all fields of annotation. For example: `matches(&quot;annotation&quot;, &quot;some-content&quot;)`. - `type(&quot;text&quot;)`, `type(&quot;image&quot;)`, `type(&quot;resource&quot;)`. Filter on the type of annotation `data`.
291291
pageSize: integer, Limit on the number of Annotations to return in a single response. If not specified, 100 is used. May not be larger than 1000.
292292
pageToken: string, The next_page_token value returned from the previous List request, if any.
@@ -306,7 +306,7 @@ <h3>Method Details</h3>
306306
{ # Lists the Annotations in the specified Annotation store.
307307
&quot;annotations&quot;: [ # The returned Annotations. Won&#x27;t be more values than the value of page_size in the request. See `AnnotationView` in the request for populated fields.
308308
{ # An annotation record.
309-
&quot;annotationSource&quot;: { # AnnotationSource holds the source information of the annotation. # Details of the source.
309+
&quot;annotationSource&quot;: { # AnnotationSource holds the source information of the annotation. # Required. Details of the source.
310310
&quot;cloudHealthcareSource&quot;: { # Cloud Healthcare API resource. # Cloud Healthcare API resource.
311311
&quot;name&quot;: &quot;A String&quot;, # Full path of a Cloud Healthcare API resource.
312312
},
@@ -328,7 +328,7 @@ <h3>Method Details</h3>
328328
],
329329
&quot;frameIndex&quot;: 42, # 0-based index of the image frame. For example, an image frame in a DICOM instance.
330330
},
331-
&quot;name&quot;: &quot;A String&quot;, # Resource name of the Annotation, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}/annotations/{annotation_id}`.
331+
&quot;name&quot;: &quot;A String&quot;, # Identifier. Resource name of the Annotation, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}/annotations/{annotation_id}`.
332332
&quot;resourceAnnotation&quot;: { # Resource level annotation. # Annotations for resource. For example, classification tags.
333333
&quot;label&quot;: &quot;A String&quot;, # A description of the annotation record.
334334
},
@@ -371,12 +371,12 @@ <h3>Method Details</h3>
371371
<pre>Updates the Annotation.
372372

373373
Args:
374-
name: string, Resource name of the Annotation, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}/annotations/{annotation_id}`. (required)
374+
name: string, Identifier. Resource name of the Annotation, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}/annotations/{annotation_id}`. (required)
375375
body: object, The request body.
376376
The object takes the form of:
377377

378378
{ # An annotation record.
379-
&quot;annotationSource&quot;: { # AnnotationSource holds the source information of the annotation. # Details of the source.
379+
&quot;annotationSource&quot;: { # AnnotationSource holds the source information of the annotation. # Required. Details of the source.
380380
&quot;cloudHealthcareSource&quot;: { # Cloud Healthcare API resource. # Cloud Healthcare API resource.
381381
&quot;name&quot;: &quot;A String&quot;, # Full path of a Cloud Healthcare API resource.
382382
},
@@ -398,7 +398,7 @@ <h3>Method Details</h3>
398398
],
399399
&quot;frameIndex&quot;: 42, # 0-based index of the image frame. For example, an image frame in a DICOM instance.
400400
},
401-
&quot;name&quot;: &quot;A String&quot;, # Resource name of the Annotation, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}/annotations/{annotation_id}`.
401+
&quot;name&quot;: &quot;A String&quot;, # Identifier. Resource name of the Annotation, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}/annotations/{annotation_id}`.
402402
&quot;resourceAnnotation&quot;: { # Resource level annotation. # Annotations for resource. For example, classification tags.
403403
&quot;label&quot;: &quot;A String&quot;, # A description of the annotation record.
404404
},
@@ -418,7 +418,7 @@ <h3>Method Details</h3>
418418
},
419419
}
420420

421-
updateMask: string, The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
421+
updateMask: string, Required. The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
422422
x__xgafv: string, V1 error format.
423423
Allowed values
424424
1 - v1 error format
@@ -428,7 +428,7 @@ <h3>Method Details</h3>
428428
An object of the form:
429429

430430
{ # An annotation record.
431-
&quot;annotationSource&quot;: { # AnnotationSource holds the source information of the annotation. # Details of the source.
431+
&quot;annotationSource&quot;: { # AnnotationSource holds the source information of the annotation. # Required. Details of the source.
432432
&quot;cloudHealthcareSource&quot;: { # Cloud Healthcare API resource. # Cloud Healthcare API resource.
433433
&quot;name&quot;: &quot;A String&quot;, # Full path of a Cloud Healthcare API resource.
434434
},
@@ -450,7 +450,7 @@ <h3>Method Details</h3>
450450
],
451451
&quot;frameIndex&quot;: 42, # 0-based index of the image frame. For example, an image frame in a DICOM instance.
452452
},
453-
&quot;name&quot;: &quot;A String&quot;, # Resource name of the Annotation, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}/annotations/{annotation_id}`.
453+
&quot;name&quot;: &quot;A String&quot;, # Identifier. Resource name of the Annotation, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}/annotations/{annotation_id}`.
454454
&quot;resourceAnnotation&quot;: { # Resource level annotation. # Annotations for resource. For example, classification tags.
455455
&quot;label&quot;: &quot;A String&quot;, # A description of the annotation record.
456456
},

0 commit comments

Comments
 (0)