Skip to content

Commit

Permalink
fix(healthcare): update the API
Browse files Browse the repository at this point in the history
#### healthcare:v1
The following keys were changed:
- schemas.ExportDicomDataRequest.properties.bigqueryDestination.description
- schemas.ExportDicomDataRequest.properties.gcsDestination.description
- schemas.ExportResourcesRequest.properties.bigqueryDestination.description
- schemas.FhirStore.properties.enableUpdateCreate.description
- schemas.ImportDicomDataRequest.properties.gcsSource.description

#### healthcare:v1beta1
The following keys were changed:
- schemas.AttributeDefinition.properties.allowedValues.description
- schemas.ExportDicomDataRequest.properties.bigqueryDestination.description
- schemas.ExportDicomDataRequest.properties.gcsDestination.description
- schemas.ExportResourcesRequest.properties.bigqueryDestination.description
- schemas.ExportResourcesRequest.properties.gcsDestination.description
- schemas.FhirStore.properties.enableUpdateCreate.description
- schemas.GoogleCloudHealthcareV1beta1ConsentPolicy.properties.authorizationRule.description
- schemas.ImportDicomDataRequest.properties.gcsSource.description
- schemas.ImportMessagesRequest.properties.gcsSource.description
- schemas.ImportResourcesRequest.properties.gcsSource.description
  • Loading branch information
yoshi-automation authored and sofisl committed Oct 20, 2020
1 parent c4a245a commit 4c27d1a
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
12 changes: 6 additions & 6 deletions discovery/healthcare-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2769,7 +2769,7 @@
}
}
},
"revision": "20200924",
"revision": "20201006",
"rootUrl": "https://healthcare.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -3073,11 +3073,11 @@
"properties": {
"bigqueryDestination": {
"$ref": "GoogleCloudHealthcareV1DicomBigQueryDestination",
"description": "The BigQuery output destination. You can only export to a BigQuery dataset that's in the same project as the DICOM store you're exporting from. The BigQuery location requires two IAM roles: `roles/bigquery.dataEditor` and `roles/bigquery.jobUser`."
"description": "The BigQuery output destination. You can only export to a BigQuery dataset that's in the same project as the DICOM store you're exporting from. The Cloud Healthcare Service Agent requires two IAM roles on the BigQuery location: `roles/bigquery.dataEditor` and `roles/bigquery.jobUser`."
},
"gcsDestination": {
"$ref": "GoogleCloudHealthcareV1DicomGcsDestination",
"description": "The Cloud Storage output destination. The Cloud Storage location requires the `roles/storage.objectAdmin` Cloud IAM role."
"description": "The Cloud Storage output destination. The Cloud Healthcare Service Agent requires the `roles/storage.objectAdmin` Cloud IAM roles on the Cloud Storage location."
}
},
"type": "object"
Expand All @@ -3094,7 +3094,7 @@
"properties": {
"bigqueryDestination": {
"$ref": "GoogleCloudHealthcareV1FhirBigQueryDestination",
"description": "The BigQuery output destination. The BigQuery location requires two IAM roles: `roles/bigquery.dataEditor` and `roles/bigquery.jobUser`. The output is one BigQuery table per resource type."
"description": "The BigQuery output destination. The Cloud Healthcare Service Agent requires two IAM roles on the BigQuery location: `roles/bigquery.dataEditor` and `roles/bigquery.jobUser`. The output is one BigQuery table per resource type."
},
"gcsDestination": {
"$ref": "GoogleCloudHealthcareV1FhirGcsDestination",
Expand Down Expand Up @@ -3170,7 +3170,7 @@
"type": "boolean"
},
"enableUpdateCreate": {
"description": "Whether this FHIR store has the [updateCreate capability](https://www.hl7.org/fhir/capabilitystatement-definitions.html#CapabilityStatement.rest.resource.updateCreate). This determines if the client can use an Update operation to create a new resource with a client-specified ID. If false, all IDs are server-assigned through the Create operation and attempts to update a non-existent resource return errors. Please treat the audit logs with appropriate levels of care if client-specified resource IDs contain sensitive data such as patient identifiers, those IDs are part of the FHIR resource path recorded in Cloud audit logs and Cloud Pub/Sub notifications.",
"description": "Whether this FHIR store has the [updateCreate capability](https://www.hl7.org/fhir/capabilitystatement-definitions.html#CapabilityStatement.rest.resource.updateCreate). This determines if the client can use an Update operation to create a new resource with a client-specified ID. If false, all IDs are server-assigned through the Create operation and attempts to update a non-existent resource return errors. Be careful with the audit logs if client-specified resource IDs contain sensitive data such as patient identifiers, those IDs are part of the FHIR resource path recorded in Cloud audit logs and Cloud Pub/Sub notifications.",
"type": "boolean"
},
"labels": {
Expand Down Expand Up @@ -3442,7 +3442,7 @@
"properties": {
"gcsSource": {
"$ref": "GoogleCloudHealthcareV1DicomGcsSource",
"description": "Cloud Storage source data location and import configuration. The Cloud Storage location requires the `roles/storage.objectViewer` Cloud IAM role."
"description": "Cloud Storage source data location and import configuration. The Cloud Healthcare Service Agent requires the `roles/storage.objectViewer` Cloud IAM roles on the Cloud Storage location."
}
},
"type": "object"
Expand Down
22 changes: 11 additions & 11 deletions discovery/healthcare-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4645,7 +4645,7 @@
}
}
},
"revision": "20200924",
"revision": "20201006",
"rootUrl": "https://healthcare.googleapis.com/",
"schemas": {
"ActivateConsentRequest": {
Expand Down Expand Up @@ -4782,7 +4782,7 @@
"id": "AttributeDefinition",
"properties": {
"allowedValues": {
"description": "Required. Possible values for the attribute. An empty list is invalid. The list can only be expanded after creation.",
"description": "Required. Possible values for the attribute. The number of allowed values must not exceed 100. An empty list is invalid. The list can only be expanded after creation.",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -5554,11 +5554,11 @@
"properties": {
"bigqueryDestination": {
"$ref": "GoogleCloudHealthcareV1beta1DicomBigQueryDestination",
"description": "The BigQuery output destination. You can only export to a BigQuery dataset that's in the same project as the DICOM store you're exporting from. The BigQuery location requires two IAM roles: `roles/bigquery.dataEditor` and `roles/bigquery.jobUser`."
"description": "The BigQuery output destination. You can only export to a BigQuery dataset that's in the same project as the DICOM store you're exporting from. The Cloud Healthcare Service Agent requires two IAM roles on the BigQuery location: `roles/bigquery.dataEditor` and `roles/bigquery.jobUser`."
},
"gcsDestination": {
"$ref": "GoogleCloudHealthcareV1beta1DicomGcsDestination",
"description": "The Cloud Storage output destination. The Cloud Storage location requires the `roles/storage.objectAdmin` Cloud IAM role."
"description": "The Cloud Storage output destination. The Cloud Healthcare Service Agent requires the `roles/storage.objectAdmin` Cloud IAM roles on the Cloud Storage location."
}
},
"type": "object"
Expand All @@ -5575,11 +5575,11 @@
"properties": {
"bigqueryDestination": {
"$ref": "GoogleCloudHealthcareV1beta1FhirBigQueryDestination",
"description": "The BigQuery output destination. The BigQuery location requires two IAM roles: `roles/bigquery.dataEditor` and `roles/bigquery.jobUser`. The output is one BigQuery table per resource type."
"description": "The BigQuery output destination. The Cloud Healthcare Service Agent requires two IAM roles on the BigQuery location: `roles/bigquery.dataEditor` and `roles/bigquery.jobUser`. The output is one BigQuery table per resource type."
},
"gcsDestination": {
"$ref": "GoogleCloudHealthcareV1beta1FhirGcsDestination",
"description": "The Cloud Storage output destination. The Cloud Storage location requires the `roles/storage.objectAdmin` Cloud IAM role. The exported outputs are organized by FHIR resource types. The server creates one object per resource type. Each object contains newline delimited JSON, and each line is a FHIR resource."
"description": "The Cloud Storage output destination. The Cloud Healthcare Service Agent requires the `roles/storage.objectAdmin` Cloud IAM roles on the Cloud Storage location. The exported outputs are organized by FHIR resource types. The server creates one object per resource type. Each object contains newline delimited JSON, and each line is a FHIR resource."
}
},
"type": "object"
Expand Down Expand Up @@ -5649,7 +5649,7 @@
"type": "boolean"
},
"enableUpdateCreate": {
"description": "Whether this FHIR store has the [updateCreate capability](https://www.hl7.org/fhir/capabilitystatement-definitions.html#CapabilityStatement.rest.resource.updateCreate). This determines if the client can use an Update operation to create a new resource with a client-specified ID. If false, all IDs are server-assigned through the Create operation and attempts to update a non-existent resource return errors. Please treat the audit logs with appropriate levels of care if client-specified resource IDs contain sensitive data such as patient identifiers, those IDs are part of the FHIR resource path recorded in Cloud audit logs and Cloud Pub/Sub notifications.",
"description": "Whether this FHIR store has the [updateCreate capability](https://www.hl7.org/fhir/capabilitystatement-definitions.html#CapabilityStatement.rest.resource.updateCreate). This determines if the client can use an Update operation to create a new resource with a client-specified ID. If false, all IDs are server-assigned through the Create operation and attempts to update a non-existent resource return errors. Be careful with the audit logs if client-specified resource IDs contain sensitive data such as patient identifiers, those IDs are part of the FHIR resource path recorded in Cloud audit logs and Cloud Pub/Sub notifications.",
"type": "boolean"
},
"labels": {
Expand Down Expand Up @@ -5883,7 +5883,7 @@
"properties": {
"authorizationRule": {
"$ref": "Expr",
"description": "The request conditions to meet to grant access."
"description": "The request conditions to meet to grant access. In addition to any supported comparison operators, authorization rules may have `IN` operator as well as at most 10 logical operators that are limited to `AND` (`&&`), `OR` (`||`)."
},
"resourceAttributes": {
"description": "The data resources that this policy applies to. A data resource is a match if it matches all the attributes listed here.",
Expand Down Expand Up @@ -6356,7 +6356,7 @@
"properties": {
"gcsSource": {
"$ref": "GoogleCloudHealthcareV1beta1DicomGcsSource",
"description": "Cloud Storage source data location and import configuration. The Cloud Storage location requires the `roles/storage.objectViewer` Cloud IAM role."
"description": "Cloud Storage source data location and import configuration. The Cloud Healthcare Service Agent requires the `roles/storage.objectViewer` Cloud IAM roles on the Cloud Storage location."
}
},
"type": "object"
Expand All @@ -6373,7 +6373,7 @@
"properties": {
"gcsSource": {
"$ref": "GcsSource",
"description": "Cloud Storage source data location and import configuration. The Cloud Storage location requires the `roles/storage.objectViewer` Cloud IAM role."
"description": "Cloud Storage source data location and import configuration. The Cloud Healthcare Service Agent requires the `roles/storage.objectViewer` Cloud IAM roles on the Cloud Storage location."
}
},
"type": "object"
Expand Down Expand Up @@ -6408,7 +6408,7 @@
},
"gcsSource": {
"$ref": "GoogleCloudHealthcareV1beta1FhirGcsSource",
"description": "Cloud Storage source data location and import configuration. The Cloud Storage location requires the `roles/storage.objectViewer` Cloud IAM role. The Healthcare Service Agent Each Cloud Storage object should be a text file that contains the format specified in ContentStructure."
"description": "Cloud Storage source data location and import configuration. The Cloud Healthcare Service Agent requires the `roles/storage.objectViewer` Cloud IAM roles on the Cloud Storage location. The Healthcare Service Agent Each Cloud Storage object should be a text file that contains the format specified in ContentStructure."
}
},
"type": "object"
Expand Down
10 changes: 5 additions & 5 deletions src/apis/healthcare/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -351,11 +351,11 @@ export namespace healthcare_v1 {
*/
export interface Schema$ExportDicomDataRequest {
/**
* The BigQuery output destination. You can only export to a BigQuery dataset that's in the same project as the DICOM store you're exporting from. The BigQuery location requires two IAM roles: `roles/bigquery.dataEditor` and `roles/bigquery.jobUser`.
* The BigQuery output destination. You can only export to a BigQuery dataset that's in the same project as the DICOM store you're exporting from. The Cloud Healthcare Service Agent requires two IAM roles on the BigQuery location: `roles/bigquery.dataEditor` and `roles/bigquery.jobUser`.
*/
bigqueryDestination?: Schema$GoogleCloudHealthcareV1DicomBigQueryDestination;
/**
* The Cloud Storage output destination. The Cloud Storage location requires the `roles/storage.objectAdmin` Cloud IAM role.
* The Cloud Storage output destination. The Cloud Healthcare Service Agent requires the `roles/storage.objectAdmin` Cloud IAM roles on the Cloud Storage location.
*/
gcsDestination?: Schema$GoogleCloudHealthcareV1DicomGcsDestination;
}
Expand All @@ -368,7 +368,7 @@ export namespace healthcare_v1 {
*/
export interface Schema$ExportResourcesRequest {
/**
* The BigQuery output destination. The BigQuery location requires two IAM roles: `roles/bigquery.dataEditor` and `roles/bigquery.jobUser`. The output is one BigQuery table per resource type.
* The BigQuery output destination. The Cloud Healthcare Service Agent requires two IAM roles on the BigQuery location: `roles/bigquery.dataEditor` and `roles/bigquery.jobUser`. The output is one BigQuery table per resource type.
*/
bigqueryDestination?: Schema$GoogleCloudHealthcareV1FhirBigQueryDestination;
/**
Expand Down Expand Up @@ -432,7 +432,7 @@ export namespace healthcare_v1 {
*/
disableResourceVersioning?: boolean | null;
/**
* Whether this FHIR store has the [updateCreate capability](https://www.hl7.org/fhir/capabilitystatement-definitions.html#CapabilityStatement.rest.resource.updateCreate). This determines if the client can use an Update operation to create a new resource with a client-specified ID. If false, all IDs are server-assigned through the Create operation and attempts to update a non-existent resource return errors. Please treat the audit logs with appropriate levels of care if client-specified resource IDs contain sensitive data such as patient identifiers, those IDs are part of the FHIR resource path recorded in Cloud audit logs and Cloud Pub/Sub notifications.
* Whether this FHIR store has the [updateCreate capability](https://www.hl7.org/fhir/capabilitystatement-definitions.html#CapabilityStatement.rest.resource.updateCreate). This determines if the client can use an Update operation to create a new resource with a client-specified ID. If false, all IDs are server-assigned through the Create operation and attempts to update a non-existent resource return errors. Be careful with the audit logs if client-specified resource IDs contain sensitive data such as patient identifiers, those IDs are part of the FHIR resource path recorded in Cloud audit logs and Cloud Pub/Sub notifications.
*/
enableUpdateCreate?: boolean | null;
/**
Expand Down Expand Up @@ -616,7 +616,7 @@ export namespace healthcare_v1 {
*/
export interface Schema$ImportDicomDataRequest {
/**
* Cloud Storage source data location and import configuration. The Cloud Storage location requires the `roles/storage.objectViewer` Cloud IAM role.
* Cloud Storage source data location and import configuration. The Cloud Healthcare Service Agent requires the `roles/storage.objectViewer` Cloud IAM roles on the Cloud Storage location.
*/
gcsSource?: Schema$GoogleCloudHealthcareV1DicomGcsSource;
}
Expand Down
Loading

0 comments on commit 4c27d1a

Please sign in to comment.