Skip to content

Commit 8c26aa7

Browse files
feat(all): auto-regenerate discovery clients (#2308)
1 parent 96c0dea commit 8c26aa7

File tree

6 files changed

+227
-3
lines changed

6 files changed

+227
-3
lines changed

dialogflow/v2beta1/dialogflow-api.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7695,7 +7695,7 @@
76957695
}
76967696
}
76977697
},
7698-
"revision": "20231204",
7698+
"revision": "20231208",
76997699
"rootUrl": "https://dialogflow.googleapis.com/",
77007700
"schemas": {
77017701
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -16138,6 +16138,10 @@
1613816138
"description": "Optional. Disable the logging of search queries sent by human agents. It can prevent those queries from being stored at answer records. Supported features: KNOWLEDGE_SEARCH.",
1613916139
"type": "boolean"
1614016140
},
16141+
"enableConversationAugmentedQuery": {
16142+
"description": "Optional. Enable including conversation context during query answer generation. Supported features: KNOWLEDGE_SEARCH.",
16143+
"type": "boolean"
16144+
},
1614116145
"enableEventBasedSuggestion": {
1614216146
"description": "Automatically iterates all participants and tries to compile suggestions. Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST, ENTITY_EXTRACTION, KNOWLEDGE_ASSIST.",
1614316147
"type": "boolean"
@@ -18871,6 +18875,10 @@
1887118875
"$ref": "GoogleCloudDialogflowV2beta1SearchKnowledgeAnswer"
1887218876
},
1887318877
"type": "array"
18878+
},
18879+
"rewrittenQuery": {
18880+
"description": "The rewritten query used to search knowledge.",
18881+
"type": "string"
1887418882
}
1887518883
},
1887618884
"type": "object"

dialogflow/v2beta1/dialogflow-gen.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dialogflow/v3/dialogflow-api.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4337,7 +4337,7 @@
43374337
}
43384338
}
43394339
},
4340-
"revision": "20231204",
4340+
"revision": "20231208",
43414341
"rootUrl": "https://dialogflow.googleapis.com/",
43424342
"schemas": {
43434343
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -6327,6 +6327,10 @@
63276327
"businessDescription": {
63286328
"description": "Company description, used for LLM prompt, e.g. \"a family company selling freshly roasted coffee beans\".",
63296329
"type": "string"
6330+
},
6331+
"disableDataStoreFallback": {
6332+
"description": "Whether to disable fallback to Data Store search results (in case the LLM couldn't pick a proper answer). Per default the feature is enabled.",
6333+
"type": "boolean"
63306334
}
63316335
},
63326336
"type": "object"

dialogflow/v3/dialogflow-gen.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

healthcare/v1beta1/healthcare-api.json

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3289,6 +3289,44 @@
32893289
}
32903290
},
32913291
"resources": {
3292+
"bulkdata": {
3293+
"methods": {
3294+
"retrieveBulkdata": {
3295+
"description": "Returns uncompressed, unencoded bytes representing the referenced bulkdata tag from an instance. See [Retrieve Transaction] (http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4){: .external}.",
3296+
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dicomStores/{dicomStoresId}/dicomWeb/studies/{studiesId}/series/{seriesId}/instances/{instancesId}/bulkdata/{bulkdataId}/{bulkdataId1}",
3297+
"httpMethod": "GET",
3298+
"id": "healthcare.projects.locations.datasets.dicomStores.studies.series.instances.bulkdata.retrieveBulkdata",
3299+
"parameterOrder": [
3300+
"parent",
3301+
"dicomWebPath"
3302+
],
3303+
"parameters": {
3304+
"dicomWebPath": {
3305+
"description": "Required. The path for the `RetrieveBulkdata` DICOMweb request. For example, `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}/bukdata/{bulkdata_uri}`.",
3306+
"location": "path",
3307+
"pattern": "^studies/[^/]+/series/[^/]+/instances/[^/]+/bulkdata/[^/]+/.*$",
3308+
"required": true,
3309+
"type": "string"
3310+
},
3311+
"parent": {
3312+
"description": "Required. The name of the DICOM store that is being accessed. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}`.",
3313+
"location": "path",
3314+
"pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dicomStores/[^/]+$",
3315+
"required": true,
3316+
"type": "string"
3317+
}
3318+
},
3319+
"path": "v1beta1/{+parent}/dicomWeb/{+dicomWebPath}",
3320+
"response": {
3321+
"$ref": "HttpBody"
3322+
},
3323+
"scopes": [
3324+
"https://www.googleapis.com/auth/cloud-healthcare",
3325+
"https://www.googleapis.com/auth/cloud-platform"
3326+
]
3327+
}
3328+
}
3329+
},
32923330
"frames": {
32933331
"methods": {
32943332
"retrieveFrames": {
@@ -5451,7 +5489,7 @@
54515489
}
54525490
}
54535491
},
5454-
"revision": "20231127",
5492+
"revision": "20231205",
54555493
"rootUrl": "https://healthcare.googleapis.com/",
54565494
"schemas": {
54575495
"AccessDeterminationLogConfig": {
@@ -7264,6 +7302,10 @@
72647302
"description": "Immutable. Whether to disable resource versioning for this FHIR store. This field can not be changed after the creation of FHIR store. If set to false, which is the default behavior, all write operations cause historical versions to be recorded automatically. The historical versions can be fetched through the history APIs, but cannot be updated. If set to true, no historical versions are kept. The server sends errors for attempts to read the historical versions.",
72657303
"type": "boolean"
72667304
},
7305+
"enableHistoryModifications": {
7306+
"description": "Optional. Whether to allow the [ImportResourcesHistory] and [ExecuteBundle] APIs to accept history bundles, and directly insert and overwrite historical resource versions into the FHIR store. Importing resource histories creates resource interactions that have occurred in the past that clients might not allow. If set to false, using history bundles fail with an error.",
7307+
"type": "boolean"
7308+
},
72677309
"enableUpdateCreate": {
72687310
"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. It is strongly advised not to include or encode any sensitive data such as patient identifiers in client-specified resource IDs. Those IDs are part of the FHIR resource path recorded in Cloud audit logs and Pub/Sub notifications. Those IDs can also be contained in reference fields within other resources.",
72697311
"type": "boolean"

healthcare/v1beta1/healthcare-gen.go

Lines changed: 157 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)