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.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)
  • Loading branch information
yoshi-automation committed Feb 13, 2024
1 parent 8fea3a2 commit 8d2d189
Show file tree
Hide file tree
Showing 18 changed files with 860 additions and 515 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/dyn/healthcare_v1.projects.locations.datasets.hl7V2Stores.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions docs/dyn/healthcare_v1.projects.locations.datasets.html

Large diffs are not rendered by default.

Expand Up @@ -106,12 +106,12 @@ <h3>Method Details</h3>
<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.

Args:
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)
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)
body: object, The request body.
The object takes the form of:

{ # An annotation record.
&quot;annotationSource&quot;: { # AnnotationSource holds the source information of the annotation. # Details of the source.
&quot;annotationSource&quot;: { # AnnotationSource holds the source information of the annotation. # Required. Details of the source.
&quot;cloudHealthcareSource&quot;: { # Cloud Healthcare API resource. # Cloud Healthcare API resource.
&quot;name&quot;: &quot;A String&quot;, # Full path of a Cloud Healthcare API resource.
},
Expand All @@ -133,7 +133,7 @@ <h3>Method Details</h3>
],
&quot;frameIndex&quot;: 42, # 0-based index of the image frame. For example, an image frame in a DICOM instance.
},
&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}`.
&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}`.
&quot;resourceAnnotation&quot;: { # Resource level annotation. # Annotations for resource. For example, classification tags.
&quot;label&quot;: &quot;A String&quot;, # A description of the annotation record.
},
Expand Down Expand Up @@ -162,7 +162,7 @@ <h3>Method Details</h3>
An object of the form:

{ # An annotation record.
&quot;annotationSource&quot;: { # AnnotationSource holds the source information of the annotation. # Details of the source.
&quot;annotationSource&quot;: { # AnnotationSource holds the source information of the annotation. # Required. Details of the source.
&quot;cloudHealthcareSource&quot;: { # Cloud Healthcare API resource. # Cloud Healthcare API resource.
&quot;name&quot;: &quot;A String&quot;, # Full path of a Cloud Healthcare API resource.
},
Expand All @@ -184,7 +184,7 @@ <h3>Method Details</h3>
],
&quot;frameIndex&quot;: 42, # 0-based index of the image frame. For example, an image frame in a DICOM instance.
},
&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}`.
&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}`.
&quot;resourceAnnotation&quot;: { # Resource level annotation. # Annotations for resource. For example, classification tags.
&quot;label&quot;: &quot;A String&quot;, # A description of the annotation record.
},
Expand All @@ -210,7 +210,7 @@ <h3>Method Details</h3>
<pre>Deletes an Annotation or returns NOT_FOUND if it does not exist.

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

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

{ # An annotation record.
&quot;annotationSource&quot;: { # AnnotationSource holds the source information of the annotation. # Details of the source.
&quot;annotationSource&quot;: { # AnnotationSource holds the source information of the annotation. # Required. Details of the source.
&quot;cloudHealthcareSource&quot;: { # Cloud Healthcare API resource. # Cloud Healthcare API resource.
&quot;name&quot;: &quot;A String&quot;, # Full path of a Cloud Healthcare API resource.
},
Expand All @@ -260,7 +260,7 @@ <h3>Method Details</h3>
],
&quot;frameIndex&quot;: 42, # 0-based index of the image frame. For example, an image frame in a DICOM instance.
},
&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}`.
&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}`.
&quot;resourceAnnotation&quot;: { # Resource level annotation. # Annotations for resource. For example, classification tags.
&quot;label&quot;: &quot;A String&quot;, # A description of the annotation record.
},
Expand All @@ -286,7 +286,7 @@ <h3>Method Details</h3>
<pre>Lists the Annotations in the given Annotation store for a source resource.

Args:
parent: string, Name of the Annotation store to retrieve Annotations from. (required)
parent: string, Required. Name of the Annotation store to retrieve Annotations from. (required)
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`.
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.
pageToken: string, The next_page_token value returned from the previous List request, if any.
Expand All @@ -306,7 +306,7 @@ <h3>Method Details</h3>
{ # Lists the Annotations in the specified Annotation store.
&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.
{ # An annotation record.
&quot;annotationSource&quot;: { # AnnotationSource holds the source information of the annotation. # Details of the source.
&quot;annotationSource&quot;: { # AnnotationSource holds the source information of the annotation. # Required. Details of the source.
&quot;cloudHealthcareSource&quot;: { # Cloud Healthcare API resource. # Cloud Healthcare API resource.
&quot;name&quot;: &quot;A String&quot;, # Full path of a Cloud Healthcare API resource.
},
Expand All @@ -328,7 +328,7 @@ <h3>Method Details</h3>
],
&quot;frameIndex&quot;: 42, # 0-based index of the image frame. For example, an image frame in a DICOM instance.
},
&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}`.
&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}`.
&quot;resourceAnnotation&quot;: { # Resource level annotation. # Annotations for resource. For example, classification tags.
&quot;label&quot;: &quot;A String&quot;, # A description of the annotation record.
},
Expand Down Expand Up @@ -371,12 +371,12 @@ <h3>Method Details</h3>
<pre>Updates the Annotation.

Args:
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)
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)
body: object, The request body.
The object takes the form of:

{ # An annotation record.
&quot;annotationSource&quot;: { # AnnotationSource holds the source information of the annotation. # Details of the source.
&quot;annotationSource&quot;: { # AnnotationSource holds the source information of the annotation. # Required. Details of the source.
&quot;cloudHealthcareSource&quot;: { # Cloud Healthcare API resource. # Cloud Healthcare API resource.
&quot;name&quot;: &quot;A String&quot;, # Full path of a Cloud Healthcare API resource.
},
Expand All @@ -398,7 +398,7 @@ <h3>Method Details</h3>
],
&quot;frameIndex&quot;: 42, # 0-based index of the image frame. For example, an image frame in a DICOM instance.
},
&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}`.
&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}`.
&quot;resourceAnnotation&quot;: { # Resource level annotation. # Annotations for resource. For example, classification tags.
&quot;label&quot;: &quot;A String&quot;, # A description of the annotation record.
},
Expand All @@ -418,7 +418,7 @@ <h3>Method Details</h3>
},
}

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
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
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand All @@ -428,7 +428,7 @@ <h3>Method Details</h3>
An object of the form:

{ # An annotation record.
&quot;annotationSource&quot;: { # AnnotationSource holds the source information of the annotation. # Details of the source.
&quot;annotationSource&quot;: { # AnnotationSource holds the source information of the annotation. # Required. Details of the source.
&quot;cloudHealthcareSource&quot;: { # Cloud Healthcare API resource. # Cloud Healthcare API resource.
&quot;name&quot;: &quot;A String&quot;, # Full path of a Cloud Healthcare API resource.
},
Expand All @@ -450,7 +450,7 @@ <h3>Method Details</h3>
],
&quot;frameIndex&quot;: 42, # 0-based index of the image frame. For example, an image frame in a DICOM instance.
},
&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}`.
&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}`.
&quot;resourceAnnotation&quot;: { # Resource level annotation. # Annotations for resource. For example, classification tags.
&quot;label&quot;: &quot;A String&quot;, # A description of the annotation record.
},
Expand Down

0 comments on commit 8d2d189

Please sign in to comment.