google-cloud-discovery_engine-v1 1.4.0 → 2.0.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.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/google/cloud/discovery_engine/v1/completion_service/client.rb +17 -0
  4. data/lib/google/cloud/discovery_engine/v1/completion_service/operations.rb +7 -0
  5. data/lib/google/cloud/discovery_engine/v1/completion_service/rest/client.rb +17 -0
  6. data/lib/google/cloud/discovery_engine/v1/completion_service/rest/operations.rb +7 -0
  7. data/lib/google/cloud/discovery_engine/v1/control_service/client.rb +7 -0
  8. data/lib/google/cloud/discovery_engine/v1/control_service/rest/client.rb +7 -0
  9. data/lib/google/cloud/discovery_engine/v1/conversational_search_service/client.rb +7 -0
  10. data/lib/google/cloud/discovery_engine/v1/conversational_search_service/rest/client.rb +7 -0
  11. data/lib/google/cloud/discovery_engine/v1/data_store_service/client.rb +7 -0
  12. data/lib/google/cloud/discovery_engine/v1/data_store_service/operations.rb +7 -0
  13. data/lib/google/cloud/discovery_engine/v1/data_store_service/rest/client.rb +7 -0
  14. data/lib/google/cloud/discovery_engine/v1/data_store_service/rest/operations.rb +7 -0
  15. data/lib/google/cloud/discovery_engine/v1/document_service/client.rb +29 -0
  16. data/lib/google/cloud/discovery_engine/v1/document_service/operations.rb +7 -0
  17. data/lib/google/cloud/discovery_engine/v1/document_service/rest/client.rb +29 -0
  18. data/lib/google/cloud/discovery_engine/v1/document_service/rest/operations.rb +7 -0
  19. data/lib/google/cloud/discovery_engine/v1/engine_service/client.rb +7 -0
  20. data/lib/google/cloud/discovery_engine/v1/engine_service/operations.rb +7 -0
  21. data/lib/google/cloud/discovery_engine/v1/engine_service/rest/client.rb +7 -0
  22. data/lib/google/cloud/discovery_engine/v1/engine_service/rest/operations.rb +7 -0
  23. data/lib/google/cloud/discovery_engine/v1/grounded_generation_service/client.rb +7 -0
  24. data/lib/google/cloud/discovery_engine/v1/grounded_generation_service/rest/client.rb +7 -0
  25. data/lib/google/cloud/discovery_engine/v1/project_service/client.rb +7 -0
  26. data/lib/google/cloud/discovery_engine/v1/project_service/operations.rb +7 -0
  27. data/lib/google/cloud/discovery_engine/v1/project_service/rest/client.rb +7 -0
  28. data/lib/google/cloud/discovery_engine/v1/project_service/rest/operations.rb +7 -0
  29. data/lib/google/cloud/discovery_engine/v1/rank_service/client.rb +7 -0
  30. data/lib/google/cloud/discovery_engine/v1/rank_service/rest/client.rb +7 -0
  31. data/lib/google/cloud/discovery_engine/v1/recommendation_service/client.rb +7 -0
  32. data/lib/google/cloud/discovery_engine/v1/recommendation_service/rest/client.rb +7 -0
  33. data/lib/google/cloud/discovery_engine/v1/schema_service/client.rb +7 -0
  34. data/lib/google/cloud/discovery_engine/v1/schema_service/operations.rb +7 -0
  35. data/lib/google/cloud/discovery_engine/v1/schema_service/rest/client.rb +7 -0
  36. data/lib/google/cloud/discovery_engine/v1/schema_service/rest/operations.rb +7 -0
  37. data/lib/google/cloud/discovery_engine/v1/search_service/client.rb +7 -0
  38. data/lib/google/cloud/discovery_engine/v1/search_service/rest/client.rb +15 -4
  39. data/lib/google/cloud/discovery_engine/v1/search_tuning_service/client.rb +7 -0
  40. data/lib/google/cloud/discovery_engine/v1/search_tuning_service/operations.rb +7 -0
  41. data/lib/google/cloud/discovery_engine/v1/search_tuning_service/rest/client.rb +7 -0
  42. data/lib/google/cloud/discovery_engine/v1/search_tuning_service/rest/operations.rb +7 -0
  43. data/lib/google/cloud/discovery_engine/v1/site_search_engine_service/client.rb +7 -0
  44. data/lib/google/cloud/discovery_engine/v1/site_search_engine_service/operations.rb +7 -0
  45. data/lib/google/cloud/discovery_engine/v1/site_search_engine_service/rest/client.rb +7 -0
  46. data/lib/google/cloud/discovery_engine/v1/site_search_engine_service/rest/operations.rb +7 -0
  47. data/lib/google/cloud/discovery_engine/v1/user_event_service/client.rb +13 -0
  48. data/lib/google/cloud/discovery_engine/v1/user_event_service/operations.rb +7 -0
  49. data/lib/google/cloud/discovery_engine/v1/user_event_service/rest/client.rb +13 -0
  50. data/lib/google/cloud/discovery_engine/v1/user_event_service/rest/operations.rb +7 -0
  51. data/lib/google/cloud/discovery_engine/v1/version.rb +1 -1
  52. data/proto_docs/google/api/client.rb +8 -0
  53. data/proto_docs/google/cloud/discoveryengine/v1/answer.rb +6 -0
  54. data/proto_docs/google/cloud/discoveryengine/v1/common.rb +8 -0
  55. data/proto_docs/google/cloud/discoveryengine/v1/completion.rb +4 -0
  56. data/proto_docs/google/cloud/discoveryengine/v1/control.rb +8 -0
  57. data/proto_docs/google/cloud/discoveryengine/v1/conversation.rb +4 -0
  58. data/proto_docs/google/cloud/discoveryengine/v1/conversational_search_service.rb +8 -0
  59. data/proto_docs/google/cloud/discoveryengine/v1/document.rb +8 -0
  60. data/proto_docs/google/cloud/discoveryengine/v1/document_processing_config.rb +6 -0
  61. data/proto_docs/google/cloud/discoveryengine/v1/document_service.rb +8 -0
  62. data/proto_docs/google/cloud/discoveryengine/v1/engine.rb +4 -0
  63. data/proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb +6 -0
  64. data/proto_docs/google/cloud/discoveryengine/v1/import_config.rb +34 -0
  65. data/proto_docs/google/cloud/discoveryengine/v1/purge_config.rb +4 -0
  66. data/proto_docs/google/cloud/discoveryengine/v1/schema.rb +4 -0
  67. data/proto_docs/google/cloud/discoveryengine/v1/search_service.rb +4 -0
  68. data/proto_docs/google/cloud/discoveryengine/v1/user_event.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: 655f17be955f82940a609b839ac03e1ea74131d47700624f2907ce1ede23d933
4
- data.tar.gz: 44aae4b2458fec58d73ca78213453c5e8e0ca69e0120d93f056343a50f2b2546
3
+ metadata.gz: 306438ed318930a8ee23b1dd270409ae339a7983ec20e91f80c2cda12c1e1d7b
4
+ data.tar.gz: 230071de9c9a8a67101e0966546cee0a744f87e2c2cbf4092107bb1c41c81a02
5
5
  SHA512:
6
- metadata.gz: c197312b72f113c3da3a3fb421ff1f37dad0a3f34c9f6bc605f1b3628f032414cc5af6824c77cbbe5faf116d19fcbae7272a85ce4eb93ed37cb8046a1652d2a7
7
- data.tar.gz: dced9f1fb5fd25afb7b9b550a3ac0d96d12ecbb2191dfe0558fd479506952ed99baeaebc4298749899a4b73cf0efe1867e91cd6902b38029c2ba0111619ed09a
6
+ metadata.gz: 7016c29e371de9b2544be90f8269679242fbf0190fe157931fee000c76049fd43251e9cb3329b5dd7a1a1e13270267178153990df0f9a1f1c3e71e32577042da
7
+ data.tar.gz: 6d82f54321e189c5d1f84f8d6a7f7f3a081f12ddb21421d03485d939d201fbcdc06699513d7d2dc39d129becd70859445c7cf70d1764e79232a726e7847f3b25
data/README.md CHANGED
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
85
85
 
86
86
  ## Supported Ruby Versions
87
87
 
88
- This library is supported on Ruby 2.7+.
88
+ This library is supported on Ruby 3.0+.
89
89
 
90
90
  Google provides official support for Ruby versions that are actively supported
91
91
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -368,6 +368,8 @@ module Google
368
368
  #
369
369
  # @param inline_source [::Google::Cloud::DiscoveryEngine::V1::ImportSuggestionDenyListEntriesRequest::InlineSource, ::Hash]
370
370
  # The Inline source for the input content for suggestion deny list entries.
371
+ #
372
+ # Note: The following fields are mutually exclusive: `inline_source`, `gcs_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
371
373
  # @param gcs_source [::Google::Cloud::DiscoveryEngine::V1::GcsSource, ::Hash]
372
374
  # Cloud Storage location for the input content.
373
375
  #
@@ -377,6 +379,8 @@ module Google
377
379
  #
378
380
  # * `suggestion_deny_list` (default): One JSON [SuggestionDenyListEntry]
379
381
  # per line.
382
+ #
383
+ # Note: The following fields are mutually exclusive: `gcs_source`, `inline_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
380
384
  # @param parent [::String]
381
385
  # Required. The parent data store resource name for which to import denylist
382
386
  # entries. Follows pattern projects/*/locations/*/collections/*/dataStores/*.
@@ -573,10 +577,16 @@ module Google
573
577
  #
574
578
  # @param inline_source [::Google::Cloud::DiscoveryEngine::V1::ImportCompletionSuggestionsRequest::InlineSource, ::Hash]
575
579
  # The Inline source for suggestion entries.
580
+ #
581
+ # Note: The following fields are mutually exclusive: `inline_source`, `gcs_source`, `bigquery_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
576
582
  # @param gcs_source [::Google::Cloud::DiscoveryEngine::V1::GcsSource, ::Hash]
577
583
  # Cloud Storage location for the input content.
584
+ #
585
+ # Note: The following fields are mutually exclusive: `gcs_source`, `inline_source`, `bigquery_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
578
586
  # @param bigquery_source [::Google::Cloud::DiscoveryEngine::V1::BigQuerySource, ::Hash]
579
587
  # BigQuery input source.
588
+ #
589
+ # Note: The following fields are mutually exclusive: `bigquery_source`, `inline_source`, `gcs_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
580
590
  # @param parent [::String]
581
591
  # Required. The parent data store resource name for which to import customer
582
592
  # autocomplete suggestions.
@@ -800,6 +810,13 @@ module Google
800
810
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
801
811
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
802
812
  # * (`nil`) indicating no credentials
813
+ #
814
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
815
+ # external source for authentication to Google Cloud, you must validate it before
816
+ # providing it to a Google API client library. Providing an unvalidated credential
817
+ # configuration to Google APIs can compromise the security of your systems and data.
818
+ # For more information, refer to [Validate credential configurations from external
819
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
803
820
  # @return [::Object]
804
821
  # @!attribute [rw] scope
805
822
  # 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
@@ -354,6 +354,8 @@ module Google
354
354
  #
355
355
  # @param inline_source [::Google::Cloud::DiscoveryEngine::V1::ImportSuggestionDenyListEntriesRequest::InlineSource, ::Hash]
356
356
  # The Inline source for the input content for suggestion deny list entries.
357
+ #
358
+ # Note: The following fields are mutually exclusive: `inline_source`, `gcs_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
357
359
  # @param gcs_source [::Google::Cloud::DiscoveryEngine::V1::GcsSource, ::Hash]
358
360
  # Cloud Storage location for the input content.
359
361
  #
@@ -363,6 +365,8 @@ module Google
363
365
  #
364
366
  # * `suggestion_deny_list` (default): One JSON [SuggestionDenyListEntry]
365
367
  # per line.
368
+ #
369
+ # Note: The following fields are mutually exclusive: `gcs_source`, `inline_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
366
370
  # @param parent [::String]
367
371
  # Required. The parent data store resource name for which to import denylist
368
372
  # entries. Follows pattern projects/*/locations/*/collections/*/dataStores/*.
@@ -545,10 +549,16 @@ module Google
545
549
  #
546
550
  # @param inline_source [::Google::Cloud::DiscoveryEngine::V1::ImportCompletionSuggestionsRequest::InlineSource, ::Hash]
547
551
  # The Inline source for suggestion entries.
552
+ #
553
+ # Note: The following fields are mutually exclusive: `inline_source`, `gcs_source`, `bigquery_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
548
554
  # @param gcs_source [::Google::Cloud::DiscoveryEngine::V1::GcsSource, ::Hash]
549
555
  # Cloud Storage location for the input content.
556
+ #
557
+ # Note: The following fields are mutually exclusive: `gcs_source`, `inline_source`, `bigquery_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
550
558
  # @param bigquery_source [::Google::Cloud::DiscoveryEngine::V1::BigQuerySource, ::Hash]
551
559
  # BigQuery input source.
560
+ #
561
+ # Note: The following fields are mutually exclusive: `bigquery_source`, `inline_source`, `gcs_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
552
562
  # @param parent [::String]
553
563
  # Required. The parent data store resource name for which to import customer
554
564
  # autocomplete suggestions.
@@ -756,6 +766,13 @@ module Google
756
766
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
757
767
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
758
768
  # * (`nil`) indicating no credentials
769
+ #
770
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
771
+ # external source for authentication to Google Cloud, you must validate it before
772
+ # providing it to a Google API client library. Providing an unvalidated credential
773
+ # configuration to Google APIs can compromise the security of your systems and data.
774
+ # For more information, refer to [Validate credential configurations from external
775
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
759
776
  # @return [::Object]
760
777
  # @!attribute [rw] scope
761
778
  # 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
@@ -732,6 +732,13 @@ module Google
732
732
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
733
733
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
734
734
  # * (`nil`) indicating no credentials
735
+ #
736
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
737
+ # external source for authentication to Google Cloud, you must validate it before
738
+ # providing it to a Google API client library. Providing an unvalidated credential
739
+ # configuration to Google APIs can compromise the security of your systems and data.
740
+ # For more information, refer to [Validate credential configurations from external
741
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
735
742
  # @return [::Object]
736
743
  # @!attribute [rw] scope
737
744
  # The OAuth scopes
@@ -688,6 +688,13 @@ module Google
688
688
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
689
689
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
690
690
  # * (`nil`) indicating no credentials
691
+ #
692
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
693
+ # external source for authentication to Google Cloud, you must validate it before
694
+ # providing it to a Google API client library. Providing an unvalidated credential
695
+ # configuration to Google APIs can compromise the security of your systems and data.
696
+ # For more information, refer to [Validate credential configurations from external
697
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
691
698
  # @return [::Object]
692
699
  # @!attribute [rw] scope
693
700
  # The OAuth scopes
@@ -1586,6 +1586,13 @@ module Google
1586
1586
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1587
1587
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1588
1588
  # * (`nil`) indicating no credentials
1589
+ #
1590
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1591
+ # external source for authentication to Google Cloud, you must validate it before
1592
+ # providing it to a Google API client library. Providing an unvalidated credential
1593
+ # configuration to Google APIs can compromise the security of your systems and data.
1594
+ # For more information, refer to [Validate credential configurations from external
1595
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1589
1596
  # @return [::Object]
1590
1597
  # @!attribute [rw] scope
1591
1598
  # The OAuth scopes
@@ -1486,6 +1486,13 @@ module Google
1486
1486
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1487
1487
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1488
1488
  # * (`nil`) indicating no credentials
1489
+ #
1490
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1491
+ # external source for authentication to Google Cloud, you must validate it before
1492
+ # providing it to a Google API client library. Providing an unvalidated credential
1493
+ # configuration to Google APIs can compromise the security of your systems and data.
1494
+ # For more information, refer to [Validate credential configurations from external
1495
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1489
1496
  # @return [::Object]
1490
1497
  # @!attribute [rw] scope
1491
1498
  # 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
@@ -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
@@ -756,6 +756,13 @@ module Google
756
756
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
757
757
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
758
758
  # * (`nil`) indicating no credentials
759
+ #
760
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
761
+ # external source for authentication to Google Cloud, you must validate it before
762
+ # providing it to a Google API client library. Providing an unvalidated credential
763
+ # configuration to Google APIs can compromise the security of your systems and data.
764
+ # For more information, refer to [Validate credential configurations from external
765
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
759
766
  # @return [::Object]
760
767
  # @!attribute [rw] scope
761
768
  # 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
@@ -762,22 +762,40 @@ module Google
762
762
  #
763
763
  # @param inline_source [::Google::Cloud::DiscoveryEngine::V1::ImportDocumentsRequest::InlineSource, ::Hash]
764
764
  # The Inline source for the input content for documents.
765
+ #
766
+ # Note: The following fields are mutually exclusive: `inline_source`, `gcs_source`, `bigquery_source`, `fhir_store_source`, `spanner_source`, `cloud_sql_source`, `firestore_source`, `alloy_db_source`, `bigtable_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
765
767
  # @param gcs_source [::Google::Cloud::DiscoveryEngine::V1::GcsSource, ::Hash]
766
768
  # Cloud Storage location for the input content.
769
+ #
770
+ # Note: The following fields are mutually exclusive: `gcs_source`, `inline_source`, `bigquery_source`, `fhir_store_source`, `spanner_source`, `cloud_sql_source`, `firestore_source`, `alloy_db_source`, `bigtable_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
767
771
  # @param bigquery_source [::Google::Cloud::DiscoveryEngine::V1::BigQuerySource, ::Hash]
768
772
  # BigQuery input source.
773
+ #
774
+ # Note: The following fields are mutually exclusive: `bigquery_source`, `inline_source`, `gcs_source`, `fhir_store_source`, `spanner_source`, `cloud_sql_source`, `firestore_source`, `alloy_db_source`, `bigtable_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
769
775
  # @param fhir_store_source [::Google::Cloud::DiscoveryEngine::V1::FhirStoreSource, ::Hash]
770
776
  # FhirStore input source.
777
+ #
778
+ # Note: The following fields are mutually exclusive: `fhir_store_source`, `inline_source`, `gcs_source`, `bigquery_source`, `spanner_source`, `cloud_sql_source`, `firestore_source`, `alloy_db_source`, `bigtable_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
771
779
  # @param spanner_source [::Google::Cloud::DiscoveryEngine::V1::SpannerSource, ::Hash]
772
780
  # Spanner input source.
781
+ #
782
+ # Note: The following fields are mutually exclusive: `spanner_source`, `inline_source`, `gcs_source`, `bigquery_source`, `fhir_store_source`, `cloud_sql_source`, `firestore_source`, `alloy_db_source`, `bigtable_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
773
783
  # @param cloud_sql_source [::Google::Cloud::DiscoveryEngine::V1::CloudSqlSource, ::Hash]
774
784
  # Cloud SQL input source.
785
+ #
786
+ # Note: The following fields are mutually exclusive: `cloud_sql_source`, `inline_source`, `gcs_source`, `bigquery_source`, `fhir_store_source`, `spanner_source`, `firestore_source`, `alloy_db_source`, `bigtable_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
775
787
  # @param firestore_source [::Google::Cloud::DiscoveryEngine::V1::FirestoreSource, ::Hash]
776
788
  # Firestore input source.
789
+ #
790
+ # Note: The following fields are mutually exclusive: `firestore_source`, `inline_source`, `gcs_source`, `bigquery_source`, `fhir_store_source`, `spanner_source`, `cloud_sql_source`, `alloy_db_source`, `bigtable_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
777
791
  # @param alloy_db_source [::Google::Cloud::DiscoveryEngine::V1::AlloyDbSource, ::Hash]
778
792
  # AlloyDB input source.
793
+ #
794
+ # Note: The following fields are mutually exclusive: `alloy_db_source`, `inline_source`, `gcs_source`, `bigquery_source`, `fhir_store_source`, `spanner_source`, `cloud_sql_source`, `firestore_source`, `bigtable_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
779
795
  # @param bigtable_source [::Google::Cloud::DiscoveryEngine::V1::BigtableSource, ::Hash]
780
796
  # Cloud Bigtable input source.
797
+ #
798
+ # Note: The following fields are mutually exclusive: `bigtable_source`, `inline_source`, `gcs_source`, `bigquery_source`, `fhir_store_source`, `spanner_source`, `cloud_sql_source`, `firestore_source`, `alloy_db_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
781
799
  # @param parent [::String]
782
800
  # Required. The parent branch resource name, such as
783
801
  # `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}`.
@@ -964,8 +982,12 @@ module Google
964
982
  # Supported `data_schema`:
965
983
  # * `document_id`: One valid
966
984
  # {::Google::Cloud::DiscoveryEngine::V1::Document#id Document.id} per line.
985
+ #
986
+ # Note: The following fields are mutually exclusive: `gcs_source`, `inline_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
967
987
  # @param inline_source [::Google::Cloud::DiscoveryEngine::V1::PurgeDocumentsRequest::InlineSource, ::Hash]
968
988
  # Inline source for the input content for purge.
989
+ #
990
+ # Note: The following fields are mutually exclusive: `inline_source`, `gcs_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
969
991
  # @param parent [::String]
970
992
  # Required. The parent resource name, such as
971
993
  # `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}`.
@@ -1187,6 +1209,13 @@ module Google
1187
1209
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1188
1210
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1189
1211
  # * (`nil`) indicating no credentials
1212
+ #
1213
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1214
+ # external source for authentication to Google Cloud, you must validate it before
1215
+ # providing it to a Google API client library. Providing an unvalidated credential
1216
+ # configuration to Google APIs can compromise the security of your systems and data.
1217
+ # For more information, refer to [Validate credential configurations from external
1218
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1190
1219
  # @return [::Object]
1191
1220
  # @!attribute [rw] scope
1192
1221
  # 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
@@ -720,22 +720,40 @@ module Google
720
720
  #
721
721
  # @param inline_source [::Google::Cloud::DiscoveryEngine::V1::ImportDocumentsRequest::InlineSource, ::Hash]
722
722
  # The Inline source for the input content for documents.
723
+ #
724
+ # Note: The following fields are mutually exclusive: `inline_source`, `gcs_source`, `bigquery_source`, `fhir_store_source`, `spanner_source`, `cloud_sql_source`, `firestore_source`, `alloy_db_source`, `bigtable_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
723
725
  # @param gcs_source [::Google::Cloud::DiscoveryEngine::V1::GcsSource, ::Hash]
724
726
  # Cloud Storage location for the input content.
727
+ #
728
+ # Note: The following fields are mutually exclusive: `gcs_source`, `inline_source`, `bigquery_source`, `fhir_store_source`, `spanner_source`, `cloud_sql_source`, `firestore_source`, `alloy_db_source`, `bigtable_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
725
729
  # @param bigquery_source [::Google::Cloud::DiscoveryEngine::V1::BigQuerySource, ::Hash]
726
730
  # BigQuery input source.
731
+ #
732
+ # Note: The following fields are mutually exclusive: `bigquery_source`, `inline_source`, `gcs_source`, `fhir_store_source`, `spanner_source`, `cloud_sql_source`, `firestore_source`, `alloy_db_source`, `bigtable_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
727
733
  # @param fhir_store_source [::Google::Cloud::DiscoveryEngine::V1::FhirStoreSource, ::Hash]
728
734
  # FhirStore input source.
735
+ #
736
+ # Note: The following fields are mutually exclusive: `fhir_store_source`, `inline_source`, `gcs_source`, `bigquery_source`, `spanner_source`, `cloud_sql_source`, `firestore_source`, `alloy_db_source`, `bigtable_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
729
737
  # @param spanner_source [::Google::Cloud::DiscoveryEngine::V1::SpannerSource, ::Hash]
730
738
  # Spanner input source.
739
+ #
740
+ # Note: The following fields are mutually exclusive: `spanner_source`, `inline_source`, `gcs_source`, `bigquery_source`, `fhir_store_source`, `cloud_sql_source`, `firestore_source`, `alloy_db_source`, `bigtable_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
731
741
  # @param cloud_sql_source [::Google::Cloud::DiscoveryEngine::V1::CloudSqlSource, ::Hash]
732
742
  # Cloud SQL input source.
743
+ #
744
+ # Note: The following fields are mutually exclusive: `cloud_sql_source`, `inline_source`, `gcs_source`, `bigquery_source`, `fhir_store_source`, `spanner_source`, `firestore_source`, `alloy_db_source`, `bigtable_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
733
745
  # @param firestore_source [::Google::Cloud::DiscoveryEngine::V1::FirestoreSource, ::Hash]
734
746
  # Firestore input source.
747
+ #
748
+ # Note: The following fields are mutually exclusive: `firestore_source`, `inline_source`, `gcs_source`, `bigquery_source`, `fhir_store_source`, `spanner_source`, `cloud_sql_source`, `alloy_db_source`, `bigtable_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
735
749
  # @param alloy_db_source [::Google::Cloud::DiscoveryEngine::V1::AlloyDbSource, ::Hash]
736
750
  # AlloyDB input source.
751
+ #
752
+ # Note: The following fields are mutually exclusive: `alloy_db_source`, `inline_source`, `gcs_source`, `bigquery_source`, `fhir_store_source`, `spanner_source`, `cloud_sql_source`, `firestore_source`, `bigtable_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
737
753
  # @param bigtable_source [::Google::Cloud::DiscoveryEngine::V1::BigtableSource, ::Hash]
738
754
  # Cloud Bigtable input source.
755
+ #
756
+ # Note: The following fields are mutually exclusive: `bigtable_source`, `inline_source`, `gcs_source`, `bigquery_source`, `fhir_store_source`, `spanner_source`, `cloud_sql_source`, `firestore_source`, `alloy_db_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
739
757
  # @param parent [::String]
740
758
  # Required. The parent branch resource name, such as
741
759
  # `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}`.
@@ -915,8 +933,12 @@ module Google
915
933
  # Supported `data_schema`:
916
934
  # * `document_id`: One valid
917
935
  # {::Google::Cloud::DiscoveryEngine::V1::Document#id Document.id} per line.
936
+ #
937
+ # Note: The following fields are mutually exclusive: `gcs_source`, `inline_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
918
938
  # @param inline_source [::Google::Cloud::DiscoveryEngine::V1::PurgeDocumentsRequest::InlineSource, ::Hash]
919
939
  # Inline source for the input content for purge.
940
+ #
941
+ # Note: The following fields are mutually exclusive: `inline_source`, `gcs_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
920
942
  # @param parent [::String]
921
943
  # Required. The parent resource name, such as
922
944
  # `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}`.
@@ -1122,6 +1144,13 @@ module Google
1122
1144
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1123
1145
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1124
1146
  # * (`nil`) indicating no credentials
1147
+ #
1148
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1149
+ # external source for authentication to Google Cloud, you must validate it before
1150
+ # providing it to a Google API client library. Providing an unvalidated credential
1151
+ # configuration to Google APIs can compromise the security of your systems and data.
1152
+ # For more information, refer to [Validate credential configurations from external
1153
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1125
1154
  # @return [::Object]
1126
1155
  # @!attribute [rw] scope
1127
1156
  # 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
@@ -752,6 +752,13 @@ module Google
752
752
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
753
753
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
754
754
  # * (`nil`) indicating no credentials
755
+ #
756
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
757
+ # external source for authentication to Google Cloud, you must validate it before
758
+ # providing it to a Google API client library. Providing an unvalidated credential
759
+ # configuration to Google APIs can compromise the security of your systems and data.
760
+ # For more information, refer to [Validate credential configurations from external
761
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
755
762
  # @return [::Object]
756
763
  # @!attribute [rw] scope
757
764
  # 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
@@ -708,6 +708,13 @@ module Google
708
708
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
709
709
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
710
710
  # * (`nil`) indicating no credentials
711
+ #
712
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
713
+ # external source for authentication to Google Cloud, you must validate it before
714
+ # providing it to a Google API client library. Providing an unvalidated credential
715
+ # configuration to Google APIs can compromise the security of your systems and data.
716
+ # For more information, refer to [Validate credential configurations from external
717
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
711
718
  # @return [::Object]
712
719
  # @!attribute [rw] scope
713
720
  # 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
@@ -559,6 +559,13 @@ module Google
559
559
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
560
560
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
561
561
  # * (`nil`) indicating no credentials
562
+ #
563
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
564
+ # external source for authentication to Google Cloud, you must validate it before
565
+ # providing it to a Google API client library. Providing an unvalidated credential
566
+ # configuration to Google APIs can compromise the security of your systems and data.
567
+ # For more information, refer to [Validate credential configurations from external
568
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
562
569
  # @return [::Object]
563
570
  # @!attribute [rw] scope
564
571
  # The OAuth scopes
@@ -458,6 +458,13 @@ module Google
458
458
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
459
459
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
460
460
  # * (`nil`) indicating no credentials
461
+ #
462
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
463
+ # external source for authentication to Google Cloud, you must validate it before
464
+ # providing it to a Google API client library. Providing an unvalidated credential
465
+ # configuration to Google APIs can compromise the security of your systems and data.
466
+ # For more information, refer to [Validate credential configurations from external
467
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
461
468
  # @return [::Object]
462
469
  # @!attribute [rw] scope
463
470
  # The OAuth scopes
@@ -374,6 +374,13 @@ module Google
374
374
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
375
375
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
376
376
  # * (`nil`) indicating no credentials
377
+ #
378
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
379
+ # external source for authentication to Google Cloud, you must validate it before
380
+ # providing it to a Google API client library. Providing an unvalidated credential
381
+ # configuration to Google APIs can compromise the security of your systems and data.
382
+ # For more information, refer to [Validate credential configurations from external
383
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
377
384
  # @return [::Object]
378
385
  # @!attribute [rw] scope
379
386
  # 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
@@ -358,6 +358,13 @@ module Google
358
358
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
359
359
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
360
360
  # * (`nil`) indicating no credentials
361
+ #
362
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
363
+ # external source for authentication to Google Cloud, you must validate it before
364
+ # providing it to a Google API client library. Providing an unvalidated credential
365
+ # configuration to Google APIs can compromise the security of your systems and data.
366
+ # For more information, refer to [Validate credential configurations from external
367
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
361
368
  # @return [::Object]
362
369
  # @!attribute [rw] scope
363
370
  # 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
@@ -369,6 +369,13 @@ module Google
369
369
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
370
370
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
371
371
  # * (`nil`) indicating no credentials
372
+ #
373
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
374
+ # external source for authentication to Google Cloud, you must validate it before
375
+ # providing it to a Google API client library. Providing an unvalidated credential
376
+ # configuration to Google APIs can compromise the security of your systems and data.
377
+ # For more information, refer to [Validate credential configurations from external
378
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
372
379
  # @return [::Object]
373
380
  # @!attribute [rw] scope
374
381
  # The OAuth scopes