google-apis-discoveryengine_v1beta 0.108.0 → 0.110.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 +8 -0
- data/lib/google/apis/discoveryengine_v1beta/classes.rb +178 -49
- data/lib/google/apis/discoveryengine_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1beta/representations.rb +54 -0
- data/lib/google/apis/discoveryengine_v1beta/service.rb +37 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0ae8a389359638806e980ad59e591ce876ca3b669494c11a75122d8e409f2a95
|
|
4
|
+
data.tar.gz: d8429855e352fbcfb2072ed93879595bd909439e213b999bd093ed27def738e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc5ca5e9b17c8fdac312685762583afb95800bb98984694a89d62e1cf23b12f13980a018d902f59bf95ce37488473cb7560336a6ebc97f7c0dc702ded4b19a28
|
|
7
|
+
data.tar.gz: d5158f4d423821808329c52100b179b555ac769e2e1a9eebe67883971b4b7d2d8ecc8f6254e73efd2a4c591e11b7f0c33543dc35cf70e835e425bdff8bb5e778
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-discoveryengine_v1beta
|
|
2
2
|
|
|
3
|
+
### v0.110.0 (2026-08-16)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260809
|
|
6
|
+
|
|
7
|
+
### v0.109.0 (2026-08-09)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260802
|
|
10
|
+
|
|
3
11
|
### v0.108.0 (2026-07-26)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260718
|
|
@@ -2310,19 +2310,10 @@ module Google
|
|
|
2310
2310
|
# @return [String]
|
|
2311
2311
|
attr_accessor :create_time
|
|
2312
2312
|
|
|
2313
|
-
# Required. The identifier for the data source.
|
|
2314
|
-
# supported connectors
|
|
2315
|
-
# google.com/gemini/enterprise/docs/connectors/
|
|
2316
|
-
# data-
|
|
2317
|
-
# include: * `gcs` * `bigquery` * `gcp_fhir` * `google_mail` * `google_drive` * `
|
|
2318
|
-
# google_calendar` * `google_chat` Supported third-party connectors include:
|
|
2319
|
-
# Generally available (GA) connectors: * `onedrive` * `outlook` * `confluence` *
|
|
2320
|
-
# `jira` * `servicenow` * `sharepoint` Preview connectors: * `asana` * `
|
|
2321
|
-
# azure_active_directory` * `box` * `canva` * `confluence_server` * `
|
|
2322
|
-
# custom_connector` * `docusign` * `dropbox` * `dynamics365` * `github` * `
|
|
2323
|
-
# gitlab` * `hubspot` * `jira_server` * `linear` * `native_cloud_identity` * `
|
|
2324
|
-
# notion` * `okta` * `pagerduty` * `peoplesoft` * `salesforce` * `shopify` * `
|
|
2325
|
-
# slack` * `snowflake` * `teams` * `trello` * `workday` * `zendesk`
|
|
2313
|
+
# Required. The identifier for the data source. For the full, up-to-date list of
|
|
2314
|
+
# supported connectors and their values, see [Connect a third-party data source](
|
|
2315
|
+
# https://docs.cloud.google.com/gemini/enterprise/docs/connectors/connect-third-
|
|
2316
|
+
# party-data-source#sources-by-launch-stage).
|
|
2326
2317
|
# Corresponds to the JSON property `dataSource`
|
|
2327
2318
|
# @return [String]
|
|
2328
2319
|
attr_accessor :data_source
|
|
@@ -2433,6 +2424,12 @@ module Google
|
|
|
2433
2424
|
# @return [String]
|
|
2434
2425
|
attr_accessor :latest_pause_time
|
|
2435
2426
|
|
|
2427
|
+
# User-facing metadata for the connector, shown on the connector detail page (
|
|
2428
|
+
# title, description, short_description, author, note).
|
|
2429
|
+
# Corresponds to the JSON property `metadata`
|
|
2430
|
+
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataConnectorConnectorMetadata]
|
|
2431
|
+
attr_accessor :metadata
|
|
2432
|
+
|
|
2436
2433
|
# Identifier. The full resource name of the Data Connector. Format: `projects/*/
|
|
2437
2434
|
# locations/*/collections/*/dataConnector`.
|
|
2438
2435
|
# Corresponds to the JSON property `name`
|
|
@@ -2585,6 +2582,7 @@ module Google
|
|
|
2585
2582
|
@kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
|
|
2586
2583
|
@last_sync_time = args[:last_sync_time] if args.key?(:last_sync_time)
|
|
2587
2584
|
@latest_pause_time = args[:latest_pause_time] if args.key?(:latest_pause_time)
|
|
2585
|
+
@metadata = args[:metadata] if args.key?(:metadata)
|
|
2588
2586
|
@name = args[:name] if args.key?(:name)
|
|
2589
2587
|
@next_sync_time = args[:next_sync_time] if args.key?(:next_sync_time)
|
|
2590
2588
|
@oauth_static_ip_addresses = args[:oauth_static_ip_addresses] if args.key?(:oauth_static_ip_addresses)
|
|
@@ -2604,6 +2602,55 @@ module Google
|
|
|
2604
2602
|
end
|
|
2605
2603
|
end
|
|
2606
2604
|
|
|
2605
|
+
# User-facing metadata for the connector, shown on the connector detail page (
|
|
2606
|
+
# title, description, short_description, author, note).
|
|
2607
|
+
class GoogleCloudDiscoveryengineV1DataConnectorConnectorMetadata
|
|
2608
|
+
include Google::Apis::Core::Hashable
|
|
2609
|
+
|
|
2610
|
+
# Optional. The party that authored the connector, e.g. "Google" or a third-
|
|
2611
|
+
# party provider name. Lets end users see who authored a connector (future:
|
|
2612
|
+
# third-party-authored connectors).
|
|
2613
|
+
# Corresponds to the JSON property `author`
|
|
2614
|
+
# @return [String]
|
|
2615
|
+
attr_accessor :author
|
|
2616
|
+
|
|
2617
|
+
# Optional. Human-readable description of the connector, shown on the connector
|
|
2618
|
+
# detail page. One connector has a single description.
|
|
2619
|
+
# Corresponds to the JSON property `description`
|
|
2620
|
+
# @return [String]
|
|
2621
|
+
attr_accessor :description
|
|
2622
|
+
|
|
2623
|
+
# Optional. Free-form, multi-line note about the connector's capabilities or a
|
|
2624
|
+
# custom note that can be set for the connector.
|
|
2625
|
+
# Corresponds to the JSON property `note`
|
|
2626
|
+
# @return [String]
|
|
2627
|
+
attr_accessor :note
|
|
2628
|
+
|
|
2629
|
+
# Optional. Short, subtitle-length description of the connector (e.g. shown
|
|
2630
|
+
# beneath the connector name in list and detail views).
|
|
2631
|
+
# Corresponds to the JSON property `shortDescription`
|
|
2632
|
+
# @return [String]
|
|
2633
|
+
attr_accessor :short_description
|
|
2634
|
+
|
|
2635
|
+
# Optional. Display title of the connector.
|
|
2636
|
+
# Corresponds to the JSON property `title`
|
|
2637
|
+
# @return [String]
|
|
2638
|
+
attr_accessor :title
|
|
2639
|
+
|
|
2640
|
+
def initialize(**args)
|
|
2641
|
+
update!(**args)
|
|
2642
|
+
end
|
|
2643
|
+
|
|
2644
|
+
# Update properties of this object
|
|
2645
|
+
def update!(**args)
|
|
2646
|
+
@author = args[:author] if args.key?(:author)
|
|
2647
|
+
@description = args[:description] if args.key?(:description)
|
|
2648
|
+
@note = args[:note] if args.key?(:note)
|
|
2649
|
+
@short_description = args[:short_description] if args.key?(:short_description)
|
|
2650
|
+
@title = args[:title] if args.key?(:title)
|
|
2651
|
+
end
|
|
2652
|
+
end
|
|
2653
|
+
|
|
2607
2654
|
# Any params and credentials used specifically for EUA connectors.
|
|
2608
2655
|
class GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig
|
|
2609
2656
|
include Google::Apis::Core::Hashable
|
|
@@ -3972,9 +4019,10 @@ module Google
|
|
|
3972
4019
|
# access` * `disable-agent-sharing` * `disable-image-generation` * `disable-
|
|
3973
4020
|
# video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `
|
|
3974
4021
|
# disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `
|
|
3975
|
-
# canvas-workspace` * `
|
|
3976
|
-
#
|
|
3977
|
-
# orchestration` * `cross-product-
|
|
4022
|
+
# canvas-workspace` * `skills` * `skill-sharing` * `skill-sharing-without-admin-
|
|
4023
|
+
# approval` * `disable-projects` * `sobi` * `enable-end-user-sharing-with-groups`
|
|
4024
|
+
# * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-
|
|
4025
|
+
# intelligence` * `workflow-agents` * `in-app-notifications`
|
|
3978
4026
|
# Corresponds to the JSON property `features`
|
|
3979
4027
|
# @return [Hash<String,String>]
|
|
3980
4028
|
attr_accessor :features
|
|
@@ -5590,7 +5638,9 @@ module Google
|
|
|
5590
5638
|
end
|
|
5591
5639
|
end
|
|
5592
5640
|
|
|
5593
|
-
# Response message for CompletionService.PurgeCompletionSuggestions method.
|
|
5641
|
+
# Response message for CompletionService.PurgeCompletionSuggestions method. If
|
|
5642
|
+
# the long running operation is successfully done, then this message is returned
|
|
5643
|
+
# by the google.longrunning.Operations.response field.
|
|
5594
5644
|
class GoogleCloudDiscoveryengineV1PurgeCompletionSuggestionsResponse
|
|
5595
5645
|
include Google::Apis::Core::Hashable
|
|
5596
5646
|
|
|
@@ -10540,19 +10590,10 @@ module Google
|
|
|
10540
10590
|
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataProtectionPolicy]
|
|
10541
10591
|
attr_accessor :data_protection_policy
|
|
10542
10592
|
|
|
10543
|
-
# Required. The identifier for the data source.
|
|
10544
|
-
# supported connectors
|
|
10545
|
-
# google.com/gemini/enterprise/docs/connectors/
|
|
10546
|
-
# data-
|
|
10547
|
-
# include: * `gcs` * `bigquery` * `gcp_fhir` * `google_mail` * `google_drive` * `
|
|
10548
|
-
# google_calendar` * `google_chat` Supported third-party connectors include:
|
|
10549
|
-
# Generally available (GA) connectors: * `onedrive` * `outlook` * `confluence` *
|
|
10550
|
-
# `jira` * `servicenow` * `sharepoint` Preview connectors: * `asana` * `
|
|
10551
|
-
# azure_active_directory` * `box` * `canva` * `confluence_server` * `
|
|
10552
|
-
# custom_connector` * `docusign` * `dropbox` * `dynamics365` * `github` * `
|
|
10553
|
-
# gitlab` * `hubspot` * `jira_server` * `linear` * `native_cloud_identity` * `
|
|
10554
|
-
# notion` * `okta` * `pagerduty` * `peoplesoft` * `salesforce` * `shopify` * `
|
|
10555
|
-
# slack` * `snowflake` * `teams` * `trello` * `workday` * `zendesk`
|
|
10593
|
+
# Required. The identifier for the data source. For the full, up-to-date list of
|
|
10594
|
+
# supported connectors and their values, see [Connect a third-party data source](
|
|
10595
|
+
# https://docs.cloud.google.com/gemini/enterprise/docs/connectors/connect-third-
|
|
10596
|
+
# party-data-source#sources-by-launch-stage).
|
|
10556
10597
|
# Corresponds to the JSON property `dataSource`
|
|
10557
10598
|
# @return [String]
|
|
10558
10599
|
attr_accessor :data_source
|
|
@@ -10663,6 +10704,12 @@ module Google
|
|
|
10663
10704
|
# @return [String]
|
|
10664
10705
|
attr_accessor :latest_pause_time
|
|
10665
10706
|
|
|
10707
|
+
# User-facing metadata for the connector, shown on the connector detail page (
|
|
10708
|
+
# title, description, short_description, author, note).
|
|
10709
|
+
# Corresponds to the JSON property `metadata`
|
|
10710
|
+
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataConnectorConnectorMetadata]
|
|
10711
|
+
attr_accessor :metadata
|
|
10712
|
+
|
|
10666
10713
|
# Identifier. The full resource name of the Data Connector. Format: `projects/*/
|
|
10667
10714
|
# locations/*/collections/*/dataConnector`.
|
|
10668
10715
|
# Corresponds to the JSON property `name`
|
|
@@ -10816,6 +10863,7 @@ module Google
|
|
|
10816
10863
|
@kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
|
|
10817
10864
|
@last_sync_time = args[:last_sync_time] if args.key?(:last_sync_time)
|
|
10818
10865
|
@latest_pause_time = args[:latest_pause_time] if args.key?(:latest_pause_time)
|
|
10866
|
+
@metadata = args[:metadata] if args.key?(:metadata)
|
|
10819
10867
|
@name = args[:name] if args.key?(:name)
|
|
10820
10868
|
@next_sync_time = args[:next_sync_time] if args.key?(:next_sync_time)
|
|
10821
10869
|
@oauth_static_ip_addresses = args[:oauth_static_ip_addresses] if args.key?(:oauth_static_ip_addresses)
|
|
@@ -10835,6 +10883,55 @@ module Google
|
|
|
10835
10883
|
end
|
|
10836
10884
|
end
|
|
10837
10885
|
|
|
10886
|
+
# User-facing metadata for the connector, shown on the connector detail page (
|
|
10887
|
+
# title, description, short_description, author, note).
|
|
10888
|
+
class GoogleCloudDiscoveryengineV1alphaDataConnectorConnectorMetadata
|
|
10889
|
+
include Google::Apis::Core::Hashable
|
|
10890
|
+
|
|
10891
|
+
# Optional. The party that authored the connector, e.g. "Google" or a third-
|
|
10892
|
+
# party provider name. Lets end users see who authored a connector (future:
|
|
10893
|
+
# third-party-authored connectors).
|
|
10894
|
+
# Corresponds to the JSON property `author`
|
|
10895
|
+
# @return [String]
|
|
10896
|
+
attr_accessor :author
|
|
10897
|
+
|
|
10898
|
+
# Optional. Human-readable description of the connector, shown on the connector
|
|
10899
|
+
# detail page. One connector has a single description.
|
|
10900
|
+
# Corresponds to the JSON property `description`
|
|
10901
|
+
# @return [String]
|
|
10902
|
+
attr_accessor :description
|
|
10903
|
+
|
|
10904
|
+
# Optional. Free-form, multi-line note about the connector's capabilities or a
|
|
10905
|
+
# custom note that can be set for the connector.
|
|
10906
|
+
# Corresponds to the JSON property `note`
|
|
10907
|
+
# @return [String]
|
|
10908
|
+
attr_accessor :note
|
|
10909
|
+
|
|
10910
|
+
# Optional. Short, subtitle-length description of the connector (e.g. shown
|
|
10911
|
+
# beneath the connector name in list and detail views).
|
|
10912
|
+
# Corresponds to the JSON property `shortDescription`
|
|
10913
|
+
# @return [String]
|
|
10914
|
+
attr_accessor :short_description
|
|
10915
|
+
|
|
10916
|
+
# Optional. Display title of the connector.
|
|
10917
|
+
# Corresponds to the JSON property `title`
|
|
10918
|
+
# @return [String]
|
|
10919
|
+
attr_accessor :title
|
|
10920
|
+
|
|
10921
|
+
def initialize(**args)
|
|
10922
|
+
update!(**args)
|
|
10923
|
+
end
|
|
10924
|
+
|
|
10925
|
+
# Update properties of this object
|
|
10926
|
+
def update!(**args)
|
|
10927
|
+
@author = args[:author] if args.key?(:author)
|
|
10928
|
+
@description = args[:description] if args.key?(:description)
|
|
10929
|
+
@note = args[:note] if args.key?(:note)
|
|
10930
|
+
@short_description = args[:short_description] if args.key?(:short_description)
|
|
10931
|
+
@title = args[:title] if args.key?(:title)
|
|
10932
|
+
end
|
|
10933
|
+
end
|
|
10934
|
+
|
|
10838
10935
|
# Any params and credentials used specifically for EUA connectors.
|
|
10839
10936
|
class GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig
|
|
10840
10937
|
include Google::Apis::Core::Hashable
|
|
@@ -12421,9 +12518,10 @@ module Google
|
|
|
12421
12518
|
# access` * `disable-agent-sharing` * `disable-image-generation` * `disable-
|
|
12422
12519
|
# video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `
|
|
12423
12520
|
# disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `
|
|
12424
|
-
# canvas-workspace` * `
|
|
12425
|
-
#
|
|
12426
|
-
# orchestration` * `cross-product-
|
|
12521
|
+
# canvas-workspace` * `skills` * `skill-sharing` * `skill-sharing-without-admin-
|
|
12522
|
+
# approval` * `disable-projects` * `sobi` * `enable-end-user-sharing-with-groups`
|
|
12523
|
+
# * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-
|
|
12524
|
+
# intelligence` * `workflow-agents` * `in-app-notifications`
|
|
12427
12525
|
# Corresponds to the JSON property `features`
|
|
12428
12526
|
# @return [Hash<String,String>]
|
|
12429
12527
|
attr_accessor :features
|
|
@@ -14886,7 +14984,9 @@ module Google
|
|
|
14886
14984
|
end
|
|
14887
14985
|
end
|
|
14888
14986
|
|
|
14889
|
-
# Response message for CompletionService.PurgeCompletionSuggestions method.
|
|
14987
|
+
# Response message for CompletionService.PurgeCompletionSuggestions method. If
|
|
14988
|
+
# the long running operation is successfully done, then this message is returned
|
|
14989
|
+
# by the google.longrunning.Operations.response field.
|
|
14890
14990
|
class GoogleCloudDiscoveryengineV1alphaPurgeCompletionSuggestionsResponse
|
|
14891
14991
|
include Google::Apis::Core::Hashable
|
|
14892
14992
|
|
|
@@ -18301,8 +18401,7 @@ module Google
|
|
|
18301
18401
|
class GoogleCloudDiscoveryengineV1alphaUserInfo
|
|
18302
18402
|
include Google::Apis::Core::Hashable
|
|
18303
18403
|
|
|
18304
|
-
# Precise location info with multiple representation options.
|
|
18305
|
-
# latitude and longitude point is supported.
|
|
18404
|
+
# Precise location info with multiple representation options.
|
|
18306
18405
|
# Corresponds to the JSON property `preciseLocation`
|
|
18307
18406
|
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaUserInfoPreciseLocation]
|
|
18308
18407
|
attr_accessor :precise_location
|
|
@@ -18347,13 +18446,12 @@ module Google
|
|
|
18347
18446
|
end
|
|
18348
18447
|
end
|
|
18349
18448
|
|
|
18350
|
-
# Precise location info with multiple representation options.
|
|
18351
|
-
# latitude and longitude point is supported.
|
|
18449
|
+
# Precise location info with multiple representation options.
|
|
18352
18450
|
class GoogleCloudDiscoveryengineV1alphaUserInfoPreciseLocation
|
|
18353
18451
|
include Google::Apis::Core::Hashable
|
|
18354
18452
|
|
|
18355
|
-
#
|
|
18356
|
-
#
|
|
18453
|
+
# Location represented by a natural language address. Will later be geocoded and
|
|
18454
|
+
# converted to either a point or a polygon.
|
|
18357
18455
|
# Corresponds to the JSON property `address`
|
|
18358
18456
|
# @return [String]
|
|
18359
18457
|
attr_accessor :address
|
|
@@ -25395,9 +25493,10 @@ module Google
|
|
|
25395
25493
|
# access` * `disable-agent-sharing` * `disable-image-generation` * `disable-
|
|
25396
25494
|
# video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `
|
|
25397
25495
|
# disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `
|
|
25398
|
-
# canvas-workspace` * `
|
|
25399
|
-
#
|
|
25400
|
-
# orchestration` * `cross-product-
|
|
25496
|
+
# canvas-workspace` * `skills` * `skill-sharing` * `skill-sharing-without-admin-
|
|
25497
|
+
# approval` * `disable-projects` * `sobi` * `enable-end-user-sharing-with-groups`
|
|
25498
|
+
# * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-
|
|
25499
|
+
# intelligence` * `workflow-agents` * `in-app-notifications`
|
|
25401
25500
|
# Corresponds to the JSON property `features`
|
|
25402
25501
|
# @return [Hash<String,String>]
|
|
25403
25502
|
attr_accessor :features
|
|
@@ -32603,6 +32702,11 @@ module Google
|
|
|
32603
32702
|
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSearchResultRankSignals]
|
|
32604
32703
|
attr_accessor :rank_signals
|
|
32605
32704
|
|
|
32705
|
+
# Contains a set of signals used by the relevance filter.
|
|
32706
|
+
# Corresponds to the JSON property `retrievalSignals`
|
|
32707
|
+
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSearchResultRetrievalSignals]
|
|
32708
|
+
attr_accessor :retrieval_signals
|
|
32709
|
+
|
|
32606
32710
|
def initialize(**args)
|
|
32607
32711
|
update!(**args)
|
|
32608
32712
|
end
|
|
@@ -32614,6 +32718,7 @@ module Google
|
|
|
32614
32718
|
@id = args[:id] if args.key?(:id)
|
|
32615
32719
|
@model_scores = args[:model_scores] if args.key?(:model_scores)
|
|
32616
32720
|
@rank_signals = args[:rank_signals] if args.key?(:rank_signals)
|
|
32721
|
+
@retrieval_signals = args[:retrieval_signals] if args.key?(:retrieval_signals)
|
|
32617
32722
|
end
|
|
32618
32723
|
end
|
|
32619
32724
|
|
|
@@ -32717,6 +32822,32 @@ module Google
|
|
|
32717
32822
|
end
|
|
32718
32823
|
end
|
|
32719
32824
|
|
|
32825
|
+
# Contains a set of signals used by the relevance filter.
|
|
32826
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSearchResultRetrievalSignals
|
|
32827
|
+
include Google::Apis::Core::Hashable
|
|
32828
|
+
|
|
32829
|
+
# Optional. Indicates how the result was retrieved.
|
|
32830
|
+
# Corresponds to the JSON property `retrievalSources`
|
|
32831
|
+
# @return [Array<String>]
|
|
32832
|
+
attr_accessor :retrieval_sources
|
|
32833
|
+
|
|
32834
|
+
# Optional. Relevance score used by the filter when semantic_relevance_threshold
|
|
32835
|
+
# is set.
|
|
32836
|
+
# Corresponds to the JSON property `semanticRelevanceScore`
|
|
32837
|
+
# @return [Float]
|
|
32838
|
+
attr_accessor :semantic_relevance_score
|
|
32839
|
+
|
|
32840
|
+
def initialize(**args)
|
|
32841
|
+
update!(**args)
|
|
32842
|
+
end
|
|
32843
|
+
|
|
32844
|
+
# Update properties of this object
|
|
32845
|
+
def update!(**args)
|
|
32846
|
+
@retrieval_sources = args[:retrieval_sources] if args.key?(:retrieval_sources)
|
|
32847
|
+
@semantic_relevance_score = args[:semantic_relevance_score] if args.key?(:semantic_relevance_score)
|
|
32848
|
+
end
|
|
32849
|
+
end
|
|
32850
|
+
|
|
32720
32851
|
# Information about the session.
|
|
32721
32852
|
class GoogleCloudDiscoveryengineV1betaSearchResponseSessionInfo
|
|
32722
32853
|
include Google::Apis::Core::Hashable
|
|
@@ -34768,8 +34899,7 @@ module Google
|
|
|
34768
34899
|
class GoogleCloudDiscoveryengineV1betaUserInfo
|
|
34769
34900
|
include Google::Apis::Core::Hashable
|
|
34770
34901
|
|
|
34771
|
-
# Precise location info with multiple representation options.
|
|
34772
|
-
# latitude and longitude point is supported.
|
|
34902
|
+
# Precise location info with multiple representation options.
|
|
34773
34903
|
# Corresponds to the JSON property `preciseLocation`
|
|
34774
34904
|
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserInfoPreciseLocation]
|
|
34775
34905
|
attr_accessor :precise_location
|
|
@@ -34814,13 +34944,12 @@ module Google
|
|
|
34814
34944
|
end
|
|
34815
34945
|
end
|
|
34816
34946
|
|
|
34817
|
-
# Precise location info with multiple representation options.
|
|
34818
|
-
# latitude and longitude point is supported.
|
|
34947
|
+
# Precise location info with multiple representation options.
|
|
34819
34948
|
class GoogleCloudDiscoveryengineV1betaUserInfoPreciseLocation
|
|
34820
34949
|
include Google::Apis::Core::Hashable
|
|
34821
34950
|
|
|
34822
|
-
#
|
|
34823
|
-
#
|
|
34951
|
+
# Location represented by a natural language address. Will later be geocoded and
|
|
34952
|
+
# converted to either a point or a polygon.
|
|
34824
34953
|
# Corresponds to the JSON property `address`
|
|
34825
34954
|
# @return [String]
|
|
34826
34955
|
attr_accessor :address
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DiscoveryengineV1beta
|
|
18
18
|
# Version of the google-apis-discoveryengine_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.110.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260809"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -394,6 +394,12 @@ module Google
|
|
|
394
394
|
include Google::Apis::Core::JsonObjectSupport
|
|
395
395
|
end
|
|
396
396
|
|
|
397
|
+
class GoogleCloudDiscoveryengineV1DataConnectorConnectorMetadata
|
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
399
|
+
|
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
401
|
+
end
|
|
402
|
+
|
|
397
403
|
class GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig
|
|
398
404
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
399
405
|
|
|
@@ -1666,6 +1672,12 @@ module Google
|
|
|
1666
1672
|
include Google::Apis::Core::JsonObjectSupport
|
|
1667
1673
|
end
|
|
1668
1674
|
|
|
1675
|
+
class GoogleCloudDiscoveryengineV1alphaDataConnectorConnectorMetadata
|
|
1676
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1677
|
+
|
|
1678
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1679
|
+
end
|
|
1680
|
+
|
|
1669
1681
|
class GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig
|
|
1670
1682
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1671
1683
|
|
|
@@ -5140,6 +5152,12 @@ module Google
|
|
|
5140
5152
|
include Google::Apis::Core::JsonObjectSupport
|
|
5141
5153
|
end
|
|
5142
5154
|
|
|
5155
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSearchResultRetrievalSignals
|
|
5156
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5157
|
+
|
|
5158
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5159
|
+
end
|
|
5160
|
+
|
|
5143
5161
|
class GoogleCloudDiscoveryengineV1betaSearchResponseSessionInfo
|
|
5144
5162
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5145
5163
|
|
|
@@ -6209,6 +6227,8 @@ module Google
|
|
|
6209
6227
|
property :kms_key_name, as: 'kmsKeyName'
|
|
6210
6228
|
property :last_sync_time, as: 'lastSyncTime'
|
|
6211
6229
|
property :latest_pause_time, as: 'latestPauseTime'
|
|
6230
|
+
property :metadata, as: 'metadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataConnectorConnectorMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataConnectorConnectorMetadata::Representation
|
|
6231
|
+
|
|
6212
6232
|
property :name, as: 'name'
|
|
6213
6233
|
property :next_sync_time, as: 'nextSyncTime', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDateTime, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDateTime::Representation
|
|
6214
6234
|
|
|
@@ -6230,6 +6250,17 @@ module Google
|
|
|
6230
6250
|
end
|
|
6231
6251
|
end
|
|
6232
6252
|
|
|
6253
|
+
class GoogleCloudDiscoveryengineV1DataConnectorConnectorMetadata
|
|
6254
|
+
# @private
|
|
6255
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6256
|
+
property :author, as: 'author'
|
|
6257
|
+
property :description, as: 'description'
|
|
6258
|
+
property :note, as: 'note'
|
|
6259
|
+
property :short_description, as: 'shortDescription'
|
|
6260
|
+
property :title, as: 'title'
|
|
6261
|
+
end
|
|
6262
|
+
end
|
|
6263
|
+
|
|
6233
6264
|
class GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig
|
|
6234
6265
|
# @private
|
|
6235
6266
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8408,6 +8439,8 @@ module Google
|
|
|
8408
8439
|
property :kms_key_name, as: 'kmsKeyName'
|
|
8409
8440
|
property :last_sync_time, as: 'lastSyncTime'
|
|
8410
8441
|
property :latest_pause_time, as: 'latestPauseTime'
|
|
8442
|
+
property :metadata, as: 'metadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataConnectorConnectorMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataConnectorConnectorMetadata::Representation
|
|
8443
|
+
|
|
8411
8444
|
property :name, as: 'name'
|
|
8412
8445
|
property :next_sync_time, as: 'nextSyncTime', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDateTime, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDateTime::Representation
|
|
8413
8446
|
|
|
@@ -8429,6 +8462,17 @@ module Google
|
|
|
8429
8462
|
end
|
|
8430
8463
|
end
|
|
8431
8464
|
|
|
8465
|
+
class GoogleCloudDiscoveryengineV1alphaDataConnectorConnectorMetadata
|
|
8466
|
+
# @private
|
|
8467
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8468
|
+
property :author, as: 'author'
|
|
8469
|
+
property :description, as: 'description'
|
|
8470
|
+
property :note, as: 'note'
|
|
8471
|
+
property :short_description, as: 'shortDescription'
|
|
8472
|
+
property :title, as: 'title'
|
|
8473
|
+
end
|
|
8474
|
+
end
|
|
8475
|
+
|
|
8432
8476
|
class GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig
|
|
8433
8477
|
# @private
|
|
8434
8478
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -14304,6 +14348,8 @@ module Google
|
|
|
14304
14348
|
|
|
14305
14349
|
property :rank_signals, as: 'rankSignals', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSearchResultRankSignals, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSearchResultRankSignals::Representation
|
|
14306
14350
|
|
|
14351
|
+
property :retrieval_signals, as: 'retrievalSignals', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSearchResultRetrievalSignals, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSearchResultRetrievalSignals::Representation
|
|
14352
|
+
|
|
14307
14353
|
end
|
|
14308
14354
|
end
|
|
14309
14355
|
|
|
@@ -14332,6 +14378,14 @@ module Google
|
|
|
14332
14378
|
end
|
|
14333
14379
|
end
|
|
14334
14380
|
|
|
14381
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSearchResultRetrievalSignals
|
|
14382
|
+
# @private
|
|
14383
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14384
|
+
collection :retrieval_sources, as: 'retrievalSources'
|
|
14385
|
+
property :semantic_relevance_score, as: 'semanticRelevanceScore'
|
|
14386
|
+
end
|
|
14387
|
+
end
|
|
14388
|
+
|
|
14335
14389
|
class GoogleCloudDiscoveryengineV1betaSearchResponseSessionInfo
|
|
14336
14390
|
# @private
|
|
14337
14391
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -262,6 +262,43 @@ module Google
|
|
|
262
262
|
execute_or_queue_command(command, &block)
|
|
263
263
|
end
|
|
264
264
|
|
|
265
|
+
# Provisions the project resource. During the process, related systems will get
|
|
266
|
+
# prepared and initialized. Caller must read the [Terms for data use](https://
|
|
267
|
+
# cloud.google.com/retail/data-use-terms), and optionally specify in request to
|
|
268
|
+
# provide consent to that service terms.
|
|
269
|
+
# @param [String] name
|
|
270
|
+
# Required. Full resource name of a Project, such as `projects/`
|
|
271
|
+
# project_id_or_number``.
|
|
272
|
+
# @param [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProvisionProjectRequest] google_cloud_discoveryengine_v1beta_provision_project_request_object
|
|
273
|
+
# @param [String] fields
|
|
274
|
+
# Selector specifying which fields to include in a partial response.
|
|
275
|
+
# @param [String] quota_user
|
|
276
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
277
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
278
|
+
# @param [Google::Apis::RequestOptions] options
|
|
279
|
+
# Request-specific options
|
|
280
|
+
#
|
|
281
|
+
# @yield [result, err] Result & error if block supplied
|
|
282
|
+
# @yieldparam result [Google::Apis::DiscoveryengineV1beta::GoogleLongrunningOperation] parsed result object
|
|
283
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
284
|
+
#
|
|
285
|
+
# @return [Google::Apis::DiscoveryengineV1beta::GoogleLongrunningOperation]
|
|
286
|
+
#
|
|
287
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
288
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
289
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
290
|
+
def provision_project_location(name, google_cloud_discoveryengine_v1beta_provision_project_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
291
|
+
command = make_simple_command(:post, 'v1beta/{+name}:provision', options)
|
|
292
|
+
command.request_representation = Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProvisionProjectRequest::Representation
|
|
293
|
+
command.request_object = google_cloud_discoveryengine_v1beta_provision_project_request_object
|
|
294
|
+
command.response_representation = Google::Apis::DiscoveryengineV1beta::GoogleLongrunningOperation::Representation
|
|
295
|
+
command.response_class = Google::Apis::DiscoveryengineV1beta::GoogleLongrunningOperation
|
|
296
|
+
command.params['name'] = name unless name.nil?
|
|
297
|
+
command.query['fields'] = fields unless fields.nil?
|
|
298
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
299
|
+
execute_or_queue_command(command, &block)
|
|
300
|
+
end
|
|
301
|
+
|
|
265
302
|
# Removes the dedicated crawl rate for a craw_rate_scope. If the dedicated crawl
|
|
266
303
|
# rate was set, this will disable vertex AI's crawl bot from using the dedicated
|
|
267
304
|
# crawl rate for crawling. If the dedicated crawl rate was not set, this is a no-
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-discoveryengine_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.110.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.110.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|