google-apis-dialogflow_v2beta1 0.113.0 → 0.114.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eace82b462d5936224529abadaa301c5a269d1eff3ccc749b6d2664dd1cdb605
4
- data.tar.gz: aea9ce3a65e8fb21b00b34b1bcba7545bee0a2ac36a4cf0937e2ee34f3d70b24
3
+ metadata.gz: 779f2bad0a6e2c055053db0aca4e9b24ce972d8bab11f5c293e827425d1e724d
4
+ data.tar.gz: 883fb3cdcfc89ae5931c737af38ff8636c1385e9246c06c2699b4f3e3a2ea0e0
5
5
  SHA512:
6
- metadata.gz: 16a5477c18b7227a141c0aa8612319bd20a3d96f8331d6381c2189a290fa55c727d16f22f2b232adef43ea70e513a5b76f7e1df1fc233088ffa6ec02c0eb6be2
7
- data.tar.gz: ae0441aa620800801e0f637ab13621ddb80ac394717dbb442a19d7609578a311dd34bc517235867d3d4ee148fc96009ee3b33b6031c7c51acffbade2a64336e1
6
+ metadata.gz: 954482143a6995075d75b3599a70311855e9d64d2e66725163069a014f2db9b1942c285415fdf8aa456f868a1c2231b303874326149d595474e2596591012916
7
+ data.tar.gz: b98693c6a1d7795638697cfc6bc4aeed6a28a55fe5303e276e71ec96718ac8dd85ea721eeac41c6d90347de3a7129f6eef4f72a40bbde37b6b59284614a641e2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.114.0 (2025-11-02)
4
+
5
+ * Regenerated from discovery document revision 20251027
6
+
3
7
  ### v0.113.0 (2025-10-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20251007
@@ -3507,6 +3507,11 @@ module Google
3507
3507
  # @return [Hash<String,Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue>]
3508
3508
  attr_accessor :secret_versions_for_request_headers
3509
3509
 
3510
+ # Configuration for authentication using a service account.
3511
+ # Corresponds to the JSON property `serviceAccountAuthConfig`
3512
+ # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig]
3513
+ attr_accessor :service_account_auth_config
3514
+
3510
3515
  # Optional. Indicate the auth token type generated from the [Diglogflow service
3511
3516
  # agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-
3512
3517
  # agent). The generated token is sent in the Authorization header.
@@ -3545,6 +3550,7 @@ module Google
3545
3550
  @request_headers = args[:request_headers] if args.key?(:request_headers)
3546
3551
  @secret_version_for_username_password = args[:secret_version_for_username_password] if args.key?(:secret_version_for_username_password)
3547
3552
  @secret_versions_for_request_headers = args[:secret_versions_for_request_headers] if args.key?(:secret_versions_for_request_headers)
3553
+ @service_account_auth_config = args[:service_account_auth_config] if args.key?(:service_account_auth_config)
3548
3554
  @service_agent_auth = args[:service_agent_auth] if args.key?(:service_agent_auth)
3549
3555
  @uri = args[:uri] if args.key?(:uri)
3550
3556
  @username = args[:username] if args.key?(:username)
@@ -3620,6 +3626,30 @@ module Google
3620
3626
  end
3621
3627
  end
3622
3628
 
3629
+ # Configuration for authentication using a service account.
3630
+ class GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig
3631
+ include Google::Apis::Core::Hashable
3632
+
3633
+ # Required. The email address of the service account used to authenticate the
3634
+ # webhook call. Dialogflow uses this service account to exchange an access token
3635
+ # and the access token is then sent in the `Authorization` header of the webhook
3636
+ # request. The service account must have the `roles/iam.
3637
+ # serviceAccountTokenCreator` role granted to the [Dialogflow service agent](
3638
+ # https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent).
3639
+ # Corresponds to the JSON property `serviceAccount`
3640
+ # @return [String]
3641
+ attr_accessor :service_account
3642
+
3643
+ def initialize(**args)
3644
+ update!(**args)
3645
+ end
3646
+
3647
+ # Update properties of this object
3648
+ def update!(**args)
3649
+ @service_account = args[:service_account] if args.key?(:service_account)
3650
+ end
3651
+ end
3652
+
3623
3653
  # The request message for a webhook call. The request is sent as a JSON object
3624
3654
  # and the field names will be presented in camel cases. You may see undocumented
3625
3655
  # fields in an actual request. These fields are used internally by Dialogflow
@@ -7432,6 +7462,11 @@ module Google
7432
7462
  # @return [Hash<String,Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue>]
7433
7463
  attr_accessor :secret_versions_for_request_headers
7434
7464
 
7465
+ # Configuration for authentication using a service account.
7466
+ # Corresponds to the JSON property `serviceAccountAuthConfig`
7467
+ # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig]
7468
+ attr_accessor :service_account_auth_config
7469
+
7435
7470
  # Optional. Indicate the auth token type generated from the [Diglogflow service
7436
7471
  # agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-
7437
7472
  # agent). The generated token is sent in the Authorization header.
@@ -7470,6 +7505,7 @@ module Google
7470
7505
  @request_headers = args[:request_headers] if args.key?(:request_headers)
7471
7506
  @secret_version_for_username_password = args[:secret_version_for_username_password] if args.key?(:secret_version_for_username_password)
7472
7507
  @secret_versions_for_request_headers = args[:secret_versions_for_request_headers] if args.key?(:secret_versions_for_request_headers)
7508
+ @service_account_auth_config = args[:service_account_auth_config] if args.key?(:service_account_auth_config)
7473
7509
  @service_agent_auth = args[:service_agent_auth] if args.key?(:service_agent_auth)
7474
7510
  @uri = args[:uri] if args.key?(:uri)
7475
7511
  @username = args[:username] if args.key?(:username)
@@ -7545,6 +7581,30 @@ module Google
7545
7581
  end
7546
7582
  end
7547
7583
 
7584
+ # Configuration for authentication using a service account.
7585
+ class GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig
7586
+ include Google::Apis::Core::Hashable
7587
+
7588
+ # Required. The email address of the service account used to authenticate the
7589
+ # webhook call. Dialogflow uses this service account to exchange an access token
7590
+ # and the access token is then sent in the `Authorization` header of the webhook
7591
+ # request. The service account must have the `roles/iam.
7592
+ # serviceAccountTokenCreator` role granted to the [Dialogflow service agent](
7593
+ # https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent).
7594
+ # Corresponds to the JSON property `serviceAccount`
7595
+ # @return [String]
7596
+ attr_accessor :service_account
7597
+
7598
+ def initialize(**args)
7599
+ update!(**args)
7600
+ end
7601
+
7602
+ # Update properties of this object
7603
+ def update!(**args)
7604
+ @service_account = args[:service_account] if args.key?(:service_account)
7605
+ end
7606
+ end
7607
+
7548
7608
  # The request message for a webhook call. The request is sent as a JSON object
7549
7609
  # and the field names will be presented in camel cases. You may see undocumented
7550
7610
  # fields in an actual request. These fields are used internally by Dialogflow
@@ -23978,9 +24038,9 @@ module Google
23978
24038
  # unspecified, Dialogflow will use Google's default trust store to verify
23979
24039
  # certificates. N.B. Make sure the HTTPS server certificates are signed with "
23980
24040
  # subject alt name". For instance a certificate can be self-signed using the
23981
- # following command, openssl x509 -req -days 200 -in example.com.csr \ -signkey
23982
- # example.com.key \ -out example.com.crt \ -extfile <(printf "\nsubjectAltName='
23983
- # DNS:www.example.com'")
24041
+ # following command, ``` openssl x509 -req -days 200 -in example.com.csr \ -
24042
+ # signkey example.com.key \ -out example.com.crt \ -extfile <(printf "\
24043
+ # nsubjectAltName='DNS:www.example.com'") ```
23984
24044
  # Corresponds to the JSON property `cert`
23985
24045
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
23986
24046
  # @return [String]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV2beta1
18
18
  # Version of the google-apis-dialogflow_v2beta1 gem
19
- GEM_VERSION = "0.113.0"
19
+ GEM_VERSION = "0.114.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251007"
25
+ REVISION = "20251027"
26
26
  end
27
27
  end
28
28
  end
@@ -604,6 +604,12 @@ module Google
604
604
  include Google::Apis::Core::JsonObjectSupport
605
605
  end
606
606
 
607
+ class GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig
608
+ class Representation < Google::Apis::Core::JsonRepresentation; end
609
+
610
+ include Google::Apis::Core::JsonObjectSupport
611
+ end
612
+
607
613
  class GoogleCloudDialogflowCxV3WebhookRequest
608
614
  class Representation < Google::Apis::Core::JsonRepresentation; end
609
615
 
@@ -1234,6 +1240,12 @@ module Google
1234
1240
  include Google::Apis::Core::JsonObjectSupport
1235
1241
  end
1236
1242
 
1243
+ class GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig
1244
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1245
+
1246
+ include Google::Apis::Core::JsonObjectSupport
1247
+ end
1248
+
1237
1249
  class GoogleCloudDialogflowCxV3beta1WebhookRequest
1238
1250
  class Representation < Google::Apis::Core::JsonRepresentation; end
1239
1251
 
@@ -4887,6 +4899,8 @@ module Google
4887
4899
  property :secret_version_for_username_password, as: 'secretVersionForUsernamePassword'
4888
4900
  hash :secret_versions_for_request_headers, as: 'secretVersionsForRequestHeaders', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue::Representation
4889
4901
 
4902
+ property :service_account_auth_config, as: 'serviceAccountAuthConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig::Representation
4903
+
4890
4904
  property :service_agent_auth, as: 'serviceAgentAuth'
4891
4905
  property :uri, as: 'uri'
4892
4906
  property :username, as: 'username'
@@ -4912,6 +4926,13 @@ module Google
4912
4926
  end
4913
4927
  end
4914
4928
 
4929
+ class GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig
4930
+ # @private
4931
+ class Representation < Google::Apis::Core::JsonRepresentation
4932
+ property :service_account, as: 'serviceAccount'
4933
+ end
4934
+ end
4935
+
4915
4936
  class GoogleCloudDialogflowCxV3WebhookRequest
4916
4937
  # @private
4917
4938
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5941,6 +5962,8 @@ module Google
5941
5962
  property :secret_version_for_username_password, as: 'secretVersionForUsernamePassword'
5942
5963
  hash :secret_versions_for_request_headers, as: 'secretVersionsForRequestHeaders', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue::Representation
5943
5964
 
5965
+ property :service_account_auth_config, as: 'serviceAccountAuthConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig::Representation
5966
+
5944
5967
  property :service_agent_auth, as: 'serviceAgentAuth'
5945
5968
  property :uri, as: 'uri'
5946
5969
  property :username, as: 'username'
@@ -5966,6 +5989,13 @@ module Google
5966
5989
  end
5967
5990
  end
5968
5991
 
5992
+ class GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig
5993
+ # @private
5994
+ class Representation < Google::Apis::Core::JsonRepresentation
5995
+ property :service_account, as: 'serviceAccount'
5996
+ end
5997
+ end
5998
+
5969
5999
  class GoogleCloudDialogflowCxV3beta1WebhookRequest
5970
6000
  # @private
5971
6001
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4923,8 +4923,8 @@ module Google
4923
4923
  # @param [String] name
4924
4924
  # The resource that owns the locations collection, if applicable.
4925
4925
  # @param [Array<String>, String] extra_location_types
4926
- # Optional. Unless explicitly documented otherwise, don't use this unsupported
4927
- # field which is primarily intended for internal usage.
4926
+ # Optional. Do not use this field. It is unsupported and is ignored unless
4927
+ # explicitly documented otherwise. This is primarily for internal usage.
4928
4928
  # @param [String] filter
4929
4929
  # A filter to narrow down results to a preferred subset. The filtering language
4930
4930
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.113.0
4
+ version: 0.114.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.113.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.114.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1
62
62
  rdoc_options: []
63
63
  require_paths: