Skip to content

Commit 05c4657

Browse files
feat(healthcare): update the api
#### healthcare:v1beta1 The following keys were deleted: - schemas.ExportResourcesHistoryRequest.properties.bigqueryDestination.$ref (Total Keys: 1)
1 parent 0744228 commit 05c4657

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,19 +1260,6 @@ <h3>Method Details</h3>
12601260
{ # Request to export the history of resources.
12611261
&quot;_since&quot;: &quot;A String&quot;, # If provided, only resources versions updated after this time are exported. The time uses the format YYYY-MM-DDThh:mm:ss.sss+zz:zz. For example, `2015-02-07T13:28:17.239+02:00` or `2017-01-01T00:00:00Z`. The time must be specified to the second and include a time zone.
12621262
&quot;_type&quot;: &quot;A String&quot;, # String of comma-delimited FHIR resource types. If provided, only resources of the specified resource type(s) are exported.
1263-
&quot;bigqueryDestination&quot;: { # The configuration for exporting to BigQuery. # 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. Unlike when setting `BigQueryDestination` for `StreamConfig`, `ExportResources` does not create BigQuery views.
1264-
&quot;datasetUri&quot;: &quot;A String&quot;, # BigQuery URI to an existing dataset, up to 2000 characters long, in the format `bq://projectId.bqDatasetId`.
1265-
&quot;force&quot;: True or False, # Use `write_disposition` instead. If `write_disposition` is specified, this parameter is ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is equivalent to write_disposition=WRITE_TRUNCATE.
1266-
&quot;schemaConfig&quot;: { # Configuration for the FHIR BigQuery schema. Determines how the server generates the schema. # The configuration for the exported BigQuery schema.
1267-
&quot;lastUpdatedPartitionConfig&quot;: { # Configuration for FHIR BigQuery time-partitioned tables. # The configuration for exported BigQuery tables to be partitioned by FHIR resource&#x27;s last updated time column.
1268-
&quot;expirationMs&quot;: &quot;A String&quot;, # Number of milliseconds for which to keep the storage for a partition.
1269-
&quot;type&quot;: &quot;A String&quot;, # Type of partitioning.
1270-
},
1271-
&quot;recursiveStructureDepth&quot;: &quot;A String&quot;, # The depth for all recursive structures in the output analytics schema. For example, `concept` in the CodeSystem resource is a recursive structure; when the depth is 2, the CodeSystem table will have a column called `concept.concept` but not `concept.concept.concept`. If not specified or set to 0, the server will use the default value 2. The maximum depth allowed is 5.
1272-
&quot;schemaType&quot;: &quot;A String&quot;, # Specifies the output schema type. Schema type is required.
1273-
},
1274-
&quot;writeDisposition&quot;: &quot;A String&quot;, # Determines if existing data in the destination dataset is overwritten, appended to, or not written if the tables contain data. If a write_disposition is specified, the `force` parameter is ignored.
1275-
},
12761263
&quot;gcsDestination&quot;: { # The configuration for exporting to Cloud Storage. # The Cloud Storage output destination. The Healthcare Service Agent account requires the `roles/storage.objectAdmin` role on the Cloud Storage location. The exported outputs are organized by FHIR resource types. The server creates one or more objects per resource type depending on the volume of the resources exported. When there is only one object per resource type, the object name is in the form of `{operation_id})_history_{resource_type}`. When there are multiple objects for a given resource type, the object names are in the form of `{operation_id}_history_{resource_type}-{index}-of-{total}`. Each object contains newline delimited JSON, and each line is a FHIR history bundle containing the history for a single resource.
12771264
&quot;uriPrefix&quot;: &quot;A String&quot;, # URI for a Cloud Storage directory where result files should be written (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. The Cloud Storage bucket referenced in `uri_prefix` must exist or an error occurs.
12781265
},

googleapiclient/discovery_cache/documents/healthcare.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4554,7 +4554,7 @@
45544554
}
45554555
}
45564556
},
4557-
"revision": "20240513",
4557+
"revision": "20240521",
45584558
"rootUrl": "https://healthcare.googleapis.com/",
45594559
"schemas": {
45604560
"ActivateConsentRequest": {

googleapiclient/discovery_cache/documents/healthcare.v1beta1.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5672,7 +5672,7 @@
56725672
}
56735673
}
56745674
},
5675-
"revision": "20240513",
5675+
"revision": "20240521",
56765676
"rootUrl": "https://healthcare.googleapis.com/",
56775677
"schemas": {
56785678
"AccessDeterminationLogConfig": {
@@ -7449,10 +7449,6 @@
74497449
"description": "String of comma-delimited FHIR resource types. If provided, only resources of the specified resource type(s) are exported.",
74507450
"type": "string"
74517451
},
7452-
"bigqueryDestination": {
7453-
"$ref": "GoogleCloudHealthcareV1beta1FhirBigQueryDestination",
7454-
"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. Unlike when setting `BigQueryDestination` for `StreamConfig`, `ExportResources` does not create BigQuery views."
7455-
},
74567452
"gcsDestination": {
74577453
"$ref": "GoogleCloudHealthcareV1beta1FhirGcsDestination",
74587454
"description": "The Cloud Storage output destination. The Healthcare Service Agent account requires the `roles/storage.objectAdmin` role on the Cloud Storage location. The exported outputs are organized by FHIR resource types. The server creates one or more objects per resource type depending on the volume of the resources exported. When there is only one object per resource type, the object name is in the form of `{operation_id})_history_{resource_type}`. When there are multiple objects for a given resource type, the object names are in the form of `{operation_id}_history_{resource_type}-{index}-of-{total}`. Each object contains newline delimited JSON, and each line is a FHIR history bundle containing the history for a single resource."

0 commit comments

Comments
 (0)