Skip to content

Commit 68cbf8d

Browse files
feat(discoveryengine): update the api
#### discoveryengine:v1 The following keys were added: - schemas.GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec.properties.maxRephraseSteps (Total Keys: 2) - schemas.GoogleCloudDiscoveryengineV1alphaExportUserEventsMetadata (Total Keys: 6) - schemas.GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse (Total Keys: 4) - schemas.GoogleCloudDiscoveryengineV1alphaOutputResult (Total Keys: 7) #### discoveryengine:v1alpha The following keys were added: - schemas.GoogleCloudDiscoveryengineV1alphaExportUserEventsMetadata (Total Keys: 6) - schemas.GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse (Total Keys: 4) - schemas.GoogleCloudDiscoveryengineV1alphaOutputResult (Total Keys: 7) #### discoveryengine:v1beta The following keys were added: - schemas.GoogleCloudDiscoveryengineV1alphaExportUserEventsMetadata (Total Keys: 6) - schemas.GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse (Total Keys: 4) - schemas.GoogleCloudDiscoveryengineV1alphaOutputResult (Total Keys: 7)
1 parent d80d9cd commit 68cbf8d

6 files changed

+185
-3
lines changed

docs/dyn/discoveryengine_v1.projects.locations.collections.dataStores.servingConfigs.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ <h3>Method Details</h3>
126126
},
127127
&quot;queryRephraserSpec&quot;: { # Query rephraser specification. # Query rephraser specification.
128128
&quot;disable&quot;: True or False, # Disable query rephraser.
129+
&quot;maxRephraseSteps&quot;: 42, # Max rephrase steps. The max number is 5 steps. If not set or set to &lt; 1, it will be set to 1 by default.
129130
},
130131
},
131132
&quot;relatedQuestionsSpec&quot;: { # Related questions specification. # Related questions specification.

docs/dyn/discoveryengine_v1.projects.locations.collections.engines.servingConfigs.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ <h3>Method Details</h3>
126126
},
127127
&quot;queryRephraserSpec&quot;: { # Query rephraser specification. # Query rephraser specification.
128128
&quot;disable&quot;: True or False, # Disable query rephraser.
129+
&quot;maxRephraseSteps&quot;: 42, # Max rephrase steps. The max number is 5 steps. If not set or set to &lt; 1, it will be set to 1 by default.
129130
},
130131
},
131132
&quot;relatedQuestionsSpec&quot;: { # Related questions specification. # Related questions specification.

docs/dyn/discoveryengine_v1.projects.locations.dataStores.servingConfigs.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ <h3>Method Details</h3>
126126
},
127127
&quot;queryRephraserSpec&quot;: { # Query rephraser specification. # Query rephraser specification.
128128
&quot;disable&quot;: True or False, # Disable query rephraser.
129+
&quot;maxRephraseSteps&quot;: 42, # Max rephrase steps. The max number is 5 steps. If not set or set to &lt; 1, it will be set to 1 by default.
129130
},
130131
},
131132
&quot;relatedQuestionsSpec&quot;: { # Related questions specification. # Related questions specification.

googleapiclient/discovery_cache/documents/discoveryengine.v1.json

Lines changed: 64 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5711,7 +5711,7 @@
57115711
}
57125712
}
57135713
},
5714-
"revision": "20240701",
5714+
"revision": "20240704",
57155715
"rootUrl": "https://discoveryengine.googleapis.com/",
57165716
"schemas": {
57175717
"GoogleApiHttpBody": {
@@ -6177,6 +6177,11 @@
61776177
"disable": {
61786178
"description": "Disable query rephraser.",
61796179
"type": "boolean"
6180+
},
6181+
"maxRephraseSteps": {
6182+
"description": "Max rephrase steps. The max number is 5 steps. If not set or set to < 1, it will be set to 1 by default.",
6183+
"format": "int32",
6184+
"type": "integer"
61806185
}
61816186
},
61826187
"type": "object"
@@ -12317,6 +12322,38 @@
1231712322
},
1231812323
"type": "object"
1231912324
},
12325+
"GoogleCloudDiscoveryengineV1alphaExportUserEventsMetadata": {
12326+
"description": "Metadata related to the progress of the Export operation. This is returned by the google.longrunning.Operation.metadata field.",
12327+
"id": "GoogleCloudDiscoveryengineV1alphaExportUserEventsMetadata",
12328+
"properties": {
12329+
"createTime": {
12330+
"description": "Operation create time.",
12331+
"format": "google-datetime",
12332+
"type": "string"
12333+
},
12334+
"updateTime": {
12335+
"description": "Operation last update time. If the operation is done, this is also the finish time.",
12336+
"format": "google-datetime",
12337+
"type": "string"
12338+
}
12339+
},
12340+
"type": "object"
12341+
},
12342+
"GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse": {
12343+
"description": "Response of the ExportUserEventsRequest. If the long running operation was successful, then this message is returned by the google.longrunning.Operations.response field.",
12344+
"id": "GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse",
12345+
"properties": {
12346+
"outputResult": {
12347+
"$ref": "GoogleCloudDiscoveryengineV1alphaOutputResult",
12348+
"description": "Output result indicating where the data were exported to."
12349+
},
12350+
"status": {
12351+
"$ref": "GoogleRpcStatus",
12352+
"description": "The status of the export operation."
12353+
}
12354+
},
12355+
"type": "object"
12356+
},
1232012357
"GoogleCloudDiscoveryengineV1alphaFieldConfig": {
1232112358
"description": "Configurations for fields of a schema. For example, configuring a field is indexable, or searchable.",
1232212359
"id": "GoogleCloudDiscoveryengineV1alphaFieldConfig",
@@ -12746,6 +12783,32 @@
1274612783
},
1274712784
"type": "object"
1274812785
},
12786+
"GoogleCloudDiscoveryengineV1alphaOutputResult": {
12787+
"description": "Output result that stores the information about where the exported data is stored.",
12788+
"id": "GoogleCloudDiscoveryengineV1alphaOutputResult",
12789+
"properties": {
12790+
"bigqueryResult": {
12791+
"$ref": "GoogleCloudDiscoveryengineV1alphaOutputResultBigQueryOutputResult",
12792+
"description": "The BigQuery location where the result is stored."
12793+
}
12794+
},
12795+
"type": "object"
12796+
},
12797+
"GoogleCloudDiscoveryengineV1alphaOutputResultBigQueryOutputResult": {
12798+
"description": "A BigQuery output result.",
12799+
"id": "GoogleCloudDiscoveryengineV1alphaOutputResultBigQueryOutputResult",
12800+
"properties": {
12801+
"datasetId": {
12802+
"description": "The ID of a BigQuery Dataset.",
12803+
"type": "string"
12804+
},
12805+
"tableId": {
12806+
"description": "The ID of a BigQuery Table.",
12807+
"type": "string"
12808+
}
12809+
},
12810+
"type": "object"
12811+
},
1274912812
"GoogleCloudDiscoveryengineV1alphaProject": {
1275012813
"description": "Metadata and configurations for a Google Cloud project in the service.",
1275112814
"id": "GoogleCloudDiscoveryengineV1alphaProject",

googleapiclient/discovery_cache/documents/discoveryengine.v1alpha.json

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6761,7 +6761,7 @@
67616761
}
67626762
}
67636763
},
6764-
"revision": "20240701",
6764+
"revision": "20240704",
67656765
"rootUrl": "https://discoveryengine.googleapis.com/",
67666766
"schemas": {
67676767
"GoogleApiDistribution": {
@@ -11416,6 +11416,38 @@
1141611416
},
1141711417
"type": "object"
1141811418
},
11419+
"GoogleCloudDiscoveryengineV1alphaExportUserEventsMetadata": {
11420+
"description": "Metadata related to the progress of the Export operation. This is returned by the google.longrunning.Operation.metadata field.",
11421+
"id": "GoogleCloudDiscoveryengineV1alphaExportUserEventsMetadata",
11422+
"properties": {
11423+
"createTime": {
11424+
"description": "Operation create time.",
11425+
"format": "google-datetime",
11426+
"type": "string"
11427+
},
11428+
"updateTime": {
11429+
"description": "Operation last update time. If the operation is done, this is also the finish time.",
11430+
"format": "google-datetime",
11431+
"type": "string"
11432+
}
11433+
},
11434+
"type": "object"
11435+
},
11436+
"GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse": {
11437+
"description": "Response of the ExportUserEventsRequest. If the long running operation was successful, then this message is returned by the google.longrunning.Operations.response field.",
11438+
"id": "GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse",
11439+
"properties": {
11440+
"outputResult": {
11441+
"$ref": "GoogleCloudDiscoveryengineV1alphaOutputResult",
11442+
"description": "Output result indicating where the data were exported to."
11443+
},
11444+
"status": {
11445+
"$ref": "GoogleRpcStatus",
11446+
"description": "The status of the export operation."
11447+
}
11448+
},
11449+
"type": "object"
11450+
},
1141911451
"GoogleCloudDiscoveryengineV1alphaFactChunk": {
1142011452
"description": "Fact Chunk.",
1142111453
"id": "GoogleCloudDiscoveryengineV1alphaFactChunk",
@@ -12409,6 +12441,32 @@
1240912441
},
1241012442
"type": "object"
1241112443
},
12444+
"GoogleCloudDiscoveryengineV1alphaOutputResult": {
12445+
"description": "Output result that stores the information about where the exported data is stored.",
12446+
"id": "GoogleCloudDiscoveryengineV1alphaOutputResult",
12447+
"properties": {
12448+
"bigqueryResult": {
12449+
"$ref": "GoogleCloudDiscoveryengineV1alphaOutputResultBigQueryOutputResult",
12450+
"description": "The BigQuery location where the result is stored."
12451+
}
12452+
},
12453+
"type": "object"
12454+
},
12455+
"GoogleCloudDiscoveryengineV1alphaOutputResultBigQueryOutputResult": {
12456+
"description": "A BigQuery output result.",
12457+
"id": "GoogleCloudDiscoveryengineV1alphaOutputResultBigQueryOutputResult",
12458+
"properties": {
12459+
"datasetId": {
12460+
"description": "The ID of a BigQuery Dataset.",
12461+
"type": "string"
12462+
},
12463+
"tableId": {
12464+
"description": "The ID of a BigQuery Table.",
12465+
"type": "string"
12466+
}
12467+
},
12468+
"type": "object"
12469+
},
1241212470
"GoogleCloudDiscoveryengineV1alphaPageInfo": {
1241312471
"description": "Detailed page information.",
1241412472
"id": "GoogleCloudDiscoveryengineV1alphaPageInfo",

googleapiclient/discovery_cache/documents/discoveryengine.v1beta.json

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6175,7 +6175,7 @@
61756175
}
61766176
}
61776177
},
6178-
"revision": "20240701",
6178+
"revision": "20240704",
61796179
"rootUrl": "https://discoveryengine.googleapis.com/",
61806180
"schemas": {
61816181
"GoogleApiHttpBody": {
@@ -9150,6 +9150,38 @@
91509150
},
91519151
"type": "object"
91529152
},
9153+
"GoogleCloudDiscoveryengineV1alphaExportUserEventsMetadata": {
9154+
"description": "Metadata related to the progress of the Export operation. This is returned by the google.longrunning.Operation.metadata field.",
9155+
"id": "GoogleCloudDiscoveryengineV1alphaExportUserEventsMetadata",
9156+
"properties": {
9157+
"createTime": {
9158+
"description": "Operation create time.",
9159+
"format": "google-datetime",
9160+
"type": "string"
9161+
},
9162+
"updateTime": {
9163+
"description": "Operation last update time. If the operation is done, this is also the finish time.",
9164+
"format": "google-datetime",
9165+
"type": "string"
9166+
}
9167+
},
9168+
"type": "object"
9169+
},
9170+
"GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse": {
9171+
"description": "Response of the ExportUserEventsRequest. If the long running operation was successful, then this message is returned by the google.longrunning.Operations.response field.",
9172+
"id": "GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse",
9173+
"properties": {
9174+
"outputResult": {
9175+
"$ref": "GoogleCloudDiscoveryengineV1alphaOutputResult",
9176+
"description": "Output result indicating where the data were exported to."
9177+
},
9178+
"status": {
9179+
"$ref": "GoogleRpcStatus",
9180+
"description": "The status of the export operation."
9181+
}
9182+
},
9183+
"type": "object"
9184+
},
91539185
"GoogleCloudDiscoveryengineV1alphaFieldConfig": {
91549186
"description": "Configurations for fields of a schema. For example, configuring a field is indexable, or searchable.",
91559187
"id": "GoogleCloudDiscoveryengineV1alphaFieldConfig",
@@ -9579,6 +9611,32 @@
95799611
},
95809612
"type": "object"
95819613
},
9614+
"GoogleCloudDiscoveryengineV1alphaOutputResult": {
9615+
"description": "Output result that stores the information about where the exported data is stored.",
9616+
"id": "GoogleCloudDiscoveryengineV1alphaOutputResult",
9617+
"properties": {
9618+
"bigqueryResult": {
9619+
"$ref": "GoogleCloudDiscoveryengineV1alphaOutputResultBigQueryOutputResult",
9620+
"description": "The BigQuery location where the result is stored."
9621+
}
9622+
},
9623+
"type": "object"
9624+
},
9625+
"GoogleCloudDiscoveryengineV1alphaOutputResultBigQueryOutputResult": {
9626+
"description": "A BigQuery output result.",
9627+
"id": "GoogleCloudDiscoveryengineV1alphaOutputResultBigQueryOutputResult",
9628+
"properties": {
9629+
"datasetId": {
9630+
"description": "The ID of a BigQuery Dataset.",
9631+
"type": "string"
9632+
},
9633+
"tableId": {
9634+
"description": "The ID of a BigQuery Table.",
9635+
"type": "string"
9636+
}
9637+
},
9638+
"type": "object"
9639+
},
95829640
"GoogleCloudDiscoveryengineV1alphaProject": {
95839641
"description": "Metadata and configurations for a Google Cloud project in the service.",
95849642
"id": "GoogleCloudDiscoveryengineV1alphaProject",

0 commit comments

Comments
 (0)