google-cloud-dialogflow-v2 1.6.0 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/google/cloud/dialogflow/v2/agents/client.rb +15 -0
  4. data/lib/google/cloud/dialogflow/v2/agents/operations.rb +7 -0
  5. data/lib/google/cloud/dialogflow/v2/agents/rest/client.rb +15 -0
  6. data/lib/google/cloud/dialogflow/v2/agents/rest/operations.rb +7 -0
  7. data/lib/google/cloud/dialogflow/v2/answer_records/client.rb +7 -0
  8. data/lib/google/cloud/dialogflow/v2/answer_records/rest/client.rb +7 -0
  9. data/lib/google/cloud/dialogflow/v2/contexts/client.rb +7 -0
  10. data/lib/google/cloud/dialogflow/v2/contexts/rest/client.rb +7 -0
  11. data/lib/google/cloud/dialogflow/v2/conversation_datasets/client.rb +7 -0
  12. data/lib/google/cloud/dialogflow/v2/conversation_datasets/operations.rb +7 -0
  13. data/lib/google/cloud/dialogflow/v2/conversation_datasets/rest/client.rb +7 -0
  14. data/lib/google/cloud/dialogflow/v2/conversation_datasets/rest/operations.rb +7 -0
  15. data/lib/google/cloud/dialogflow/v2/conversation_models/client.rb +7 -0
  16. data/lib/google/cloud/dialogflow/v2/conversation_models/operations.rb +7 -0
  17. data/lib/google/cloud/dialogflow/v2/conversation_models/rest/client.rb +7 -0
  18. data/lib/google/cloud/dialogflow/v2/conversation_models/rest/operations.rb +7 -0
  19. data/lib/google/cloud/dialogflow/v2/conversation_profiles/client.rb +7 -0
  20. data/lib/google/cloud/dialogflow/v2/conversation_profiles/operations.rb +7 -0
  21. data/lib/google/cloud/dialogflow/v2/conversation_profiles/rest/client.rb +7 -0
  22. data/lib/google/cloud/dialogflow/v2/conversation_profiles/rest/operations.rb +7 -0
  23. data/lib/google/cloud/dialogflow/v2/conversations/client.rb +11 -0
  24. data/lib/google/cloud/dialogflow/v2/conversations/rest/client.rb +11 -0
  25. data/lib/google/cloud/dialogflow/v2/documents/client.rb +7 -0
  26. data/lib/google/cloud/dialogflow/v2/documents/operations.rb +7 -0
  27. data/lib/google/cloud/dialogflow/v2/documents/rest/client.rb +7 -0
  28. data/lib/google/cloud/dialogflow/v2/documents/rest/operations.rb +7 -0
  29. data/lib/google/cloud/dialogflow/v2/encryption_spec_service/client.rb +7 -0
  30. data/lib/google/cloud/dialogflow/v2/encryption_spec_service/operations.rb +7 -0
  31. data/lib/google/cloud/dialogflow/v2/encryption_spec_service/rest/client.rb +7 -0
  32. data/lib/google/cloud/dialogflow/v2/encryption_spec_service/rest/operations.rb +7 -0
  33. data/lib/google/cloud/dialogflow/v2/entity_types/client.rb +11 -0
  34. data/lib/google/cloud/dialogflow/v2/entity_types/operations.rb +7 -0
  35. data/lib/google/cloud/dialogflow/v2/entity_types/rest/client.rb +11 -0
  36. data/lib/google/cloud/dialogflow/v2/entity_types/rest/operations.rb +7 -0
  37. data/lib/google/cloud/dialogflow/v2/environments/client.rb +7 -0
  38. data/lib/google/cloud/dialogflow/v2/environments/rest/client.rb +7 -0
  39. data/lib/google/cloud/dialogflow/v2/fulfillments/client.rb +7 -0
  40. data/lib/google/cloud/dialogflow/v2/fulfillments/rest/client.rb +7 -0
  41. data/lib/google/cloud/dialogflow/v2/generators/client.rb +7 -0
  42. data/lib/google/cloud/dialogflow/v2/generators/rest/client.rb +7 -0
  43. data/lib/google/cloud/dialogflow/v2/intents/client.rb +11 -0
  44. data/lib/google/cloud/dialogflow/v2/intents/operations.rb +7 -0
  45. data/lib/google/cloud/dialogflow/v2/intents/rest/client.rb +11 -0
  46. data/lib/google/cloud/dialogflow/v2/intents/rest/operations.rb +7 -0
  47. data/lib/google/cloud/dialogflow/v2/knowledge_bases/client.rb +7 -0
  48. data/lib/google/cloud/dialogflow/v2/knowledge_bases/rest/client.rb +7 -0
  49. data/lib/google/cloud/dialogflow/v2/participants/client.rb +13 -0
  50. data/lib/google/cloud/dialogflow/v2/participants/rest/client.rb +13 -0
  51. data/lib/google/cloud/dialogflow/v2/session_entity_types/client.rb +7 -0
  52. data/lib/google/cloud/dialogflow/v2/session_entity_types/rest/client.rb +7 -0
  53. data/lib/google/cloud/dialogflow/v2/sessions/client.rb +7 -0
  54. data/lib/google/cloud/dialogflow/v2/sessions/rest/client.rb +7 -0
  55. data/lib/google/cloud/dialogflow/v2/version.rb +1 -1
  56. data/lib/google/cloud/dialogflow/v2/versions/client.rb +7 -0
  57. data/lib/google/cloud/dialogflow/v2/versions/rest/client.rb +7 -0
  58. data/proto_docs/google/cloud/dialogflow/v2/agent.rb +12 -0
  59. data/proto_docs/google/cloud/dialogflow/v2/answer_record.rb +6 -0
  60. data/proto_docs/google/cloud/dialogflow/v2/conversation.rb +4 -0
  61. data/proto_docs/google/cloud/dialogflow/v2/conversation_event.rb +4 -0
  62. data/proto_docs/google/cloud/dialogflow/v2/conversation_model.rb +8 -0
  63. data/proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb +10 -0
  64. data/proto_docs/google/cloud/dialogflow/v2/document.rb +4 -0
  65. data/proto_docs/google/cloud/dialogflow/v2/entity_type.rb +4 -0
  66. data/proto_docs/google/cloud/dialogflow/v2/intent.rb +36 -0
  67. data/proto_docs/google/cloud/dialogflow/v2/participant.rb +34 -0
  68. data/proto_docs/google/cloud/dialogflow/v2/session.rb +6 -0
  69. data/proto_docs/google/longrunning/operations.rb +4 -0
  70. data/proto_docs/google/protobuf/struct.rb +12 -0
  71. metadata +6 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce2f47d680b0328c75d4aa182a717193a1dc68000ea54e23ddc2c52852dcbec3
4
- data.tar.gz: 8ee44418304b1fa1e4ad742a866300619baabf0d1a12bab5970f968758bb288f
3
+ metadata.gz: bd51089db6dd0692f5e453e24f08ce711f552b4ea40d16a4e8eed81342f11be1
4
+ data.tar.gz: d29d7683b3a6275c8734534ca273cde63bc6f47a5f9ce78c3e8d421cb3b09677
5
5
  SHA512:
6
- metadata.gz: 158680020e02a8f10a5171f89eb3891926ca381d49eddb9d32520aa7065ade6c7fb8fdf7b054a52d093efa14fcf98ed62305391dab395c4e1f599e4ef934b37b
7
- data.tar.gz: 7bed089523fcc22a022ed50817c82a4a3bf372273dc2a64ef32b2014fd0c1dbfbd046886b5d25c29e71c30c702e65ba718029afd37e20c4ef2297da1075ed294
6
+ metadata.gz: 777a80384f793693df8d661f4af201bd697f2830fa2bf0910612e98dadae399942f75e3871a6970bfab88bcad31d653040eb8a76eaccb25c6333359c393f94b4
7
+ data.tar.gz: 6a00f5f850c0cf65f289f427cbd3973271a751730feaa3ca9ee81e038441cfd6e3e2689ac69f43337377f7f7ad1dd766e2dfd48f17ebfa52182b095240fa9b04
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
@@ -863,9 +863,13 @@ module Google
863
863
  # have read permissions for the object. For more information, see
864
864
  # [Dialogflow access
865
865
  # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
866
+ #
867
+ # Note: The following fields are mutually exclusive: `agent_uri`, `agent_content`. If a field in that set is populated, all other fields in the set will automatically be cleared.
866
868
  # @param agent_content [::String]
867
869
  # Zip compressed raw byte content for agent.
868
870
  #
871
+ # Note: The following fields are mutually exclusive: `agent_content`, `agent_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
872
+ #
869
873
  # @yield [response, operation] Access the result along with the RPC operation
870
874
  # @yieldparam response [::Gapic::Operation]
871
875
  # @yieldparam operation [::GRPC::ActiveCall::Operation]
@@ -993,9 +997,13 @@ module Google
993
997
  # have read permissions for the object. For more information, see
994
998
  # [Dialogflow access
995
999
  # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
1000
+ #
1001
+ # Note: The following fields are mutually exclusive: `agent_uri`, `agent_content`. If a field in that set is populated, all other fields in the set will automatically be cleared.
996
1002
  # @param agent_content [::String]
997
1003
  # Zip compressed raw byte content for agent.
998
1004
  #
1005
+ # Note: The following fields are mutually exclusive: `agent_content`, `agent_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1006
+ #
999
1007
  # @yield [response, operation] Access the result along with the RPC operation
1000
1008
  # @yieldparam response [::Gapic::Operation]
1001
1009
  # @yieldparam operation [::GRPC::ActiveCall::Operation]
@@ -1206,6 +1214,13 @@ module Google
1206
1214
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1207
1215
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1208
1216
  # * (`nil`) indicating no credentials
1217
+ #
1218
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1219
+ # external source for authentication to Google Cloud, you must validate it before
1220
+ # providing it to a Google API client library. Providing an unvalidated credential
1221
+ # configuration to Google APIs can compromise the security of your systems and data.
1222
+ # For more information, refer to [Validate credential configurations from external
1223
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1209
1224
  # @return [::Object]
1210
1225
  # @!attribute [rw] scope
1211
1226
  # The OAuth scopes
@@ -640,6 +640,13 @@ module Google
640
640
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
641
641
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
642
642
  # * (`nil`) indicating no credentials
643
+ #
644
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
645
+ # external source for authentication to Google Cloud, you must validate it before
646
+ # providing it to a Google API client library. Providing an unvalidated credential
647
+ # configuration to Google APIs can compromise the security of your systems and data.
648
+ # For more information, refer to [Validate credential configurations from external
649
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
643
650
  # @return [::Object]
644
651
  # @!attribute [rw] scope
645
652
  # The OAuth scopes
@@ -815,8 +815,12 @@ module Google
815
815
  # have read permissions for the object. For more information, see
816
816
  # [Dialogflow access
817
817
  # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
818
+ #
819
+ # Note: The following fields are mutually exclusive: `agent_uri`, `agent_content`. If a field in that set is populated, all other fields in the set will automatically be cleared.
818
820
  # @param agent_content [::String]
819
821
  # Zip compressed raw byte content for agent.
822
+ #
823
+ # Note: The following fields are mutually exclusive: `agent_content`, `agent_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
820
824
  # @yield [result, operation] Access the result along with the TransportOperation object
821
825
  # @yieldparam result [::Gapic::Operation]
822
826
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -938,8 +942,12 @@ module Google
938
942
  # have read permissions for the object. For more information, see
939
943
  # [Dialogflow access
940
944
  # control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
945
+ #
946
+ # Note: The following fields are mutually exclusive: `agent_uri`, `agent_content`. If a field in that set is populated, all other fields in the set will automatically be cleared.
941
947
  # @param agent_content [::String]
942
948
  # Zip compressed raw byte content for agent.
949
+ #
950
+ # Note: The following fields are mutually exclusive: `agent_content`, `agent_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
943
951
  # @yield [result, operation] Access the result along with the TransportOperation object
944
952
  # @yieldparam result [::Gapic::Operation]
945
953
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -1135,6 +1143,13 @@ module Google
1135
1143
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1136
1144
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1137
1145
  # * (`nil`) indicating no credentials
1146
+ #
1147
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1148
+ # external source for authentication to Google Cloud, you must validate it before
1149
+ # providing it to a Google API client library. Providing an unvalidated credential
1150
+ # configuration to Google APIs can compromise the security of your systems and data.
1151
+ # For more information, refer to [Validate credential configurations from external
1152
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1138
1153
  # @return [::Object]
1139
1154
  # @!attribute [rw] scope
1140
1155
  # The OAuth scopes
@@ -502,6 +502,13 @@ module Google
502
502
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
503
503
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
504
504
  # * (`nil`) indicating no credentials
505
+ #
506
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
507
+ # external source for authentication to Google Cloud, you must validate it before
508
+ # providing it to a Google API client library. Providing an unvalidated credential
509
+ # configuration to Google APIs can compromise the security of your systems and data.
510
+ # For more information, refer to [Validate credential configurations from external
511
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
505
512
  # @return [::Object]
506
513
  # @!attribute [rw] scope
507
514
  # The OAuth scopes
@@ -446,6 +446,13 @@ module Google
446
446
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
447
447
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
448
448
  # * (`nil`) indicating no credentials
449
+ #
450
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
451
+ # external source for authentication to Google Cloud, you must validate it before
452
+ # providing it to a Google API client library. Providing an unvalidated credential
453
+ # configuration to Google APIs can compromise the security of your systems and data.
454
+ # For more information, refer to [Validate credential configurations from external
455
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
449
456
  # @return [::Object]
450
457
  # @!attribute [rw] scope
451
458
  # The OAuth scopes
@@ -424,6 +424,13 @@ module Google
424
424
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
425
425
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
426
426
  # * (`nil`) indicating no credentials
427
+ #
428
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
429
+ # external source for authentication to Google Cloud, you must validate it before
430
+ # providing it to a Google API client library. Providing an unvalidated credential
431
+ # configuration to Google APIs can compromise the security of your systems and data.
432
+ # For more information, refer to [Validate credential configurations from external
433
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
427
434
  # @return [::Object]
428
435
  # @!attribute [rw] scope
429
436
  # The OAuth scopes
@@ -800,6 +800,13 @@ module Google
800
800
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
801
801
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
802
802
  # * (`nil`) indicating no credentials
803
+ #
804
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
805
+ # external source for authentication to Google Cloud, you must validate it before
806
+ # providing it to a Google API client library. Providing an unvalidated credential
807
+ # configuration to Google APIs can compromise the security of your systems and data.
808
+ # For more information, refer to [Validate credential configurations from external
809
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
803
810
  # @return [::Object]
804
811
  # @!attribute [rw] scope
805
812
  # The OAuth scopes
@@ -750,6 +750,13 @@ module Google
750
750
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
751
751
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
752
752
  # * (`nil`) indicating no credentials
753
+ #
754
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
755
+ # external source for authentication to Google Cloud, you must validate it before
756
+ # providing it to a Google API client library. Providing an unvalidated credential
757
+ # configuration to Google APIs can compromise the security of your systems and data.
758
+ # For more information, refer to [Validate credential configurations from external
759
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
753
760
  # @return [::Object]
754
761
  # @!attribute [rw] scope
755
762
  # The OAuth scopes
@@ -770,6 +770,13 @@ module Google
770
770
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
771
771
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
772
772
  # * (`nil`) indicating no credentials
773
+ #
774
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
775
+ # external source for authentication to Google Cloud, you must validate it before
776
+ # providing it to a Google API client library. Providing an unvalidated credential
777
+ # configuration to Google APIs can compromise the security of your systems and data.
778
+ # For more information, refer to [Validate credential configurations from external
779
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
773
780
  # @return [::Object]
774
781
  # @!attribute [rw] scope
775
782
  # The OAuth scopes
@@ -640,6 +640,13 @@ module Google
640
640
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
641
641
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
642
642
  # * (`nil`) indicating no credentials
643
+ #
644
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
645
+ # external source for authentication to Google Cloud, you must validate it before
646
+ # providing it to a Google API client library. Providing an unvalidated credential
647
+ # configuration to Google APIs can compromise the security of your systems and data.
648
+ # For more information, refer to [Validate credential configurations from external
649
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
643
650
  # @return [::Object]
644
651
  # @!attribute [rw] scope
645
652
  # The OAuth scopes
@@ -727,6 +727,13 @@ module Google
727
727
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
728
728
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
729
729
  # * (`nil`) indicating no credentials
730
+ #
731
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
732
+ # external source for authentication to Google Cloud, you must validate it before
733
+ # providing it to a Google API client library. Providing an unvalidated credential
734
+ # configuration to Google APIs can compromise the security of your systems and data.
735
+ # For more information, refer to [Validate credential configurations from external
736
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
730
737
  # @return [::Object]
731
738
  # @!attribute [rw] scope
732
739
  # The OAuth scopes
@@ -502,6 +502,13 @@ module Google
502
502
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
503
503
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
504
504
  # * (`nil`) indicating no credentials
505
+ #
506
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
507
+ # external source for authentication to Google Cloud, you must validate it before
508
+ # providing it to a Google API client library. Providing an unvalidated credential
509
+ # configuration to Google APIs can compromise the security of your systems and data.
510
+ # For more information, refer to [Validate credential configurations from external
511
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
505
512
  # @return [::Object]
506
513
  # @!attribute [rw] scope
507
514
  # The OAuth scopes
@@ -1151,6 +1151,13 @@ module Google
1151
1151
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1152
1152
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1153
1153
  # * (`nil`) indicating no credentials
1154
+ #
1155
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1156
+ # external source for authentication to Google Cloud, you must validate it before
1157
+ # providing it to a Google API client library. Providing an unvalidated credential
1158
+ # configuration to Google APIs can compromise the security of your systems and data.
1159
+ # For more information, refer to [Validate credential configurations from external
1160
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1154
1161
  # @return [::Object]
1155
1162
  # @!attribute [rw] scope
1156
1163
  # The OAuth scopes
@@ -640,6 +640,13 @@ module Google
640
640
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
641
641
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
642
642
  # * (`nil`) indicating no credentials
643
+ #
644
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
645
+ # external source for authentication to Google Cloud, you must validate it before
646
+ # providing it to a Google API client library. Providing an unvalidated credential
647
+ # configuration to Google APIs can compromise the security of your systems and data.
648
+ # For more information, refer to [Validate credential configurations from external
649
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
643
650
  # @return [::Object]
644
651
  # @!attribute [rw] scope
645
652
  # The OAuth scopes
@@ -1080,6 +1080,13 @@ module Google
1080
1080
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1081
1081
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1082
1082
  # * (`nil`) indicating no credentials
1083
+ #
1084
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1085
+ # external source for authentication to Google Cloud, you must validate it before
1086
+ # providing it to a Google API client library. Providing an unvalidated credential
1087
+ # configuration to Google APIs can compromise the security of your systems and data.
1088
+ # For more information, refer to [Validate credential configurations from external
1089
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1083
1090
  # @return [::Object]
1084
1091
  # @!attribute [rw] scope
1085
1092
  # The OAuth scopes
@@ -502,6 +502,13 @@ module Google
502
502
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
503
503
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
504
504
  # * (`nil`) indicating no credentials
505
+ #
506
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
507
+ # external source for authentication to Google Cloud, you must validate it before
508
+ # providing it to a Google API client library. Providing an unvalidated credential
509
+ # configuration to Google APIs can compromise the security of your systems and data.
510
+ # For more information, refer to [Validate credential configurations from external
511
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
505
512
  # @return [::Object]
506
513
  # @!attribute [rw] scope
507
514
  # The OAuth scopes
@@ -952,6 +952,13 @@ module Google
952
952
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
953
953
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
954
954
  # * (`nil`) indicating no credentials
955
+ #
956
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
957
+ # external source for authentication to Google Cloud, you must validate it before
958
+ # providing it to a Google API client library. Providing an unvalidated credential
959
+ # configuration to Google APIs can compromise the security of your systems and data.
960
+ # For more information, refer to [Validate credential configurations from external
961
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
955
962
  # @return [::Object]
956
963
  # @!attribute [rw] scope
957
964
  # The OAuth scopes
@@ -640,6 +640,13 @@ module Google
640
640
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
641
641
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
642
642
  # * (`nil`) indicating no credentials
643
+ #
644
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
645
+ # external source for authentication to Google Cloud, you must validate it before
646
+ # providing it to a Google API client library. Providing an unvalidated credential
647
+ # configuration to Google APIs can compromise the security of your systems and data.
648
+ # For more information, refer to [Validate credential configurations from external
649
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
643
650
  # @return [::Object]
644
651
  # @!attribute [rw] scope
645
652
  # The OAuth scopes
@@ -895,6 +895,13 @@ module Google
895
895
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
896
896
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
897
897
  # * (`nil`) indicating no credentials
898
+ #
899
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
900
+ # external source for authentication to Google Cloud, you must validate it before
901
+ # providing it to a Google API client library. Providing an unvalidated credential
902
+ # configuration to Google APIs can compromise the security of your systems and data.
903
+ # For more information, refer to [Validate credential configurations from external
904
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
898
905
  # @return [::Object]
899
906
  # @!attribute [rw] scope
900
907
  # The OAuth scopes
@@ -502,6 +502,13 @@ module Google
502
502
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
503
503
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
504
504
  # * (`nil`) indicating no credentials
505
+ #
506
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
507
+ # external source for authentication to Google Cloud, you must validate it before
508
+ # providing it to a Google API client library. Providing an unvalidated credential
509
+ # configuration to Google APIs can compromise the security of your systems and data.
510
+ # For more information, refer to [Validate credential configurations from external
511
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
505
512
  # @return [::Object]
506
513
  # @!attribute [rw] scope
507
514
  # The OAuth scopes
@@ -944,9 +944,13 @@ module Google
944
944
  # @param generator [::Google::Cloud::Dialogflow::V2::Generator, ::Hash]
945
945
  # Uncreated generator. It should be a complete generator that includes all
946
946
  # information about the generator.
947
+ #
948
+ # Note: The following fields are mutually exclusive: `generator`, `generator_name`. If a field in that set is populated, all other fields in the set will automatically be cleared.
947
949
  # @param generator_name [::String]
948
950
  # The resource name of the existing created generator. Format:
949
951
  # `projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>`
952
+ #
953
+ # Note: The following fields are mutually exclusive: `generator_name`, `generator`. If a field in that set is populated, all other fields in the set will automatically be cleared.
950
954
  # @param conversation_context [::Google::Cloud::Dialogflow::V2::ConversationContext, ::Hash]
951
955
  # Optional. Context of the conversation, including transcripts.
952
956
  # @param trigger_events [::Array<::Google::Cloud::Dialogflow::V2::TriggerEvent>]
@@ -1195,6 +1199,13 @@ module Google
1195
1199
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1196
1200
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1197
1201
  # * (`nil`) indicating no credentials
1202
+ #
1203
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1204
+ # external source for authentication to Google Cloud, you must validate it before
1205
+ # providing it to a Google API client library. Providing an unvalidated credential
1206
+ # configuration to Google APIs can compromise the security of your systems and data.
1207
+ # For more information, refer to [Validate credential configurations from external
1208
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1198
1209
  # @return [::Object]
1199
1210
  # @!attribute [rw] scope
1200
1211
  # The OAuth scopes
@@ -889,9 +889,13 @@ module Google
889
889
  # @param generator [::Google::Cloud::Dialogflow::V2::Generator, ::Hash]
890
890
  # Uncreated generator. It should be a complete generator that includes all
891
891
  # information about the generator.
892
+ #
893
+ # Note: The following fields are mutually exclusive: `generator`, `generator_name`. If a field in that set is populated, all other fields in the set will automatically be cleared.
892
894
  # @param generator_name [::String]
893
895
  # The resource name of the existing created generator. Format:
894
896
  # `projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>`
897
+ #
898
+ # Note: The following fields are mutually exclusive: `generator_name`, `generator`. If a field in that set is populated, all other fields in the set will automatically be cleared.
895
899
  # @param conversation_context [::Google::Cloud::Dialogflow::V2::ConversationContext, ::Hash]
896
900
  # Optional. Context of the conversation, including transcripts.
897
901
  # @param trigger_events [::Array<::Google::Cloud::Dialogflow::V2::TriggerEvent>]
@@ -1124,6 +1128,13 @@ module Google
1124
1128
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1125
1129
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1126
1130
  # * (`nil`) indicating no credentials
1131
+ #
1132
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1133
+ # external source for authentication to Google Cloud, you must validate it before
1134
+ # providing it to a Google API client library. Providing an unvalidated credential
1135
+ # configuration to Google APIs can compromise the security of your systems and data.
1136
+ # For more information, refer to [Validate credential configurations from external
1137
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1127
1138
  # @return [::Object]
1128
1139
  # @!attribute [rw] scope
1129
1140
  # The OAuth scopes
@@ -1141,6 +1141,13 @@ module Google
1141
1141
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1142
1142
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1143
1143
  # * (`nil`) indicating no credentials
1144
+ #
1145
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1146
+ # external source for authentication to Google Cloud, you must validate it before
1147
+ # providing it to a Google API client library. Providing an unvalidated credential
1148
+ # configuration to Google APIs can compromise the security of your systems and data.
1149
+ # For more information, refer to [Validate credential configurations from external
1150
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1144
1151
  # @return [::Object]
1145
1152
  # @!attribute [rw] scope
1146
1153
  # The OAuth scopes
@@ -640,6 +640,13 @@ module Google
640
640
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
641
641
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
642
642
  # * (`nil`) indicating no credentials
643
+ #
644
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
645
+ # external source for authentication to Google Cloud, you must validate it before
646
+ # providing it to a Google API client library. Providing an unvalidated credential
647
+ # configuration to Google APIs can compromise the security of your systems and data.
648
+ # For more information, refer to [Validate credential configurations from external
649
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
643
650
  # @return [::Object]
644
651
  # @!attribute [rw] scope
645
652
  # The OAuth scopes
@@ -1077,6 +1077,13 @@ module Google
1077
1077
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1078
1078
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1079
1079
  # * (`nil`) indicating no credentials
1080
+ #
1081
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1082
+ # external source for authentication to Google Cloud, you must validate it before
1083
+ # providing it to a Google API client library. Providing an unvalidated credential
1084
+ # configuration to Google APIs can compromise the security of your systems and data.
1085
+ # For more information, refer to [Validate credential configurations from external
1086
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1080
1087
  # @return [::Object]
1081
1088
  # @!attribute [rw] scope
1082
1089
  # The OAuth scopes
@@ -502,6 +502,13 @@ module Google
502
502
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
503
503
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
504
504
  # * (`nil`) indicating no credentials
505
+ #
506
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
507
+ # external source for authentication to Google Cloud, you must validate it before
508
+ # providing it to a Google API client library. Providing an unvalidated credential
509
+ # configuration to Google APIs can compromise the security of your systems and data.
510
+ # For more information, refer to [Validate credential configurations from external
511
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
505
512
  # @return [::Object]
506
513
  # @!attribute [rw] scope
507
514
  # The OAuth scopes
@@ -448,6 +448,13 @@ module Google
448
448
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
449
449
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
450
450
  # * (`nil`) indicating no credentials
451
+ #
452
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
453
+ # external source for authentication to Google Cloud, you must validate it before
454
+ # providing it to a Google API client library. Providing an unvalidated credential
455
+ # configuration to Google APIs can compromise the security of your systems and data.
456
+ # For more information, refer to [Validate credential configurations from external
457
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
451
458
  # @return [::Object]
452
459
  # @!attribute [rw] scope
453
460
  # The OAuth scopes
@@ -640,6 +640,13 @@ module Google
640
640
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
641
641
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
642
642
  # * (`nil`) indicating no credentials
643
+ #
644
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
645
+ # external source for authentication to Google Cloud, you must validate it before
646
+ # providing it to a Google API client library. Providing an unvalidated credential
647
+ # configuration to Google APIs can compromise the security of your systems and data.
648
+ # For more information, refer to [Validate credential configurations from external
649
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
643
650
  # @return [::Object]
644
651
  # @!attribute [rw] scope
645
652
  # The OAuth scopes
@@ -426,6 +426,13 @@ module Google
426
426
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
427
427
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
428
428
  # * (`nil`) indicating no credentials
429
+ #
430
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
431
+ # external source for authentication to Google Cloud, you must validate it before
432
+ # providing it to a Google API client library. Providing an unvalidated credential
433
+ # configuration to Google APIs can compromise the security of your systems and data.
434
+ # For more information, refer to [Validate credential configurations from external
435
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
429
436
  # @return [::Object]
430
437
  # @!attribute [rw] scope
431
438
  # The OAuth scopes
@@ -502,6 +502,13 @@ module Google
502
502
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
503
503
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
504
504
  # * (`nil`) indicating no credentials
505
+ #
506
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
507
+ # external source for authentication to Google Cloud, you must validate it before
508
+ # providing it to a Google API client library. Providing an unvalidated credential
509
+ # configuration to Google APIs can compromise the security of your systems and data.
510
+ # For more information, refer to [Validate credential configurations from external
511
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
505
512
  # @return [::Object]
506
513
  # @!attribute [rw] scope
507
514
  # The OAuth scopes
@@ -737,8 +737,12 @@ module Google
737
737
  # or create. The file format can either be a serialized proto (of
738
738
  # EntityBatch type) or a JSON object. Note: The URI must start with
739
739
  # "gs://".
740
+ #
741
+ # Note: The following fields are mutually exclusive: `entity_type_batch_uri`, `entity_type_batch_inline`. If a field in that set is populated, all other fields in the set will automatically be cleared.
740
742
  # @param entity_type_batch_inline [::Google::Cloud::Dialogflow::V2::EntityTypeBatch, ::Hash]
741
743
  # The collection of entity types to update or create.
744
+ #
745
+ # Note: The following fields are mutually exclusive: `entity_type_batch_inline`, `entity_type_batch_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
742
746
  # @param language_code [::String]
743
747
  # Optional. The language used to access language-specific data.
744
748
  # If not specified, the agent's default language is used.
@@ -1330,6 +1334,13 @@ module Google
1330
1334
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1331
1335
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1332
1336
  # * (`nil`) indicating no credentials
1337
+ #
1338
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1339
+ # external source for authentication to Google Cloud, you must validate it before
1340
+ # providing it to a Google API client library. Providing an unvalidated credential
1341
+ # configuration to Google APIs can compromise the security of your systems and data.
1342
+ # For more information, refer to [Validate credential configurations from external
1343
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1333
1344
  # @return [::Object]
1334
1345
  # @!attribute [rw] scope
1335
1346
  # The OAuth scopes
@@ -640,6 +640,13 @@ module Google
640
640
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
641
641
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
642
642
  # * (`nil`) indicating no credentials
643
+ #
644
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
645
+ # external source for authentication to Google Cloud, you must validate it before
646
+ # providing it to a Google API client library. Providing an unvalidated credential
647
+ # configuration to Google APIs can compromise the security of your systems and data.
648
+ # For more information, refer to [Validate credential configurations from external
649
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
643
650
  # @return [::Object]
644
651
  # @!attribute [rw] scope
645
652
  # The OAuth scopes