google-apis-discoveryengine_v1beta 0.99.0 → 0.100.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: 6edb23b7a1af92038ff1d410e42b6762f773bde93f340574ee2d57c3f3e8d19a
|
|
4
|
+
data.tar.gz: 36eb7359ab4dde4718fe931c89131b40d9319c979c6255a409a89490a63b045a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a0e9d88d5bab572d29e54a113dc7c54c76974294fb5217f47f60e2f8f573b6df142d7f7e24f3bd1a31e7185cebf012985a966554b2ed89255fb58175b0299d7
|
|
7
|
+
data.tar.gz: ed466fbbb0f5f44eae889b08749666d1894b2df6a9924f6e3bfe15e4dbff857d0968d7e0ce80b3d4f0be774e30e8682e53c35abf8578772012818890457b4f57
|
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)
|
|
@@ -10696,6 +10704,13 @@ module Google
|
|
|
10696
10704
|
# @return [String]
|
|
10697
10705
|
attr_accessor :configurable_billing_approach
|
|
10698
10706
|
|
|
10707
|
+
# Optional. Maps a connector ID (e.g., "hybrid-github", "shopify") to tenant-
|
|
10708
|
+
# specific information required for that connector. The structure of the tenant
|
|
10709
|
+
# information string is connector-dependent.
|
|
10710
|
+
# Corresponds to the JSON property `connectorTenantInfo`
|
|
10711
|
+
# @return [Hash<String,String>]
|
|
10712
|
+
attr_accessor :connector_tenant_info
|
|
10713
|
+
|
|
10699
10714
|
# Output only. Timestamp the Recommendation Engine was created at.
|
|
10700
10715
|
# Corresponds to the JSON property `createTime`
|
|
10701
10716
|
# @return [String]
|
|
@@ -10815,6 +10830,7 @@ module Google
|
|
|
10815
10830
|
@cmek_config = args[:cmek_config] if args.key?(:cmek_config)
|
|
10816
10831
|
@common_config = args[:common_config] if args.key?(:common_config)
|
|
10817
10832
|
@configurable_billing_approach = args[:configurable_billing_approach] if args.key?(:configurable_billing_approach)
|
|
10833
|
+
@connector_tenant_info = args[:connector_tenant_info] if args.key?(:connector_tenant_info)
|
|
10818
10834
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
10819
10835
|
@data_store_ids = args[:data_store_ids] if args.key?(:data_store_ids)
|
|
10820
10836
|
@disable_analytics = args[:disable_analytics] if args.key?(:disable_analytics)
|
|
@@ -14153,7 +14169,7 @@ module Google
|
|
|
14153
14169
|
attr_accessor :natural_language_query_understanding_spec
|
|
14154
14170
|
|
|
14155
14171
|
# Optional. The maximum number of results to retrieve from each data store. If
|
|
14156
|
-
# not specified, it will use the SearchRequest.
|
|
14172
|
+
# not specified, it will use the SearchRequest.DataStoreSpec.num_results if
|
|
14157
14173
|
# provided, otherwise there is no limit.
|
|
14158
14174
|
# Corresponds to the JSON property `numResultsPerDataStore`
|
|
14159
14175
|
# @return [Fixnum]
|
|
@@ -22979,6 +22995,13 @@ module Google
|
|
|
22979
22995
|
# @return [String]
|
|
22980
22996
|
attr_accessor :configurable_billing_approach
|
|
22981
22997
|
|
|
22998
|
+
# Optional. Maps a connector ID (e.g., "hybrid-github", "shopify") to tenant-
|
|
22999
|
+
# specific information required for that connector. The structure of the tenant
|
|
23000
|
+
# information string is connector-dependent.
|
|
23001
|
+
# Corresponds to the JSON property `connectorTenantInfo`
|
|
23002
|
+
# @return [Hash<String,String>]
|
|
23003
|
+
attr_accessor :connector_tenant_info
|
|
23004
|
+
|
|
22982
23005
|
# Output only. Timestamp the Recommendation Engine was created at.
|
|
22983
23006
|
# Corresponds to the JSON property `createTime`
|
|
22984
23007
|
# @return [String]
|
|
@@ -23088,6 +23111,7 @@ module Google
|
|
|
23088
23111
|
@cmek_config = args[:cmek_config] if args.key?(:cmek_config)
|
|
23089
23112
|
@common_config = args[:common_config] if args.key?(:common_config)
|
|
23090
23113
|
@configurable_billing_approach = args[:configurable_billing_approach] if args.key?(:configurable_billing_approach)
|
|
23114
|
+
@connector_tenant_info = args[:connector_tenant_info] if args.key?(:connector_tenant_info)
|
|
23091
23115
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
23092
23116
|
@data_store_ids = args[:data_store_ids] if args.key?(:data_store_ids)
|
|
23093
23117
|
@disable_analytics = args[:disable_analytics] if args.key?(:disable_analytics)
|
|
@@ -27791,7 +27815,7 @@ module Google
|
|
|
27791
27815
|
attr_accessor :natural_language_query_understanding_spec
|
|
27792
27816
|
|
|
27793
27817
|
# Optional. The maximum number of results to retrieve from each data store. If
|
|
27794
|
-
# not specified, it will use the SearchRequest.
|
|
27818
|
+
# not specified, it will use the SearchRequest.DataStoreSpec.num_results if
|
|
27795
27819
|
# provided, otherwise there is no limit.
|
|
27796
27820
|
# Corresponds to the JSON property `numResultsPerDataStore`
|
|
27797
27821
|
# @return [Fixnum]
|
|
@@ -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.100.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
|
|
@@ -6054,6 +6054,7 @@ module Google
|
|
|
6054
6054
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineCommonConfig::Representation
|
|
6055
6055
|
|
|
6056
6056
|
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
6057
|
+
hash :connector_tenant_info, as: 'connectorTenantInfo'
|
|
6057
6058
|
property :create_time, as: 'createTime'
|
|
6058
6059
|
collection :data_store_ids, as: 'dataStoreIds'
|
|
6059
6060
|
property :disable_analytics, as: 'disableAnalytics'
|
|
@@ -7996,6 +7997,7 @@ module Google
|
|
|
7996
7997
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineCommonConfig::Representation
|
|
7997
7998
|
|
|
7998
7999
|
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
8000
|
+
hash :connector_tenant_info, as: 'connectorTenantInfo'
|
|
7999
8001
|
property :create_time, as: 'createTime'
|
|
8000
8002
|
collection :data_store_ids, as: 'dataStoreIds'
|
|
8001
8003
|
property :disable_analytics, as: 'disableAnalytics'
|
|
@@ -11297,6 +11299,7 @@ module Google
|
|
|
11297
11299
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineCommonConfig::Representation
|
|
11298
11300
|
|
|
11299
11301
|
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
11302
|
+
hash :connector_tenant_info, as: 'connectorTenantInfo'
|
|
11300
11303
|
property :create_time, as: 'createTime'
|
|
11301
11304
|
collection :data_store_ids, as: 'dataStoreIds'
|
|
11302
11305
|
property :disable_analytics, as: 'disableAnalytics'
|
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.100.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.100.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:
|