Skip to content

Commit 0e534c4

Browse files
feat: Automated regeneration of dialogflow v3 client (googleapis#21476)
Auto-created at 2025-01-26 10:03:13 +0000 using the toys pull request generator.
1 parent fa0f570 commit 0e534c4

File tree

5 files changed

+26
-2
lines changed

5 files changed

+26
-2
lines changed

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181409,6 +181409,7 @@
181409181409
"/dialogflow:v3/GoogleCloudDialogflowCxV3DataStoreConnection": google_cloud_dialogflow_cx_v3_data_store_connection
181410181410
"/dialogflow:v3/GoogleCloudDialogflowCxV3DataStoreConnection/dataStore": data_store
181411181411
"/dialogflow:v3/GoogleCloudDialogflowCxV3DataStoreConnection/dataStoreType": data_store_type
181412+
"/dialogflow:v3/GoogleCloudDialogflowCxV3DataStoreConnection/documentProcessingMode": document_processing_mode
181412181413
"/dialogflow:v3/GoogleCloudDialogflowCxV3DataStoreConnectionSignals": google_cloud_dialogflow_cx_v3_data_store_connection_signals
181413181414
"/dialogflow:v3/GoogleCloudDialogflowCxV3DataStoreConnectionSignals/answer": answer
181414181415
"/dialogflow:v3/GoogleCloudDialogflowCxV3DataStoreConnectionSignals/answerGenerationModelCallSignals": answer_generation_model_call_signals
@@ -182460,6 +182461,7 @@
182460182461
"/dialogflow:v3/GoogleCloudDialogflowCxV3beta1DataStoreConnection": google_cloud_dialogflow_cx_v3beta1_data_store_connection
182461182462
"/dialogflow:v3/GoogleCloudDialogflowCxV3beta1DataStoreConnection/dataStore": data_store
182462182463
"/dialogflow:v3/GoogleCloudDialogflowCxV3beta1DataStoreConnection/dataStoreType": data_store_type
182464+
"/dialogflow:v3/GoogleCloudDialogflowCxV3beta1DataStoreConnection/documentProcessingMode": document_processing_mode
182463182465
"/dialogflow:v3/GoogleCloudDialogflowCxV3beta1DeleteDocumentOperationMetadata": google_cloud_dialogflow_cx_v3beta1_delete_document_operation_metadata
182464182466
"/dialogflow:v3/GoogleCloudDialogflowCxV3beta1DeleteDocumentOperationMetadata/genericMetadata": generic_metadata
182465182467
"/dialogflow:v3/GoogleCloudDialogflowCxV3beta1DeployFlowMetadata": google_cloud_dialogflow_cx_v3beta1_deploy_flow_metadata

generated/google-apis-dialogflow_v3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-dialogflow_v3
22

3+
### v0.103.0 (2025-01-26)
4+
5+
* Regenerated from discovery document revision 20250121
6+
37
### v0.102.0 (2025-01-12)
48

59
* Regenerated from discovery document revision 20250103

generated/google-apis-dialogflow_v3/lib/google/apis/dialogflow_v3/classes.rb

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,6 +1372,13 @@ class GoogleCloudDialogflowCxV3DataStoreConnection
13721372
# @return [String]
13731373
attr_accessor :data_store_type
13741374

1375+
# The document processing mode for the data store connection. Should only be set
1376+
# for PUBLIC_WEB and UNSTRUCTURED data stores. If not set it is considered as
1377+
# DOCUMENTS, as this is the legacy mode.
1378+
# Corresponds to the JSON property `documentProcessingMode`
1379+
# @return [String]
1380+
attr_accessor :document_processing_mode
1381+
13751382
def initialize(**args)
13761383
update!(**args)
13771384
end
@@ -1380,6 +1387,7 @@ def initialize(**args)
13801387
def update!(**args)
13811388
@data_store = args[:data_store] if args.key?(:data_store)
13821389
@data_store_type = args[:data_store_type] if args.key?(:data_store_type)
1390+
@document_processing_mode = args[:document_processing_mode] if args.key?(:document_processing_mode)
13831391
end
13841392
end
13851393

@@ -9442,6 +9450,13 @@ class GoogleCloudDialogflowCxV3beta1DataStoreConnection
94429450
# @return [String]
94439451
attr_accessor :data_store_type
94449452

9453+
# The document processing mode for the data store connection. Should only be set
9454+
# for PUBLIC_WEB and UNSTRUCTURED data stores. If not set it is considered as
9455+
# DOCUMENTS, as this is the legacy mode.
9456+
# Corresponds to the JSON property `documentProcessingMode`
9457+
# @return [String]
9458+
attr_accessor :document_processing_mode
9459+
94459460
def initialize(**args)
94469461
update!(**args)
94479462
end
@@ -9450,6 +9465,7 @@ def initialize(**args)
94509465
def update!(**args)
94519466
@data_store = args[:data_store] if args.key?(:data_store)
94529467
@data_store_type = args[:data_store_type] if args.key?(:data_store_type)
9468+
@document_processing_mode = args[:document_processing_mode] if args.key?(:document_processing_mode)
94539469
end
94549470
end
94559471

generated/google-apis-dialogflow_v3/lib/google/apis/dialogflow_v3/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DialogflowV3
1818
# Version of the google-apis-dialogflow_v3 gem
19-
GEM_VERSION = "0.102.0"
19+
GEM_VERSION = "0.103.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250103"
25+
REVISION = "20250121"
2626
end
2727
end
2828
end

generated/google-apis-dialogflow_v3/lib/google/apis/dialogflow_v3/representations.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3638,6 +3638,7 @@ class GoogleCloudDialogflowCxV3DataStoreConnection
36383638
class Representation < Google::Apis::Core::JsonRepresentation
36393639
property :data_store, as: 'dataStore'
36403640
property :data_store_type, as: 'dataStoreType'
3641+
property :document_processing_mode, as: 'documentProcessingMode'
36413642
end
36423643
end
36433644

@@ -5811,6 +5812,7 @@ class GoogleCloudDialogflowCxV3beta1DataStoreConnection
58115812
class Representation < Google::Apis::Core::JsonRepresentation
58125813
property :data_store, as: 'dataStore'
58135814
property :data_store_type, as: 'dataStoreType'
5815+
property :document_processing_mode, as: 'documentProcessingMode'
58145816
end
58155817
end
58165818

0 commit comments

Comments
 (0)