google-cloud-dialogflow-cx-v3 1.3.0 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/google/cloud/dialogflow/cx/v3/agents/client.rb +13 -0
  4. data/lib/google/cloud/dialogflow/cx/v3/agents/operations.rb +7 -0
  5. data/lib/google/cloud/dialogflow/cx/v3/agents/rest/client.rb +13 -0
  6. data/lib/google/cloud/dialogflow/cx/v3/agents/rest/operations.rb +7 -0
  7. data/lib/google/cloud/dialogflow/cx/v3/changelogs/client.rb +7 -0
  8. data/lib/google/cloud/dialogflow/cx/v3/changelogs/rest/client.rb +7 -0
  9. data/lib/google/cloud/dialogflow/cx/v3/deployments/client.rb +7 -0
  10. data/lib/google/cloud/dialogflow/cx/v3/deployments/rest/client.rb +7 -0
  11. data/lib/google/cloud/dialogflow/cx/v3/entity_types/client.rb +15 -0
  12. data/lib/google/cloud/dialogflow/cx/v3/entity_types/operations.rb +7 -0
  13. data/lib/google/cloud/dialogflow/cx/v3/entity_types/rest/client.rb +15 -0
  14. data/lib/google/cloud/dialogflow/cx/v3/entity_types/rest/operations.rb +7 -0
  15. data/lib/google/cloud/dialogflow/cx/v3/environments/client.rb +7 -0
  16. data/lib/google/cloud/dialogflow/cx/v3/environments/operations.rb +7 -0
  17. data/lib/google/cloud/dialogflow/cx/v3/environments/rest/client.rb +7 -0
  18. data/lib/google/cloud/dialogflow/cx/v3/environments/rest/operations.rb +7 -0
  19. data/lib/google/cloud/dialogflow/cx/v3/experiments/client.rb +7 -0
  20. data/lib/google/cloud/dialogflow/cx/v3/experiments/rest/client.rb +7 -0
  21. data/lib/google/cloud/dialogflow/cx/v3/flows/client.rb +11 -0
  22. data/lib/google/cloud/dialogflow/cx/v3/flows/operations.rb +7 -0
  23. data/lib/google/cloud/dialogflow/cx/v3/flows/rest/client.rb +11 -0
  24. data/lib/google/cloud/dialogflow/cx/v3/flows/rest/operations.rb +7 -0
  25. data/lib/google/cloud/dialogflow/cx/v3/generators/client.rb +7 -0
  26. data/lib/google/cloud/dialogflow/cx/v3/generators/rest/client.rb +7 -0
  27. data/lib/google/cloud/dialogflow/cx/v3/intents/client.rb +15 -0
  28. data/lib/google/cloud/dialogflow/cx/v3/intents/operations.rb +7 -0
  29. data/lib/google/cloud/dialogflow/cx/v3/intents/rest/client.rb +15 -0
  30. data/lib/google/cloud/dialogflow/cx/v3/intents/rest/operations.rb +7 -0
  31. data/lib/google/cloud/dialogflow/cx/v3/pages/client.rb +7 -0
  32. data/lib/google/cloud/dialogflow/cx/v3/pages/rest/client.rb +7 -0
  33. data/lib/google/cloud/dialogflow/cx/v3/security_settings_service/client.rb +7 -0
  34. data/lib/google/cloud/dialogflow/cx/v3/security_settings_service/rest/client.rb +7 -0
  35. data/lib/google/cloud/dialogflow/cx/v3/session_entity_types/client.rb +7 -0
  36. data/lib/google/cloud/dialogflow/cx/v3/session_entity_types/rest/client.rb +7 -0
  37. data/lib/google/cloud/dialogflow/cx/v3/sessions/client.rb +7 -0
  38. data/lib/google/cloud/dialogflow/cx/v3/sessions/rest/client.rb +7 -0
  39. data/lib/google/cloud/dialogflow/cx/v3/test_cases/client.rb +11 -0
  40. data/lib/google/cloud/dialogflow/cx/v3/test_cases/operations.rb +7 -0
  41. data/lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb +11 -0
  42. data/lib/google/cloud/dialogflow/cx/v3/test_cases/rest/operations.rb +7 -0
  43. data/lib/google/cloud/dialogflow/cx/v3/transition_route_groups/client.rb +7 -0
  44. data/lib/google/cloud/dialogflow/cx/v3/transition_route_groups/rest/client.rb +7 -0
  45. data/lib/google/cloud/dialogflow/cx/v3/version.rb +1 -1
  46. data/lib/google/cloud/dialogflow/cx/v3/versions/client.rb +7 -0
  47. data/lib/google/cloud/dialogflow/cx/v3/versions/operations.rb +7 -0
  48. data/lib/google/cloud/dialogflow/cx/v3/versions/rest/client.rb +7 -0
  49. data/lib/google/cloud/dialogflow/cx/v3/versions/rest/operations.rb +7 -0
  50. data/lib/google/cloud/dialogflow/cx/v3/webhooks/client.rb +7 -0
  51. data/lib/google/cloud/dialogflow/cx/v3/webhooks/rest/client.rb +7 -0
  52. data/proto_docs/google/cloud/dialogflow/cx/v3/agent.rb +12 -0
  53. data/proto_docs/google/cloud/dialogflow/cx/v3/entity_type.rb +12 -0
  54. data/proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb +4 -0
  55. data/proto_docs/google/cloud/dialogflow/cx/v3/flow.rb +8 -0
  56. data/proto_docs/google/cloud/dialogflow/cx/v3/fulfillment.rb +4 -0
  57. data/proto_docs/google/cloud/dialogflow/cx/v3/intent.rb +12 -0
  58. data/proto_docs/google/cloud/dialogflow/cx/v3/page.rb +12 -0
  59. data/proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb +28 -0
  60. data/proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb +4 -0
  61. data/proto_docs/google/cloud/dialogflow/cx/v3/session.rb +32 -0
  62. data/proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb +22 -0
  63. data/proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb +18 -0
  64. data/proto_docs/google/longrunning/operations.rb +4 -0
  65. data/proto_docs/google/protobuf/struct.rb +12 -0
  66. metadata +6 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1025c7694b5c8f60bd817b2d5a4f203b0a6e9f3e78fb54f7bae192f076fc21d2
4
- data.tar.gz: 6f29b3fe86d483693f73589b13f5c1f7ac991cc076316d382df5eabce1811623
3
+ metadata.gz: 5c7395c9cd13597ac2c9f8f5eca18316a5001cbef972983e54352f0b57752393
4
+ data.tar.gz: ce21b1169fc6ed217e0918aedd773ba2c7e10227cbca279e86b5f1d69d1a04d6
5
5
  SHA512:
6
- metadata.gz: fe88b2dc4c15d999a6e9feccc4cc04f2a37da1d63a4500c27ea1105897bf5659f98b2c86af1aaeabf3502ef9c55a5dba6511321952049ec8961935a1f66098ef
7
- data.tar.gz: fb14ceb5ced6749b939838fdce93b3708f2df16dd1e086ae7922b02795fefcaa19b5d417bd46cab8b8e666555bbba59cc1f45659cf6df4f2e27c88af661f5c5f
6
+ metadata.gz: ad23fd86e5cfa4dce59f025ff6654eaa9902fe86dd932f2f3a51ac2f75f0cc05bef26645ccde7fbd7bd36a8128dfd4808910017f52da2e6e0443926085c7b6bd
7
+ data.tar.gz: 8987435b3fa5bce08f239f2ef43cb60ece792084809fdb079b22720fc1d9ce241d4cef71b17214c95e753148dc49611f6e73f1102a40dcfbf6b07e4c62297fab
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 2.7+.
89
+ This library is supported on Ruby 3.0+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -850,10 +850,16 @@ module Google
850
850
  # have read permissions for the object. For more information, see
851
851
  # [Dialogflow access
852
852
  # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
853
+ #
854
+ # Note: The following fields are mutually exclusive: `agent_uri`, `agent_content`, `git_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
853
855
  # @param agent_content [::String]
854
856
  # Uncompressed raw byte content for agent.
857
+ #
858
+ # Note: The following fields are mutually exclusive: `agent_content`, `agent_uri`, `git_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
855
859
  # @param git_source [::Google::Cloud::Dialogflow::CX::V3::RestoreAgentRequest::GitSource, ::Hash]
856
860
  # Setting for restoring from a git branch
861
+ #
862
+ # Note: The following fields are mutually exclusive: `git_source`, `agent_uri`, `agent_content`. If a field in that set is populated, all other fields in the set will automatically be cleared.
857
863
  # @param restore_option [::Google::Cloud::Dialogflow::CX::V3::RestoreAgentRequest::RestoreOption]
858
864
  # Agent restore mode. If not specified, `KEEP` is assumed.
859
865
  #
@@ -1330,6 +1336,13 @@ module Google
1330
1336
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1331
1337
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1332
1338
  # * (`nil`) indicating no credentials
1339
+ #
1340
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1341
+ # external source for authentication to Google Cloud, you must validate it before
1342
+ # providing it to a Google API client library. Providing an unvalidated credential
1343
+ # configuration to Google APIs can compromise the security of your systems and data.
1344
+ # For more information, refer to [Validate credential configurations from external
1345
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1333
1346
  # @return [::Object]
1334
1347
  # @!attribute [rw] scope
1335
1348
  # The OAuth scopes
@@ -641,6 +641,13 @@ module Google
641
641
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
642
642
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
643
643
  # * (`nil`) indicating no credentials
644
+ #
645
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
646
+ # external source for authentication to Google Cloud, you must validate it before
647
+ # providing it to a Google API client library. Providing an unvalidated credential
648
+ # configuration to Google APIs can compromise the security of your systems and data.
649
+ # For more information, refer to [Validate credential configurations from external
650
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
644
651
  # @return [::Object]
645
652
  # @!attribute [rw] scope
646
653
  # The OAuth scopes
@@ -802,10 +802,16 @@ module Google
802
802
  # have read permissions for the object. For more information, see
803
803
  # [Dialogflow access
804
804
  # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
805
+ #
806
+ # Note: The following fields are mutually exclusive: `agent_uri`, `agent_content`, `git_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
805
807
  # @param agent_content [::String]
806
808
  # Uncompressed raw byte content for agent.
809
+ #
810
+ # Note: The following fields are mutually exclusive: `agent_content`, `agent_uri`, `git_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
807
811
  # @param git_source [::Google::Cloud::Dialogflow::CX::V3::RestoreAgentRequest::GitSource, ::Hash]
808
812
  # Setting for restoring from a git branch
813
+ #
814
+ # Note: The following fields are mutually exclusive: `git_source`, `agent_uri`, `agent_content`. If a field in that set is populated, all other fields in the set will automatically be cleared.
809
815
  # @param restore_option [::Google::Cloud::Dialogflow::CX::V3::RestoreAgentRequest::RestoreOption]
810
816
  # Agent restore mode. If not specified, `KEEP` is assumed.
811
817
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -1245,6 +1251,13 @@ module Google
1245
1251
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1246
1252
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1247
1253
  # * (`nil`) indicating no credentials
1254
+ #
1255
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1256
+ # external source for authentication to Google Cloud, you must validate it before
1257
+ # providing it to a Google API client library. Providing an unvalidated credential
1258
+ # configuration to Google APIs can compromise the security of your systems and data.
1259
+ # For more information, refer to [Validate credential configurations from external
1260
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1248
1261
  # @return [::Object]
1249
1262
  # @!attribute [rw] scope
1250
1263
  # The OAuth scopes
@@ -503,6 +503,13 @@ module Google
503
503
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
504
504
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
505
505
  # * (`nil`) indicating no credentials
506
+ #
507
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
508
+ # external source for authentication to Google Cloud, you must validate it before
509
+ # providing it to a Google API client library. Providing an unvalidated credential
510
+ # configuration to Google APIs can compromise the security of your systems and data.
511
+ # For more information, refer to [Validate credential configurations from external
512
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
506
513
  # @return [::Object]
507
514
  # @!attribute [rw] scope
508
515
  # The OAuth scopes
@@ -454,6 +454,13 @@ module Google
454
454
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
455
455
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
456
456
  # * (`nil`) indicating no credentials
457
+ #
458
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
459
+ # external source for authentication to Google Cloud, you must validate it before
460
+ # providing it to a Google API client library. Providing an unvalidated credential
461
+ # configuration to Google APIs can compromise the security of your systems and data.
462
+ # For more information, refer to [Validate credential configurations from external
463
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
457
464
  # @return [::Object]
458
465
  # @!attribute [rw] scope
459
466
  # The OAuth scopes
@@ -432,6 +432,13 @@ module Google
432
432
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
433
433
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
434
434
  # * (`nil`) indicating no credentials
435
+ #
436
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
437
+ # external source for authentication to Google Cloud, you must validate it before
438
+ # providing it to a Google API client library. Providing an unvalidated credential
439
+ # configuration to Google APIs can compromise the security of your systems and data.
440
+ # For more information, refer to [Validate credential configurations from external
441
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
435
442
  # @return [::Object]
436
443
  # @!attribute [rw] scope
437
444
  # The OAuth scopes
@@ -436,6 +436,13 @@ module Google
436
436
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
437
437
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
438
438
  # * (`nil`) indicating no credentials
439
+ #
440
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
441
+ # external source for authentication to Google Cloud, you must validate it before
442
+ # providing it to a Google API client library. Providing an unvalidated credential
443
+ # configuration to Google APIs can compromise the security of your systems and data.
444
+ # For more information, refer to [Validate credential configurations from external
445
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
439
446
  # @return [::Object]
440
447
  # @!attribute [rw] scope
441
448
  # The OAuth scopes
@@ -414,6 +414,13 @@ module Google
414
414
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
415
415
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
416
416
  # * (`nil`) indicating no credentials
417
+ #
418
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
419
+ # external source for authentication to Google Cloud, you must validate it before
420
+ # providing it to a Google API client library. Providing an unvalidated credential
421
+ # configuration to Google APIs can compromise the security of your systems and data.
422
+ # For more information, refer to [Validate credential configurations from external
423
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
417
424
  # @return [::Object]
418
425
  # @!attribute [rw] scope
419
426
  # The OAuth scopes
@@ -776,8 +776,12 @@ module Google
776
776
  # have write permissions for the object. For more information, see
777
777
  # [Dialogflow access
778
778
  # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
779
+ #
780
+ # Note: The following fields are mutually exclusive: `entity_types_uri`, `entity_types_content_inline`. If a field in that set is populated, all other fields in the set will automatically be cleared.
779
781
  # @param entity_types_content_inline [::Boolean]
780
782
  # Optional. The option to return the serialized entity types inline.
783
+ #
784
+ # Note: The following fields are mutually exclusive: `entity_types_content_inline`, `entity_types_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
781
785
  # @param data_format [::Google::Cloud::Dialogflow::CX::V3::ExportEntityTypesRequest::DataFormat]
782
786
  # Optional. The data format of the exported entity types. If not specified,
783
787
  # `BLOB` is assumed.
@@ -899,8 +903,12 @@ module Google
899
903
  # have read permissions for the object. For more information, see
900
904
  # [Dialogflow access
901
905
  # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
906
+ #
907
+ # Note: The following fields are mutually exclusive: `entity_types_uri`, `entity_types_content`. If a field in that set is populated, all other fields in the set will automatically be cleared.
902
908
  # @param entity_types_content [::Google::Cloud::Dialogflow::CX::V3::InlineSource, ::Hash]
903
909
  # Uncompressed byte content of entity types.
910
+ #
911
+ # Note: The following fields are mutually exclusive: `entity_types_content`, `entity_types_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
904
912
  # @param merge_option [::Google::Cloud::Dialogflow::CX::V3::ImportEntityTypesRequest::MergeOption]
905
913
  # Required. Merge option for importing entity types.
906
914
  # @param target_entity_type [::String]
@@ -1030,6 +1038,13 @@ module Google
1030
1038
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1031
1039
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1032
1040
  # * (`nil`) indicating no credentials
1041
+ #
1042
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1043
+ # external source for authentication to Google Cloud, you must validate it before
1044
+ # providing it to a Google API client library. Providing an unvalidated credential
1045
+ # configuration to Google APIs can compromise the security of your systems and data.
1046
+ # For more information, refer to [Validate credential configurations from external
1047
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1033
1048
  # @return [::Object]
1034
1049
  # @!attribute [rw] scope
1035
1050
  # The OAuth scopes
@@ -641,6 +641,13 @@ module Google
641
641
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
642
642
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
643
643
  # * (`nil`) indicating no credentials
644
+ #
645
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
646
+ # external source for authentication to Google Cloud, you must validate it before
647
+ # providing it to a Google API client library. Providing an unvalidated credential
648
+ # configuration to Google APIs can compromise the security of your systems and data.
649
+ # For more information, refer to [Validate credential configurations from external
650
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
644
651
  # @return [::Object]
645
652
  # @!attribute [rw] scope
646
653
  # The OAuth scopes
@@ -735,8 +735,12 @@ module Google
735
735
  # have write permissions for the object. For more information, see
736
736
  # [Dialogflow access
737
737
  # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
738
+ #
739
+ # Note: The following fields are mutually exclusive: `entity_types_uri`, `entity_types_content_inline`. If a field in that set is populated, all other fields in the set will automatically be cleared.
738
740
  # @param entity_types_content_inline [::Boolean]
739
741
  # Optional. The option to return the serialized entity types inline.
742
+ #
743
+ # Note: The following fields are mutually exclusive: `entity_types_content_inline`, `entity_types_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
740
744
  # @param data_format [::Google::Cloud::Dialogflow::CX::V3::ExportEntityTypesRequest::DataFormat]
741
745
  # Optional. The data format of the exported entity types. If not specified,
742
746
  # `BLOB` is assumed.
@@ -851,8 +855,12 @@ module Google
851
855
  # have read permissions for the object. For more information, see
852
856
  # [Dialogflow access
853
857
  # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
858
+ #
859
+ # Note: The following fields are mutually exclusive: `entity_types_uri`, `entity_types_content`. If a field in that set is populated, all other fields in the set will automatically be cleared.
854
860
  # @param entity_types_content [::Google::Cloud::Dialogflow::CX::V3::InlineSource, ::Hash]
855
861
  # Uncompressed byte content of entity types.
862
+ #
863
+ # Note: The following fields are mutually exclusive: `entity_types_content`, `entity_types_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
856
864
  # @param merge_option [::Google::Cloud::Dialogflow::CX::V3::ImportEntityTypesRequest::MergeOption]
857
865
  # Required. Merge option for importing entity types.
858
866
  # @param target_entity_type [::String]
@@ -973,6 +981,13 @@ module Google
973
981
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
974
982
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
975
983
  # * (`nil`) indicating no credentials
984
+ #
985
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
986
+ # external source for authentication to Google Cloud, you must validate it before
987
+ # providing it to a Google API client library. Providing an unvalidated credential
988
+ # configuration to Google APIs can compromise the security of your systems and data.
989
+ # For more information, refer to [Validate credential configurations from external
990
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
976
991
  # @return [::Object]
977
992
  # @!attribute [rw] scope
978
993
  # The OAuth scopes
@@ -503,6 +503,13 @@ module Google
503
503
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
504
504
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
505
505
  # * (`nil`) indicating no credentials
506
+ #
507
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
508
+ # external source for authentication to Google Cloud, you must validate it before
509
+ # providing it to a Google API client library. Providing an unvalidated credential
510
+ # configuration to Google APIs can compromise the security of your systems and data.
511
+ # For more information, refer to [Validate credential configurations from external
512
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
506
513
  # @return [::Object]
507
514
  # @!attribute [rw] scope
508
515
  # The OAuth scopes
@@ -1163,6 +1163,13 @@ module Google
1163
1163
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1164
1164
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1165
1165
  # * (`nil`) indicating no credentials
1166
+ #
1167
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1168
+ # external source for authentication to Google Cloud, you must validate it before
1169
+ # providing it to a Google API client library. Providing an unvalidated credential
1170
+ # configuration to Google APIs can compromise the security of your systems and data.
1171
+ # For more information, refer to [Validate credential configurations from external
1172
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1166
1173
  # @return [::Object]
1167
1174
  # @!attribute [rw] scope
1168
1175
  # The OAuth scopes
@@ -641,6 +641,13 @@ module Google
641
641
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
642
642
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
643
643
  # * (`nil`) indicating no credentials
644
+ #
645
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
646
+ # external source for authentication to Google Cloud, you must validate it before
647
+ # providing it to a Google API client library. Providing an unvalidated credential
648
+ # configuration to Google APIs can compromise the security of your systems and data.
649
+ # For more information, refer to [Validate credential configurations from external
650
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
644
651
  # @return [::Object]
645
652
  # @!attribute [rw] scope
646
653
  # The OAuth scopes
@@ -1092,6 +1092,13 @@ module Google
1092
1092
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1093
1093
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1094
1094
  # * (`nil`) indicating no credentials
1095
+ #
1096
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1097
+ # external source for authentication to Google Cloud, you must validate it before
1098
+ # providing it to a Google API client library. Providing an unvalidated credential
1099
+ # configuration to Google APIs can compromise the security of your systems and data.
1100
+ # For more information, refer to [Validate credential configurations from external
1101
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1095
1102
  # @return [::Object]
1096
1103
  # @!attribute [rw] scope
1097
1104
  # The OAuth scopes
@@ -503,6 +503,13 @@ module Google
503
503
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
504
504
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
505
505
  # * (`nil`) indicating no credentials
506
+ #
507
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
508
+ # external source for authentication to Google Cloud, you must validate it before
509
+ # providing it to a Google API client library. Providing an unvalidated credential
510
+ # configuration to Google APIs can compromise the security of your systems and data.
511
+ # For more information, refer to [Validate credential configurations from external
512
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
506
513
  # @return [::Object]
507
514
  # @!attribute [rw] scope
508
515
  # The OAuth scopes
@@ -879,6 +879,13 @@ module Google
879
879
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
880
880
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
881
881
  # * (`nil`) indicating no credentials
882
+ #
883
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
884
+ # external source for authentication to Google Cloud, you must validate it before
885
+ # providing it to a Google API client library. Providing an unvalidated credential
886
+ # configuration to Google APIs can compromise the security of your systems and data.
887
+ # For more information, refer to [Validate credential configurations from external
888
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
882
889
  # @return [::Object]
883
890
  # @!attribute [rw] scope
884
891
  # The OAuth scopes
@@ -822,6 +822,13 @@ module Google
822
822
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
823
823
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
824
824
  # * (`nil`) indicating no credentials
825
+ #
826
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
827
+ # external source for authentication to Google Cloud, you must validate it before
828
+ # providing it to a Google API client library. Providing an unvalidated credential
829
+ # configuration to Google APIs can compromise the security of your systems and data.
830
+ # For more information, refer to [Validate credential configurations from external
831
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
825
832
  # @return [::Object]
826
833
  # @!attribute [rw] scope
827
834
  # The OAuth scopes
@@ -1074,8 +1074,12 @@ module Google
1074
1074
  # have read permissions for the object. For more information, see
1075
1075
  # [Dialogflow access
1076
1076
  # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
1077
+ #
1078
+ # Note: The following fields are mutually exclusive: `flow_uri`, `flow_content`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1077
1079
  # @param flow_content [::String]
1078
1080
  # Uncompressed raw byte content for flow.
1081
+ #
1082
+ # Note: The following fields are mutually exclusive: `flow_content`, `flow_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1079
1083
  # @param import_option [::Google::Cloud::Dialogflow::CX::V3::ImportFlowRequest::ImportOption]
1080
1084
  # Flow import mode. If not specified, `KEEP` is assumed.
1081
1085
  # @param flow_import_strategy [::Google::Cloud::Dialogflow::CX::V3::FlowImportStrategy, ::Hash]
@@ -1320,6 +1324,13 @@ module Google
1320
1324
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1321
1325
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1322
1326
  # * (`nil`) indicating no credentials
1327
+ #
1328
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1329
+ # external source for authentication to Google Cloud, you must validate it before
1330
+ # providing it to a Google API client library. Providing an unvalidated credential
1331
+ # configuration to Google APIs can compromise the security of your systems and data.
1332
+ # For more information, refer to [Validate credential configurations from external
1333
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1323
1334
  # @return [::Object]
1324
1335
  # @!attribute [rw] scope
1325
1336
  # The OAuth scopes
@@ -641,6 +641,13 @@ module Google
641
641
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
642
642
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
643
643
  # * (`nil`) indicating no credentials
644
+ #
645
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
646
+ # external source for authentication to Google Cloud, you must validate it before
647
+ # providing it to a Google API client library. Providing an unvalidated credential
648
+ # configuration to Google APIs can compromise the security of your systems and data.
649
+ # For more information, refer to [Validate credential configurations from external
650
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
644
651
  # @return [::Object]
645
652
  # @!attribute [rw] scope
646
653
  # The OAuth scopes
@@ -1012,8 +1012,12 @@ module Google
1012
1012
  # have read permissions for the object. For more information, see
1013
1013
  # [Dialogflow access
1014
1014
  # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
1015
+ #
1016
+ # Note: The following fields are mutually exclusive: `flow_uri`, `flow_content`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1015
1017
  # @param flow_content [::String]
1016
1018
  # Uncompressed raw byte content for flow.
1019
+ #
1020
+ # Note: The following fields are mutually exclusive: `flow_content`, `flow_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1017
1021
  # @param import_option [::Google::Cloud::Dialogflow::CX::V3::ImportFlowRequest::ImportOption]
1018
1022
  # Flow import mode. If not specified, `KEEP` is assumed.
1019
1023
  # @param flow_import_strategy [::Google::Cloud::Dialogflow::CX::V3::FlowImportStrategy, ::Hash]
@@ -1242,6 +1246,13 @@ module Google
1242
1246
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1243
1247
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1244
1248
  # * (`nil`) indicating no credentials
1249
+ #
1250
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1251
+ # external source for authentication to Google Cloud, you must validate it before
1252
+ # providing it to a Google API client library. Providing an unvalidated credential
1253
+ # configuration to Google APIs can compromise the security of your systems and data.
1254
+ # For more information, refer to [Validate credential configurations from external
1255
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1245
1256
  # @return [::Object]
1246
1257
  # @!attribute [rw] scope
1247
1258
  # The OAuth scopes
@@ -503,6 +503,13 @@ module Google
503
503
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
504
504
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
505
505
  # * (`nil`) indicating no credentials
506
+ #
507
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
508
+ # external source for authentication to Google Cloud, you must validate it before
509
+ # providing it to a Google API client library. Providing an unvalidated credential
510
+ # configuration to Google APIs can compromise the security of your systems and data.
511
+ # For more information, refer to [Validate credential configurations from external
512
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
506
513
  # @return [::Object]
507
514
  # @!attribute [rw] scope
508
515
  # The OAuth scopes
@@ -715,6 +715,13 @@ module Google
715
715
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
716
716
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
717
717
  # * (`nil`) indicating no credentials
718
+ #
719
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
720
+ # external source for authentication to Google Cloud, you must validate it before
721
+ # providing it to a Google API client library. Providing an unvalidated credential
722
+ # configuration to Google APIs can compromise the security of your systems and data.
723
+ # For more information, refer to [Validate credential configurations from external
724
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
718
725
  # @return [::Object]
719
726
  # @!attribute [rw] scope
720
727
  # The OAuth scopes
@@ -672,6 +672,13 @@ module Google
672
672
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
673
673
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
674
674
  # * (`nil`) indicating no credentials
675
+ #
676
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
677
+ # external source for authentication to Google Cloud, you must validate it before
678
+ # providing it to a Google API client library. Providing an unvalidated credential
679
+ # configuration to Google APIs can compromise the security of your systems and data.
680
+ # For more information, refer to [Validate credential configurations from external
681
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
675
682
  # @return [::Object]
676
683
  # @!attribute [rw] scope
677
684
  # The OAuth scopes
@@ -762,8 +762,12 @@ module Google
762
762
  # have read permissions for the object. For more information, see
763
763
  # [Dialogflow access
764
764
  # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
765
+ #
766
+ # Note: The following fields are mutually exclusive: `intents_uri`, `intents_content`. If a field in that set is populated, all other fields in the set will automatically be cleared.
765
767
  # @param intents_content [::Google::Cloud::Dialogflow::CX::V3::InlineSource, ::Hash]
766
768
  # Uncompressed byte content of intents.
769
+ #
770
+ # Note: The following fields are mutually exclusive: `intents_content`, `intents_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
767
771
  # @param merge_option [::Google::Cloud::Dialogflow::CX::V3::ImportIntentsRequest::MergeOption]
768
772
  # Merge option for importing intents. If not specified, `REJECT` is assumed.
769
773
  #
@@ -885,8 +889,12 @@ module Google
885
889
  # have write permissions for the object. For more information, see
886
890
  # [Dialogflow access
887
891
  # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
892
+ #
893
+ # Note: The following fields are mutually exclusive: `intents_uri`, `intents_content_inline`. If a field in that set is populated, all other fields in the set will automatically be cleared.
888
894
  # @param intents_content_inline [::Boolean]
889
895
  # Optional. The option to return the serialized intents inline.
896
+ #
897
+ # Note: The following fields are mutually exclusive: `intents_content_inline`, `intents_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
890
898
  # @param data_format [::Google::Cloud::Dialogflow::CX::V3::ExportIntentsRequest::DataFormat]
891
899
  # Optional. The data format of the exported intents. If not specified, `BLOB`
892
900
  # is assumed.
@@ -1008,6 +1016,13 @@ module Google
1008
1016
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1009
1017
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1010
1018
  # * (`nil`) indicating no credentials
1019
+ #
1020
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1021
+ # external source for authentication to Google Cloud, you must validate it before
1022
+ # providing it to a Google API client library. Providing an unvalidated credential
1023
+ # configuration to Google APIs can compromise the security of your systems and data.
1024
+ # For more information, refer to [Validate credential configurations from external
1025
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1011
1026
  # @return [::Object]
1012
1027
  # @!attribute [rw] scope
1013
1028
  # The OAuth scopes
@@ -641,6 +641,13 @@ module Google
641
641
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
642
642
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
643
643
  # * (`nil`) indicating no credentials
644
+ #
645
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
646
+ # external source for authentication to Google Cloud, you must validate it before
647
+ # providing it to a Google API client library. Providing an unvalidated credential
648
+ # configuration to Google APIs can compromise the security of your systems and data.
649
+ # For more information, refer to [Validate credential configurations from external
650
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
644
651
  # @return [::Object]
645
652
  # @!attribute [rw] scope
646
653
  # The OAuth scopes
@@ -721,8 +721,12 @@ module Google
721
721
  # have read permissions for the object. For more information, see
722
722
  # [Dialogflow access
723
723
  # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
724
+ #
725
+ # Note: The following fields are mutually exclusive: `intents_uri`, `intents_content`. If a field in that set is populated, all other fields in the set will automatically be cleared.
724
726
  # @param intents_content [::Google::Cloud::Dialogflow::CX::V3::InlineSource, ::Hash]
725
727
  # Uncompressed byte content of intents.
728
+ #
729
+ # Note: The following fields are mutually exclusive: `intents_content`, `intents_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
726
730
  # @param merge_option [::Google::Cloud::Dialogflow::CX::V3::ImportIntentsRequest::MergeOption]
727
731
  # Merge option for importing intents. If not specified, `REJECT` is assumed.
728
732
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -837,8 +841,12 @@ module Google
837
841
  # have write permissions for the object. For more information, see
838
842
  # [Dialogflow access
839
843
  # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
844
+ #
845
+ # Note: The following fields are mutually exclusive: `intents_uri`, `intents_content_inline`. If a field in that set is populated, all other fields in the set will automatically be cleared.
840
846
  # @param intents_content_inline [::Boolean]
841
847
  # Optional. The option to return the serialized intents inline.
848
+ #
849
+ # Note: The following fields are mutually exclusive: `intents_content_inline`, `intents_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
842
850
  # @param data_format [::Google::Cloud::Dialogflow::CX::V3::ExportIntentsRequest::DataFormat]
843
851
  # Optional. The data format of the exported intents. If not specified, `BLOB`
844
852
  # is assumed.
@@ -951,6 +959,13 @@ module Google
951
959
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
952
960
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
953
961
  # * (`nil`) indicating no credentials
962
+ #
963
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
964
+ # external source for authentication to Google Cloud, you must validate it before
965
+ # providing it to a Google API client library. Providing an unvalidated credential
966
+ # configuration to Google APIs can compromise the security of your systems and data.
967
+ # For more information, refer to [Validate credential configurations from external
968
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
954
969
  # @return [::Object]
955
970
  # @!attribute [rw] scope
956
971
  # The OAuth scopes
@@ -503,6 +503,13 @@ module Google
503
503
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
504
504
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
505
505
  # * (`nil`) indicating no credentials
506
+ #
507
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
508
+ # external source for authentication to Google Cloud, you must validate it before
509
+ # providing it to a Google API client library. Providing an unvalidated credential
510
+ # configuration to Google APIs can compromise the security of your systems and data.
511
+ # For more information, refer to [Validate credential configurations from external
512
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
506
513
  # @return [::Object]
507
514
  # @!attribute [rw] scope
508
515
  # The OAuth scopes