Skip to content

Commit

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

The following keys were changed:
- resources.projects.resources.locations.methods.list.parameters.pageSize.description

#### healthcare:v1

The following keys were added:
- schemas.FhirStore.properties.defaultSearchHandlingStrict.description
- schemas.FhirStore.properties.defaultSearchHandlingStrict.type

The following keys were changed:
- resources.projects.resources.locations.methods.list.parameters.pageSize.description
  • Loading branch information
yoshi-automation authored and bcoe committed May 3, 2021
1 parent 97d89ee commit 5d0cd8e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
8 changes: 6 additions & 2 deletions discovery/healthcare-v1.json
Expand Up @@ -156,7 +156,7 @@
"type": "string"
},
"pageSize": {
"description": "The maximum number of results to return. If not set, the service will select a default.",
"description": "The maximum number of results to return. If not set, the service selects a default.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -3916,7 +3916,7 @@
}
}
},
"revision": "20210407",
"revision": "20210414",
"rootUrl": "https://healthcare.googleapis.com/",
"schemas": {
"ActivateConsentRequest": {
Expand Down Expand Up @@ -4714,6 +4714,10 @@
"description": "Represents a FHIR store.",
"id": "FhirStore",
"properties": {
"defaultSearchHandlingStrict": {
"description": "If true, overrides the default search behavior for this FHIR store to `handling=strict` which returns an error for unrecognized search parameters. If false, uses the FHIR specification default `handling=lenient` which ignores unrecognized search parameters. The handling can always be changed from the default on an individual API call by setting the HTTP header `Prefer: handling=strict` or `Prefer: handling=lenient`.",
"type": "boolean"
},
"disableReferentialIntegrity": {
"description": "Immutable. Whether to disable referential integrity in this FHIR store. This field is immutable after FHIR store creation. The default value is false, meaning that the API enforces referential integrity and fails the requests that result in inconsistent state in the FHIR store. When this field is set to true, the API skips referential integrity checks. Consequently, operations that rely on references, such as GetPatientEverything, do not return all the results if broken references exist.",
"type": "boolean"
Expand Down
4 changes: 2 additions & 2 deletions discovery/healthcare-v1beta1.json
Expand Up @@ -156,7 +156,7 @@
"type": "string"
},
"pageSize": {
"description": "The maximum number of results to return. If not set, the service will select a default.",
"description": "The maximum number of results to return. If not set, the service selects a default.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -4837,7 +4837,7 @@
}
}
},
"revision": "20210407",
"revision": "20210414",
"rootUrl": "https://healthcare.googleapis.com/",
"schemas": {
"ActivateConsentRequest": {
Expand Down
13 changes: 11 additions & 2 deletions src/apis/healthcare/v1.ts
Expand Up @@ -686,6 +686,10 @@ export namespace healthcare_v1 {
* Represents a FHIR store.
*/
export interface Schema$FhirStore {
/**
* If true, overrides the default search behavior for this FHIR store to `handling=strict` which returns an error for unrecognized search parameters. If false, uses the FHIR specification default `handling=lenient` which ignores unrecognized search parameters. The handling can always be changed from the default on an individual API call by setting the HTTP header `Prefer: handling=strict` or `Prefer: handling=lenient`.
*/
defaultSearchHandlingStrict?: boolean | null;
/**
* Immutable. Whether to disable referential integrity in this FHIR store. This field is immutable after FHIR store creation. The default value is false, meaning that the API enforces referential integrity and fails the requests that result in inconsistent state in the FHIR store. When this field is set to true, the API skips referential integrity checks. Consequently, operations that rely on references, such as GetPatientEverything, do not return all the results if broken references exist.
*/
Expand Down Expand Up @@ -1926,7 +1930,7 @@ export namespace healthcare_v1 {
* filter: 'placeholder-value',
* // The resource that owns the locations collection, if applicable.
* name: 'projects/my-project',
* // The maximum number of results to return. If not set, the service will select a default.
* // The maximum number of results to return. If not set, the service selects a default.
* pageSize: 'placeholder-value',
* // A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
* pageToken: 'placeholder-value',
Expand Down Expand Up @@ -2055,7 +2059,7 @@ export namespace healthcare_v1 {
*/
name?: string;
/**
* The maximum number of results to return. If not set, the service will select a default.
* The maximum number of results to return. If not set, the service selects a default.
*/
pageSize?: number;
/**
Expand Down Expand Up @@ -13829,6 +13833,7 @@ export namespace healthcare_v1 {
* requestBody: {
* // request body parameters
* // {
* // "defaultSearchHandlingStrict": false,
* // "disableReferentialIntegrity": false,
* // "disableResourceVersioning": false,
* // "enableUpdateCreate": false,
Expand All @@ -13844,6 +13849,7 @@ export namespace healthcare_v1 {
*
* // Example response
* // {
* // "defaultSearchHandlingStrict": false,
* // "disableReferentialIntegrity": false,
* // "disableResourceVersioning": false,
* // "enableUpdateCreate": false,
Expand Down Expand Up @@ -14392,6 +14398,7 @@ export namespace healthcare_v1 {
*
* // Example response
* // {
* // "defaultSearchHandlingStrict": false,
* // "disableReferentialIntegrity": false,
* // "disableResourceVersioning": false,
* // "enableUpdateCreate": false,
Expand Down Expand Up @@ -14946,6 +14953,7 @@ export namespace healthcare_v1 {
* requestBody: {
* // request body parameters
* // {
* // "defaultSearchHandlingStrict": false,
* // "disableReferentialIntegrity": false,
* // "disableResourceVersioning": false,
* // "enableUpdateCreate": false,
Expand All @@ -14961,6 +14969,7 @@ export namespace healthcare_v1 {
*
* // Example response
* // {
* // "defaultSearchHandlingStrict": false,
* // "disableReferentialIntegrity": false,
* // "disableResourceVersioning": false,
* // "enableUpdateCreate": false,
Expand Down
4 changes: 2 additions & 2 deletions src/apis/healthcare/v1beta1.ts
Expand Up @@ -2483,7 +2483,7 @@ export namespace healthcare_v1beta1 {
* filter: 'placeholder-value',
* // The resource that owns the locations collection, if applicable.
* name: 'projects/my-project',
* // The maximum number of results to return. If not set, the service will select a default.
* // The maximum number of results to return. If not set, the service selects a default.
* pageSize: 'placeholder-value',
* // A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
* pageToken: 'placeholder-value',
Expand Down Expand Up @@ -2612,7 +2612,7 @@ export namespace healthcare_v1beta1 {
*/
name?: string;
/**
* The maximum number of results to return. If not set, the service will select a default.
* The maximum number of results to return. If not set, the service selects a default.
*/
pageSize?: number;
/**
Expand Down

0 comments on commit 5d0cd8e

Please sign in to comment.