google-apis-discoveryengine_v1alpha 0.54.0 → 0.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/discoveryengine_v1alpha/classes.rb +103 -597
- data/lib/google/apis/discoveryengine_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1alpha/representations.rb +30 -300
- data/lib/google/apis/discoveryengine_v1alpha/service.rb +0 -33
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DiscoveryengineV1alpha
|
18
18
|
# Version of the google-apis-discoveryengine_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.55.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250306"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1336,6 +1336,12 @@ module Google
|
|
1336
1336
|
include Google::Apis::Core::JsonObjectSupport
|
1337
1337
|
end
|
1338
1338
|
|
1339
|
+
class GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress
|
1340
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1341
|
+
|
1342
|
+
include Google::Apis::Core::JsonObjectSupport
|
1343
|
+
end
|
1344
|
+
|
1339
1345
|
class GoogleCloudDiscoveryengineV1alphaControl
|
1340
1346
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1341
1347
|
|
@@ -1870,108 +1876,6 @@ module Google
|
|
1870
1876
|
include Google::Apis::Core::JsonObjectSupport
|
1871
1877
|
end
|
1872
1878
|
|
1873
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequest
|
1874
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1875
|
-
|
1876
|
-
include Google::Apis::Core::JsonObjectSupport
|
1877
|
-
end
|
1878
|
-
|
1879
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestDynamicRetrievalConfiguration
|
1880
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1881
|
-
|
1882
|
-
include Google::Apis::Core::JsonObjectSupport
|
1883
|
-
end
|
1884
|
-
|
1885
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestDynamicRetrievalConfigurationDynamicRetrievalPredictor
|
1886
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1887
|
-
|
1888
|
-
include Google::Apis::Core::JsonObjectSupport
|
1889
|
-
end
|
1890
|
-
|
1891
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGenerationSpec
|
1892
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1893
|
-
|
1894
|
-
include Google::Apis::Core::JsonObjectSupport
|
1895
|
-
end
|
1896
|
-
|
1897
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSource
|
1898
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1899
|
-
|
1900
|
-
include Google::Apis::Core::JsonObjectSupport
|
1901
|
-
end
|
1902
|
-
|
1903
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceGoogleSearchSource
|
1904
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1905
|
-
|
1906
|
-
include Google::Apis::Core::JsonObjectSupport
|
1907
|
-
end
|
1908
|
-
|
1909
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceInlineSource
|
1910
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1911
|
-
|
1912
|
-
include Google::Apis::Core::JsonObjectSupport
|
1913
|
-
end
|
1914
|
-
|
1915
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceSearchSource
|
1916
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1917
|
-
|
1918
|
-
include Google::Apis::Core::JsonObjectSupport
|
1919
|
-
end
|
1920
|
-
|
1921
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSpec
|
1922
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1923
|
-
|
1924
|
-
include Google::Apis::Core::JsonObjectSupport
|
1925
|
-
end
|
1926
|
-
|
1927
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponse
|
1928
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1929
|
-
|
1930
|
-
include Google::Apis::Core::JsonObjectSupport
|
1931
|
-
end
|
1932
|
-
|
1933
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidate
|
1934
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1935
|
-
|
1936
|
-
include Google::Apis::Core::JsonObjectSupport
|
1937
|
-
end
|
1938
|
-
|
1939
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadata
|
1940
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1941
|
-
|
1942
|
-
include Google::Apis::Core::JsonObjectSupport
|
1943
|
-
end
|
1944
|
-
|
1945
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalMetadata
|
1946
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1947
|
-
|
1948
|
-
include Google::Apis::Core::JsonObjectSupport
|
1949
|
-
end
|
1950
|
-
|
1951
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalPredictorMetadata
|
1952
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1953
|
-
|
1954
|
-
include Google::Apis::Core::JsonObjectSupport
|
1955
|
-
end
|
1956
|
-
|
1957
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataGroundingSupport
|
1958
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1959
|
-
|
1960
|
-
include Google::Apis::Core::JsonObjectSupport
|
1961
|
-
end
|
1962
|
-
|
1963
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataRetrievalMetadata
|
1964
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1965
|
-
|
1966
|
-
include Google::Apis::Core::JsonObjectSupport
|
1967
|
-
end
|
1968
|
-
|
1969
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataSearchEntryPoint
|
1970
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1971
|
-
|
1972
|
-
include Google::Apis::Core::JsonObjectSupport
|
1973
|
-
end
|
1974
|
-
|
1975
1879
|
class GoogleCloudDiscoveryengineV1alphaGetSessionRequest
|
1976
1880
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1977
1881
|
|
@@ -1984,18 +1888,6 @@ module Google
|
|
1984
1888
|
include Google::Apis::Core::JsonObjectSupport
|
1985
1889
|
end
|
1986
1890
|
|
1987
|
-
class GoogleCloudDiscoveryengineV1alphaGroundedGenerationContent
|
1988
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1989
|
-
|
1990
|
-
include Google::Apis::Core::JsonObjectSupport
|
1991
|
-
end
|
1992
|
-
|
1993
|
-
class GoogleCloudDiscoveryengineV1alphaGroundedGenerationContentPart
|
1994
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1995
|
-
|
1996
|
-
include Google::Apis::Core::JsonObjectSupport
|
1997
|
-
end
|
1998
|
-
|
1999
1891
|
class GoogleCloudDiscoveryengineV1alphaGroundingFact
|
2000
1892
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2001
1893
|
|
@@ -6474,6 +6366,8 @@ module Google
|
|
6474
6366
|
|
6475
6367
|
property :extracted_record_count, :numeric_string => true, as: 'extractedRecordCount'
|
6476
6368
|
property :indexed_record_count, :numeric_string => true, as: 'indexedRecordCount'
|
6369
|
+
property :progress, as: 'progress', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress::Representation
|
6370
|
+
|
6477
6371
|
property :source_api_request_count, :numeric_string => true, as: 'sourceApiRequestCount'
|
6478
6372
|
property :state, as: 'state'
|
6479
6373
|
property :state_update_time, as: 'stateUpdateTime'
|
@@ -6482,6 +6376,15 @@ module Google
|
|
6482
6376
|
end
|
6483
6377
|
end
|
6484
6378
|
|
6379
|
+
class GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress
|
6380
|
+
# @private
|
6381
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6382
|
+
property :current_count, :numeric_string => true, as: 'currentCount'
|
6383
|
+
property :percentile, as: 'percentile'
|
6384
|
+
property :total_count, :numeric_string => true, as: 'totalCount'
|
6385
|
+
end
|
6386
|
+
end
|
6387
|
+
|
6485
6388
|
class GoogleCloudDiscoveryengineV1alphaControl
|
6486
6389
|
# @private
|
6487
6390
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6731,6 +6634,7 @@ module Google
|
|
6731
6634
|
property :bap_config, as: 'bapConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBapConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBapConfig::Representation
|
6732
6635
|
|
6733
6636
|
collection :blocking_reasons, as: 'blockingReasons'
|
6637
|
+
property :connector_type, as: 'connectorType'
|
6734
6638
|
property :create_time, as: 'createTime'
|
6735
6639
|
property :data_source, as: 'dataSource'
|
6736
6640
|
collection :destination_configs, as: 'destinationConfigs', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDestinationConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDestinationConfig::Representation
|
@@ -6750,6 +6654,7 @@ module Google
|
|
6750
6654
|
|
6751
6655
|
hash :params, as: 'params'
|
6752
6656
|
property :private_connectivity_project_id, as: 'privateConnectivityProjectId'
|
6657
|
+
property :realtime_state, as: 'realtimeState'
|
6753
6658
|
property :refresh_interval, as: 'refreshInterval'
|
6754
6659
|
property :state, as: 'state'
|
6755
6660
|
collection :static_ip_addresses, as: 'staticIpAddresses'
|
@@ -6834,8 +6739,12 @@ module Google
|
|
6834
6739
|
class GoogleCloudDiscoveryengineV1alphaDedicatedCrawlRateTimeSeries
|
6835
6740
|
# @private
|
6836
6741
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6742
|
+
property :auto_refresh_crawl_error_rate, as: 'autoRefreshCrawlErrorRate', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries::Representation
|
6743
|
+
|
6837
6744
|
property :auto_refresh_crawl_rate, as: 'autoRefreshCrawlRate', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries::Representation
|
6838
6745
|
|
6746
|
+
property :user_triggered_crawl_error_rate, as: 'userTriggeredCrawlErrorRate', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries::Representation
|
6747
|
+
|
6839
6748
|
property :user_triggered_crawl_rate, as: 'userTriggeredCrawlRate', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries::Representation
|
6840
6749
|
|
6841
6750
|
end
|
@@ -7388,176 +7297,6 @@ module Google
|
|
7388
7297
|
end
|
7389
7298
|
end
|
7390
7299
|
|
7391
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequest
|
7392
|
-
# @private
|
7393
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
7394
|
-
collection :contents, as: 'contents', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGroundedGenerationContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGroundedGenerationContent::Representation
|
7395
|
-
|
7396
|
-
property :generation_spec, as: 'generationSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGenerationSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGenerationSpec::Representation
|
7397
|
-
|
7398
|
-
property :grounding_spec, as: 'groundingSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSpec::Representation
|
7399
|
-
|
7400
|
-
property :system_instruction, as: 'systemInstruction', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGroundedGenerationContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGroundedGenerationContent::Representation
|
7401
|
-
|
7402
|
-
hash :user_labels, as: 'userLabels'
|
7403
|
-
end
|
7404
|
-
end
|
7405
|
-
|
7406
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestDynamicRetrievalConfiguration
|
7407
|
-
# @private
|
7408
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
7409
|
-
property :predictor, as: 'predictor', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestDynamicRetrievalConfigurationDynamicRetrievalPredictor, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestDynamicRetrievalConfigurationDynamicRetrievalPredictor::Representation
|
7410
|
-
|
7411
|
-
end
|
7412
|
-
end
|
7413
|
-
|
7414
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestDynamicRetrievalConfigurationDynamicRetrievalPredictor
|
7415
|
-
# @private
|
7416
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
7417
|
-
property :threshold, as: 'threshold'
|
7418
|
-
property :version, as: 'version'
|
7419
|
-
end
|
7420
|
-
end
|
7421
|
-
|
7422
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGenerationSpec
|
7423
|
-
# @private
|
7424
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
7425
|
-
property :frequency_penalty, as: 'frequencyPenalty'
|
7426
|
-
property :language_code, as: 'languageCode'
|
7427
|
-
property :max_output_tokens, as: 'maxOutputTokens'
|
7428
|
-
property :model_id, as: 'modelId'
|
7429
|
-
property :presence_penalty, as: 'presencePenalty'
|
7430
|
-
property :seed, as: 'seed'
|
7431
|
-
property :temperature, as: 'temperature'
|
7432
|
-
property :top_k, as: 'topK'
|
7433
|
-
property :top_p, as: 'topP'
|
7434
|
-
end
|
7435
|
-
end
|
7436
|
-
|
7437
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSource
|
7438
|
-
# @private
|
7439
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
7440
|
-
property :google_search_source, as: 'googleSearchSource', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceGoogleSearchSource, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceGoogleSearchSource::Representation
|
7441
|
-
|
7442
|
-
property :inline_source, as: 'inlineSource', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceInlineSource, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceInlineSource::Representation
|
7443
|
-
|
7444
|
-
property :search_source, as: 'searchSource', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceSearchSource, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceSearchSource::Representation
|
7445
|
-
|
7446
|
-
end
|
7447
|
-
end
|
7448
|
-
|
7449
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceGoogleSearchSource
|
7450
|
-
# @private
|
7451
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
7452
|
-
property :dynamic_retrieval_config, as: 'dynamicRetrievalConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestDynamicRetrievalConfiguration, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestDynamicRetrievalConfiguration::Representation
|
7453
|
-
|
7454
|
-
end
|
7455
|
-
end
|
7456
|
-
|
7457
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceInlineSource
|
7458
|
-
# @private
|
7459
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
7460
|
-
hash :attributes, as: 'attributes'
|
7461
|
-
collection :grounding_facts, as: 'groundingFacts', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGroundingFact, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGroundingFact::Representation
|
7462
|
-
|
7463
|
-
end
|
7464
|
-
end
|
7465
|
-
|
7466
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceSearchSource
|
7467
|
-
# @private
|
7468
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
7469
|
-
property :filter, as: 'filter'
|
7470
|
-
property :max_result_count, as: 'maxResultCount'
|
7471
|
-
property :safe_search, as: 'safeSearch'
|
7472
|
-
property :serving_config, as: 'servingConfig'
|
7473
|
-
end
|
7474
|
-
end
|
7475
|
-
|
7476
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSpec
|
7477
|
-
# @private
|
7478
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
7479
|
-
collection :grounding_sources, as: 'groundingSources', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSource, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSource::Representation
|
7480
|
-
|
7481
|
-
end
|
7482
|
-
end
|
7483
|
-
|
7484
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponse
|
7485
|
-
# @private
|
7486
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
7487
|
-
collection :candidates, as: 'candidates', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidate, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidate::Representation
|
7488
|
-
|
7489
|
-
end
|
7490
|
-
end
|
7491
|
-
|
7492
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidate
|
7493
|
-
# @private
|
7494
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
7495
|
-
property :content, as: 'content', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGroundedGenerationContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGroundedGenerationContent::Representation
|
7496
|
-
|
7497
|
-
property :grounding_metadata, as: 'groundingMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadata::Representation
|
7498
|
-
|
7499
|
-
property :grounding_score, as: 'groundingScore'
|
7500
|
-
property :index, as: 'index'
|
7501
|
-
end
|
7502
|
-
end
|
7503
|
-
|
7504
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadata
|
7505
|
-
# @private
|
7506
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
7507
|
-
collection :grounding_support, as: 'groundingSupport', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataGroundingSupport, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataGroundingSupport::Representation
|
7508
|
-
|
7509
|
-
collection :retrieval_metadata, as: 'retrievalMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataRetrievalMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataRetrievalMetadata::Representation
|
7510
|
-
|
7511
|
-
property :search_entry_point, as: 'searchEntryPoint', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataSearchEntryPoint, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataSearchEntryPoint::Representation
|
7512
|
-
|
7513
|
-
collection :support_chunks, as: 'supportChunks', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaFactChunk, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaFactChunk::Representation
|
7514
|
-
|
7515
|
-
collection :web_search_queries, as: 'webSearchQueries'
|
7516
|
-
end
|
7517
|
-
end
|
7518
|
-
|
7519
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalMetadata
|
7520
|
-
# @private
|
7521
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
7522
|
-
property :predictor_metadata, as: 'predictorMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalPredictorMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalPredictorMetadata::Representation
|
7523
|
-
|
7524
|
-
end
|
7525
|
-
end
|
7526
|
-
|
7527
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalPredictorMetadata
|
7528
|
-
# @private
|
7529
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
7530
|
-
property :prediction, as: 'prediction'
|
7531
|
-
property :version, as: 'version'
|
7532
|
-
end
|
7533
|
-
end
|
7534
|
-
|
7535
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataGroundingSupport
|
7536
|
-
# @private
|
7537
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
7538
|
-
property :claim_text, as: 'claimText'
|
7539
|
-
collection :support_chunk_indices, as: 'supportChunkIndices'
|
7540
|
-
property :support_score, as: 'supportScore'
|
7541
|
-
end
|
7542
|
-
end
|
7543
|
-
|
7544
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataRetrievalMetadata
|
7545
|
-
# @private
|
7546
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
7547
|
-
property :dynamic_retrieval_metadata, as: 'dynamicRetrievalMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalMetadata::Representation
|
7548
|
-
|
7549
|
-
property :source, as: 'source'
|
7550
|
-
end
|
7551
|
-
end
|
7552
|
-
|
7553
|
-
class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataSearchEntryPoint
|
7554
|
-
# @private
|
7555
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
7556
|
-
property :rendered_content, as: 'renderedContent'
|
7557
|
-
property :sdk_blob, :base64 => true, as: 'sdkBlob'
|
7558
|
-
end
|
7559
|
-
end
|
7560
|
-
|
7561
7300
|
class GoogleCloudDiscoveryengineV1alphaGetSessionRequest
|
7562
7301
|
# @private
|
7563
7302
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7573,22 +7312,6 @@ module Google
|
|
7573
7312
|
end
|
7574
7313
|
end
|
7575
7314
|
|
7576
|
-
class GoogleCloudDiscoveryengineV1alphaGroundedGenerationContent
|
7577
|
-
# @private
|
7578
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
7579
|
-
collection :parts, as: 'parts', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGroundedGenerationContentPart, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGroundedGenerationContentPart::Representation
|
7580
|
-
|
7581
|
-
property :role, as: 'role'
|
7582
|
-
end
|
7583
|
-
end
|
7584
|
-
|
7585
|
-
class GoogleCloudDiscoveryengineV1alphaGroundedGenerationContentPart
|
7586
|
-
# @private
|
7587
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
7588
|
-
property :text, as: 'text'
|
7589
|
-
end
|
7590
|
-
end
|
7591
|
-
|
7592
7315
|
class GoogleCloudDiscoveryengineV1alphaGroundingFact
|
7593
7316
|
# @private
|
7594
7317
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9140,6 +8863,7 @@ module Google
|
|
9140
8863
|
class GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfo
|
9141
8864
|
# @private
|
9142
8865
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8866
|
+
collection :classified_intents, as: 'classifiedIntents'
|
9143
8867
|
property :extracted_filters, as: 'extractedFilters'
|
9144
8868
|
property :rewritten_query, as: 'rewrittenQuery'
|
9145
8869
|
property :sql_request, as: 'sqlRequest', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoSqlRequest, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoSqlRequest::Representation
|
@@ -9807,6 +9531,7 @@ module Google
|
|
9807
9531
|
property :allow_public_access, as: 'allowPublicAccess'
|
9808
9532
|
collection :allowlisted_domains, as: 'allowlistedDomains'
|
9809
9533
|
property :enable_web_app, as: 'enableWebApp'
|
9534
|
+
property :workforce_identity_pool_provider, as: 'workforceIdentityPoolProvider'
|
9810
9535
|
end
|
9811
9536
|
end
|
9812
9537
|
|
@@ -9937,6 +9662,7 @@ module Google
|
|
9937
9662
|
property :ignore_adversarial_query, as: 'ignoreAdversarialQuery'
|
9938
9663
|
property :ignore_low_relevant_content, as: 'ignoreLowRelevantContent'
|
9939
9664
|
property :ignore_non_answer_seeking_query, as: 'ignoreNonAnswerSeekingQuery'
|
9665
|
+
property :image_source, as: 'imageSource'
|
9940
9666
|
property :language_code, as: 'languageCode'
|
9941
9667
|
property :max_rephrase_steps, as: 'maxRephraseSteps'
|
9942
9668
|
property :model_prompt_preamble, as: 'modelPromptPreamble'
|
@@ -10217,8 +9943,12 @@ module Google
|
|
10217
9943
|
class GoogleCloudDiscoveryengineV1betaDedicatedCrawlRateTimeSeries
|
10218
9944
|
# @private
|
10219
9945
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9946
|
+
property :auto_refresh_crawl_error_rate, as: 'autoRefreshCrawlErrorRate', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries::Representation
|
9947
|
+
|
10220
9948
|
property :auto_refresh_crawl_rate, as: 'autoRefreshCrawlRate', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries::Representation
|
10221
9949
|
|
9950
|
+
property :user_triggered_crawl_error_rate, as: 'userTriggeredCrawlErrorRate', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries::Representation
|
9951
|
+
|
10222
9952
|
property :user_triggered_crawl_rate, as: 'userTriggeredCrawlRate', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries::Representation
|
10223
9953
|
|
10224
9954
|
end
|
@@ -233,39 +233,6 @@ module Google
|
|
233
233
|
execute_or_queue_command(command, &block)
|
234
234
|
end
|
235
235
|
|
236
|
-
# Generates grounded content.
|
237
|
-
# @param [String] location
|
238
|
-
# Required. Location resource. Format: `projects/`project`/locations/`location``.
|
239
|
-
# @param [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequest] google_cloud_discoveryengine_v1alpha_generate_grounded_content_request_object
|
240
|
-
# @param [String] fields
|
241
|
-
# Selector specifying which fields to include in a partial response.
|
242
|
-
# @param [String] quota_user
|
243
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
244
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
245
|
-
# @param [Google::Apis::RequestOptions] options
|
246
|
-
# Request-specific options
|
247
|
-
#
|
248
|
-
# @yield [result, err] Result & error if block supplied
|
249
|
-
# @yieldparam result [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponse] parsed result object
|
250
|
-
# @yieldparam err [StandardError] error object if request failed
|
251
|
-
#
|
252
|
-
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponse]
|
253
|
-
#
|
254
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
255
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
256
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
257
|
-
def generate_project_location_grounded_content(location, google_cloud_discoveryengine_v1alpha_generate_grounded_content_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
258
|
-
command = make_simple_command(:post, 'v1alpha/{+location}:generateGroundedContent', options)
|
259
|
-
command.request_representation = Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequest::Representation
|
260
|
-
command.request_object = google_cloud_discoveryengine_v1alpha_generate_grounded_content_request_object
|
261
|
-
command.response_representation = Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponse::Representation
|
262
|
-
command.response_class = Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponse
|
263
|
-
command.params['location'] = location unless location.nil?
|
264
|
-
command.query['fields'] = fields unless fields.nil?
|
265
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
266
|
-
execute_or_queue_command(command, &block)
|
267
|
-
end
|
268
|
-
|
269
236
|
# Gets the AclConfig.
|
270
237
|
# @param [String] name
|
271
238
|
# Required. Resource name of AclConfig, such as `projects/*/locations/*/
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-discoveryengine_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.55.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-09 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.55.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1alpha
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|