google-apis-discoveryengine_v1alpha 0.94.0 → 0.95.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 186621d6b9910fff48cb17c24b5ffaccbb87a41d6895370e3ea817d39e814f18
|
|
4
|
+
data.tar.gz: 139fdfd53a332cb26dda780c3e5973d9f5bc7a6bca7d11f733ec23e17e199445
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ec097a38f97dc63daf579c2d2c686cbd8807347f7d8152727ef254b9fed08dd0a0fd6c87f67c5abd4009f680094839c86449926d4ac436b7839b489f0bd98708
|
|
7
|
+
data.tar.gz: f8ba0d8bea947eaef1e97184c6074da8b3bbb0275984dc1c65e6936791dc9ccb7cdccd00397b96182fbb49ff9444c567854b33cecb56907619f99df64cbee1b2
|
data/CHANGELOG.md
CHANGED
|
@@ -3464,6 +3464,13 @@ module Google
|
|
|
3464
3464
|
# @return [String]
|
|
3465
3465
|
attr_accessor :configurable_billing_approach
|
|
3466
3466
|
|
|
3467
|
+
# Optional. Maps a connector ID (e.g., "hybrid-github", "shopify") to tenant-
|
|
3468
|
+
# specific information required for that connector. The structure of the tenant
|
|
3469
|
+
# information string is connector-dependent.
|
|
3470
|
+
# Corresponds to the JSON property `connectorTenantInfo`
|
|
3471
|
+
# @return [Hash<String,String>]
|
|
3472
|
+
attr_accessor :connector_tenant_info
|
|
3473
|
+
|
|
3467
3474
|
# Output only. Timestamp the Recommendation Engine was created at.
|
|
3468
3475
|
# Corresponds to the JSON property `createTime`
|
|
3469
3476
|
# @return [String]
|
|
@@ -3573,6 +3580,7 @@ module Google
|
|
|
3573
3580
|
@cmek_config = args[:cmek_config] if args.key?(:cmek_config)
|
|
3574
3581
|
@common_config = args[:common_config] if args.key?(:common_config)
|
|
3575
3582
|
@configurable_billing_approach = args[:configurable_billing_approach] if args.key?(:configurable_billing_approach)
|
|
3583
|
+
@connector_tenant_info = args[:connector_tenant_info] if args.key?(:connector_tenant_info)
|
|
3576
3584
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
3577
3585
|
@data_store_ids = args[:data_store_ids] if args.key?(:data_store_ids)
|
|
3578
3586
|
@disable_analytics = args[:disable_analytics] if args.key?(:disable_analytics)
|
|
@@ -15391,6 +15399,13 @@ module Google
|
|
|
15391
15399
|
# @return [String]
|
|
15392
15400
|
attr_accessor :configurable_billing_approach
|
|
15393
15401
|
|
|
15402
|
+
# Optional. Maps a connector ID (e.g., "hybrid-github", "shopify") to tenant-
|
|
15403
|
+
# specific information required for that connector. The structure of the tenant
|
|
15404
|
+
# information string is connector-dependent.
|
|
15405
|
+
# Corresponds to the JSON property `connectorTenantInfo`
|
|
15406
|
+
# @return [Hash<String,String>]
|
|
15407
|
+
attr_accessor :connector_tenant_info
|
|
15408
|
+
|
|
15394
15409
|
# Output only. Timestamp the Recommendation Engine was created at.
|
|
15395
15410
|
# Corresponds to the JSON property `createTime`
|
|
15396
15411
|
# @return [String]
|
|
@@ -15510,6 +15525,7 @@ module Google
|
|
|
15510
15525
|
@cmek_config = args[:cmek_config] if args.key?(:cmek_config)
|
|
15511
15526
|
@common_config = args[:common_config] if args.key?(:common_config)
|
|
15512
15527
|
@configurable_billing_approach = args[:configurable_billing_approach] if args.key?(:configurable_billing_approach)
|
|
15528
|
+
@connector_tenant_info = args[:connector_tenant_info] if args.key?(:connector_tenant_info)
|
|
15513
15529
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
15514
15530
|
@data_store_ids = args[:data_store_ids] if args.key?(:data_store_ids)
|
|
15515
15531
|
@disable_analytics = args[:disable_analytics] if args.key?(:disable_analytics)
|
|
@@ -22578,7 +22594,7 @@ module Google
|
|
|
22578
22594
|
attr_accessor :natural_language_query_understanding_spec
|
|
22579
22595
|
|
|
22580
22596
|
# Optional. The maximum number of results to retrieve from each data store. If
|
|
22581
|
-
# not specified, it will use the SearchRequest.
|
|
22597
|
+
# not specified, it will use the SearchRequest.DataStoreSpec.num_results if
|
|
22582
22598
|
# provided, otherwise there is no limit.
|
|
22583
22599
|
# Corresponds to the JSON property `numResultsPerDataStore`
|
|
22584
22600
|
# @return [Fixnum]
|
|
@@ -29995,6 +30011,13 @@ module Google
|
|
|
29995
30011
|
# @return [String]
|
|
29996
30012
|
attr_accessor :configurable_billing_approach
|
|
29997
30013
|
|
|
30014
|
+
# Optional. Maps a connector ID (e.g., "hybrid-github", "shopify") to tenant-
|
|
30015
|
+
# specific information required for that connector. The structure of the tenant
|
|
30016
|
+
# information string is connector-dependent.
|
|
30017
|
+
# Corresponds to the JSON property `connectorTenantInfo`
|
|
30018
|
+
# @return [Hash<String,String>]
|
|
30019
|
+
attr_accessor :connector_tenant_info
|
|
30020
|
+
|
|
29998
30021
|
# Output only. Timestamp the Recommendation Engine was created at.
|
|
29999
30022
|
# Corresponds to the JSON property `createTime`
|
|
30000
30023
|
# @return [String]
|
|
@@ -30104,6 +30127,7 @@ module Google
|
|
|
30104
30127
|
@cmek_config = args[:cmek_config] if args.key?(:cmek_config)
|
|
30105
30128
|
@common_config = args[:common_config] if args.key?(:common_config)
|
|
30106
30129
|
@configurable_billing_approach = args[:configurable_billing_approach] if args.key?(:configurable_billing_approach)
|
|
30130
|
+
@connector_tenant_info = args[:connector_tenant_info] if args.key?(:connector_tenant_info)
|
|
30107
30131
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
30108
30132
|
@data_store_ids = args[:data_store_ids] if args.key?(:data_store_ids)
|
|
30109
30133
|
@disable_analytics = args[:disable_analytics] if args.key?(:disable_analytics)
|
|
@@ -32251,7 +32275,7 @@ module Google
|
|
|
32251
32275
|
attr_accessor :natural_language_query_understanding_spec
|
|
32252
32276
|
|
|
32253
32277
|
# Optional. The maximum number of results to retrieve from each data store. If
|
|
32254
|
-
# not specified, it will use the SearchRequest.
|
|
32278
|
+
# not specified, it will use the SearchRequest.DataStoreSpec.num_results if
|
|
32255
32279
|
# provided, otherwise there is no limit.
|
|
32256
32280
|
# Corresponds to the JSON property `numResultsPerDataStore`
|
|
32257
32281
|
# @return [Fixnum]
|
|
@@ -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.95.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260215"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -6642,6 +6642,7 @@ module Google
|
|
|
6642
6642
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineCommonConfig::Representation
|
|
6643
6643
|
|
|
6644
6644
|
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
6645
|
+
hash :connector_tenant_info, as: 'connectorTenantInfo'
|
|
6645
6646
|
property :create_time, as: 'createTime'
|
|
6646
6647
|
collection :data_store_ids, as: 'dataStoreIds'
|
|
6647
6648
|
property :disable_analytics, as: 'disableAnalytics'
|
|
@@ -9874,6 +9875,7 @@ module Google
|
|
|
9874
9875
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineCommonConfig::Representation
|
|
9875
9876
|
|
|
9876
9877
|
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
9878
|
+
hash :connector_tenant_info, as: 'connectorTenantInfo'
|
|
9877
9879
|
property :create_time, as: 'createTime'
|
|
9878
9880
|
collection :data_store_ids, as: 'dataStoreIds'
|
|
9879
9881
|
property :disable_analytics, as: 'disableAnalytics'
|
|
@@ -13798,6 +13800,7 @@ module Google
|
|
|
13798
13800
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineCommonConfig::Representation
|
|
13799
13801
|
|
|
13800
13802
|
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
13803
|
+
hash :connector_tenant_info, as: 'connectorTenantInfo'
|
|
13801
13804
|
property :create_time, as: 'createTime'
|
|
13802
13805
|
collection :data_store_ids, as: 'dataStoreIds'
|
|
13803
13806
|
property :disable_analytics, as: 'disableAnalytics'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.95.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_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.95.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:
|