google-apis-discoveryengine_v1 0.64.0 → 0.66.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.
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DiscoveryengineV1
|
|
18
18
|
# Version of the google-apis-discoveryengine_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.66.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 = "20260118"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1288,6 +1288,18 @@ module Google
|
|
|
1288
1288
|
include Google::Apis::Core::JsonObjectSupport
|
|
1289
1289
|
end
|
|
1290
1290
|
|
|
1291
|
+
class GoogleCloudDiscoveryengineV1EngineKnowledgeGraphConfig
|
|
1292
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1293
|
+
|
|
1294
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1295
|
+
end
|
|
1296
|
+
|
|
1297
|
+
class GoogleCloudDiscoveryengineV1EngineKnowledgeGraphConfigFeatureConfig
|
|
1298
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1299
|
+
|
|
1300
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1301
|
+
end
|
|
1302
|
+
|
|
1291
1303
|
class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig
|
|
1292
1304
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1293
1305
|
|
|
@@ -2056,6 +2068,54 @@ module Google
|
|
|
2056
2068
|
include Google::Apis::Core::JsonObjectSupport
|
|
2057
2069
|
end
|
|
2058
2070
|
|
|
2071
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfo
|
|
2072
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2073
|
+
|
|
2074
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2075
|
+
end
|
|
2076
|
+
|
|
2077
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter
|
|
2078
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2079
|
+
|
|
2080
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2081
|
+
end
|
|
2082
|
+
|
|
2083
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterAndExpression
|
|
2084
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2085
|
+
|
|
2086
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2087
|
+
end
|
|
2088
|
+
|
|
2089
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression
|
|
2090
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2091
|
+
|
|
2092
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2093
|
+
end
|
|
2094
|
+
|
|
2095
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterGeolocationConstraint
|
|
2096
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2097
|
+
|
|
2098
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2099
|
+
end
|
|
2100
|
+
|
|
2101
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterNumberConstraint
|
|
2102
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2103
|
+
|
|
2104
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2105
|
+
end
|
|
2106
|
+
|
|
2107
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterOrExpression
|
|
2108
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2109
|
+
|
|
2110
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2111
|
+
end
|
|
2112
|
+
|
|
2113
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterStringConstraint
|
|
2114
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2115
|
+
|
|
2116
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2117
|
+
end
|
|
2118
|
+
|
|
2059
2119
|
class GoogleCloudDiscoveryengineV1SearchResponseQueryExpansionInfo
|
|
2060
2120
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2061
2121
|
|
|
@@ -2476,6 +2536,12 @@ module Google
|
|
|
2476
2536
|
include Google::Apis::Core::JsonObjectSupport
|
|
2477
2537
|
end
|
|
2478
2538
|
|
|
2539
|
+
class GoogleCloudDiscoveryengineV1alphaAddPatientFilterRequest
|
|
2540
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2541
|
+
|
|
2542
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2543
|
+
end
|
|
2544
|
+
|
|
2479
2545
|
class GoogleCloudDiscoveryengineV1alphaAdvancedSiteSearchConfig
|
|
2480
2546
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2481
2547
|
|
|
@@ -3016,6 +3082,12 @@ module Google
|
|
|
3016
3082
|
include Google::Apis::Core::JsonObjectSupport
|
|
3017
3083
|
end
|
|
3018
3084
|
|
|
3085
|
+
class GoogleCloudDiscoveryengineV1alphaDeletePatientFiltersRequest
|
|
3086
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3087
|
+
|
|
3088
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3089
|
+
end
|
|
3090
|
+
|
|
3019
3091
|
class GoogleCloudDiscoveryengineV1alphaDeleteSchemaMetadata
|
|
3020
3092
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3021
3093
|
|
|
@@ -3154,6 +3226,18 @@ module Google
|
|
|
3154
3226
|
include Google::Apis::Core::JsonObjectSupport
|
|
3155
3227
|
end
|
|
3156
3228
|
|
|
3229
|
+
class GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfig
|
|
3230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3231
|
+
|
|
3232
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3233
|
+
end
|
|
3234
|
+
|
|
3235
|
+
class GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfigFeatureConfig
|
|
3236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3237
|
+
|
|
3238
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3239
|
+
end
|
|
3240
|
+
|
|
3157
3241
|
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig
|
|
3158
3242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3159
3243
|
|
|
@@ -3412,6 +3496,12 @@ module Google
|
|
|
3412
3496
|
include Google::Apis::Core::JsonObjectSupport
|
|
3413
3497
|
end
|
|
3414
3498
|
|
|
3499
|
+
class GoogleCloudDiscoveryengineV1alphaPatientFilterOperationMetadata
|
|
3500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3501
|
+
|
|
3502
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3503
|
+
end
|
|
3504
|
+
|
|
3415
3505
|
class GoogleCloudDiscoveryengineV1alphaProject
|
|
3416
3506
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3417
3507
|
|
|
@@ -3556,6 +3646,18 @@ module Google
|
|
|
3556
3646
|
include Google::Apis::Core::JsonObjectSupport
|
|
3557
3647
|
end
|
|
3558
3648
|
|
|
3649
|
+
class GoogleCloudDiscoveryengineV1alphaRemovePatientFilterRequest
|
|
3650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3651
|
+
|
|
3652
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3653
|
+
end
|
|
3654
|
+
|
|
3655
|
+
class GoogleCloudDiscoveryengineV1alphaReplacePatientFilterRequest
|
|
3656
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3657
|
+
|
|
3658
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3659
|
+
end
|
|
3660
|
+
|
|
3559
3661
|
class GoogleCloudDiscoveryengineV1alphaSafetyRating
|
|
3560
3662
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3561
3663
|
|
|
@@ -4222,6 +4324,18 @@ module Google
|
|
|
4222
4324
|
include Google::Apis::Core::JsonObjectSupport
|
|
4223
4325
|
end
|
|
4224
4326
|
|
|
4327
|
+
class GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfig
|
|
4328
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4329
|
+
|
|
4330
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4331
|
+
end
|
|
4332
|
+
|
|
4333
|
+
class GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfigFeatureConfig
|
|
4334
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4335
|
+
|
|
4336
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4337
|
+
end
|
|
4338
|
+
|
|
4225
4339
|
class GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig
|
|
4226
4340
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4227
4341
|
|
|
@@ -7017,6 +7131,8 @@ module Google
|
|
|
7017
7131
|
property :display_name, as: 'displayName'
|
|
7018
7132
|
hash :features, as: 'features'
|
|
7019
7133
|
property :industry_vertical, as: 'industryVertical'
|
|
7134
|
+
property :knowledge_graph_config, as: 'knowledgeGraphConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineKnowledgeGraphConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineKnowledgeGraphConfig::Representation
|
|
7135
|
+
|
|
7020
7136
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig::Representation
|
|
7021
7137
|
|
|
7022
7138
|
hash :model_configs, as: 'modelConfigs'
|
|
@@ -7062,6 +7178,28 @@ module Google
|
|
|
7062
7178
|
end
|
|
7063
7179
|
end
|
|
7064
7180
|
|
|
7181
|
+
class GoogleCloudDiscoveryengineV1EngineKnowledgeGraphConfig
|
|
7182
|
+
# @private
|
|
7183
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7184
|
+
collection :cloud_knowledge_graph_types, as: 'cloudKnowledgeGraphTypes'
|
|
7185
|
+
property :enable_cloud_knowledge_graph, as: 'enableCloudKnowledgeGraph'
|
|
7186
|
+
property :enable_private_knowledge_graph, as: 'enablePrivateKnowledgeGraph'
|
|
7187
|
+
property :feature_config, as: 'featureConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineKnowledgeGraphConfigFeatureConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineKnowledgeGraphConfigFeatureConfig::Representation
|
|
7188
|
+
|
|
7189
|
+
collection :private_knowledge_graph_types, as: 'privateKnowledgeGraphTypes'
|
|
7190
|
+
end
|
|
7191
|
+
end
|
|
7192
|
+
|
|
7193
|
+
class GoogleCloudDiscoveryengineV1EngineKnowledgeGraphConfigFeatureConfig
|
|
7194
|
+
# @private
|
|
7195
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7196
|
+
property :disable_private_kg_auto_complete, as: 'disablePrivateKgAutoComplete'
|
|
7197
|
+
property :disable_private_kg_enrichment, as: 'disablePrivateKgEnrichment'
|
|
7198
|
+
property :disable_private_kg_query_ui_chips, as: 'disablePrivateKgQueryUiChips'
|
|
7199
|
+
property :disable_private_kg_query_understanding, as: 'disablePrivateKgQueryUnderstanding'
|
|
7200
|
+
end
|
|
7201
|
+
end
|
|
7202
|
+
|
|
7065
7203
|
class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig
|
|
7066
7204
|
# @private
|
|
7067
7205
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -7196,6 +7334,7 @@ module Google
|
|
|
7196
7334
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7197
7335
|
property :enable_configurable_schema, as: 'enableConfigurableSchema'
|
|
7198
7336
|
property :enable_static_indexing_for_batch_ingestion, as: 'enableStaticIndexingForBatchIngestion'
|
|
7337
|
+
collection :initial_filter_groups, as: 'initialFilterGroups'
|
|
7199
7338
|
end
|
|
7200
7339
|
end
|
|
7201
7340
|
|
|
@@ -8302,6 +8441,8 @@ module Google
|
|
|
8302
8441
|
property :corrected_query, as: 'correctedQuery'
|
|
8303
8442
|
collection :facets, as: 'facets', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseFacet, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseFacet::Representation
|
|
8304
8443
|
|
|
8444
|
+
property :natural_language_query_understanding_info, as: 'naturalLanguageQueryUnderstandingInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfo::Representation
|
|
8445
|
+
|
|
8305
8446
|
property :next_page_token, as: 'nextPageToken'
|
|
8306
8447
|
property :query_expansion_info, as: 'queryExpansionInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseQueryExpansionInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseQueryExpansionInfo::Representation
|
|
8307
8448
|
|
|
@@ -8339,6 +8480,87 @@ module Google
|
|
|
8339
8480
|
end
|
|
8340
8481
|
end
|
|
8341
8482
|
|
|
8483
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfo
|
|
8484
|
+
# @private
|
|
8485
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8486
|
+
collection :classified_intents, as: 'classifiedIntents'
|
|
8487
|
+
property :extracted_filters, as: 'extractedFilters'
|
|
8488
|
+
property :rewritten_query, as: 'rewrittenQuery'
|
|
8489
|
+
property :structured_extracted_filter, as: 'structuredExtractedFilter', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter::Representation
|
|
8490
|
+
|
|
8491
|
+
end
|
|
8492
|
+
end
|
|
8493
|
+
|
|
8494
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter
|
|
8495
|
+
# @private
|
|
8496
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8497
|
+
property :expression, as: 'expression', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression::Representation
|
|
8498
|
+
|
|
8499
|
+
end
|
|
8500
|
+
end
|
|
8501
|
+
|
|
8502
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterAndExpression
|
|
8503
|
+
# @private
|
|
8504
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8505
|
+
collection :expressions, as: 'expressions', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression::Representation
|
|
8506
|
+
|
|
8507
|
+
end
|
|
8508
|
+
end
|
|
8509
|
+
|
|
8510
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression
|
|
8511
|
+
# @private
|
|
8512
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8513
|
+
property :and_expr, as: 'andExpr', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterAndExpression, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterAndExpression::Representation
|
|
8514
|
+
|
|
8515
|
+
property :geolocation_constraint, as: 'geolocationConstraint', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterGeolocationConstraint, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterGeolocationConstraint::Representation
|
|
8516
|
+
|
|
8517
|
+
property :number_constraint, as: 'numberConstraint', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterNumberConstraint, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterNumberConstraint::Representation
|
|
8518
|
+
|
|
8519
|
+
property :or_expr, as: 'orExpr', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterOrExpression, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterOrExpression::Representation
|
|
8520
|
+
|
|
8521
|
+
property :string_constraint, as: 'stringConstraint', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterStringConstraint, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterStringConstraint::Representation
|
|
8522
|
+
|
|
8523
|
+
end
|
|
8524
|
+
end
|
|
8525
|
+
|
|
8526
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterGeolocationConstraint
|
|
8527
|
+
# @private
|
|
8528
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8529
|
+
property :address, as: 'address'
|
|
8530
|
+
property :field_name, as: 'fieldName'
|
|
8531
|
+
property :latitude, as: 'latitude'
|
|
8532
|
+
property :longitude, as: 'longitude'
|
|
8533
|
+
property :radius_in_meters, as: 'radiusInMeters'
|
|
8534
|
+
end
|
|
8535
|
+
end
|
|
8536
|
+
|
|
8537
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterNumberConstraint
|
|
8538
|
+
# @private
|
|
8539
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8540
|
+
property :comparison, as: 'comparison'
|
|
8541
|
+
property :field_name, as: 'fieldName'
|
|
8542
|
+
property :query_segment, as: 'querySegment'
|
|
8543
|
+
property :value, as: 'value'
|
|
8544
|
+
end
|
|
8545
|
+
end
|
|
8546
|
+
|
|
8547
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterOrExpression
|
|
8548
|
+
# @private
|
|
8549
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8550
|
+
collection :expressions, as: 'expressions', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression::Representation
|
|
8551
|
+
|
|
8552
|
+
end
|
|
8553
|
+
end
|
|
8554
|
+
|
|
8555
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterStringConstraint
|
|
8556
|
+
# @private
|
|
8557
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8558
|
+
property :field_name, as: 'fieldName'
|
|
8559
|
+
property :query_segment, as: 'querySegment'
|
|
8560
|
+
collection :values, as: 'values'
|
|
8561
|
+
end
|
|
8562
|
+
end
|
|
8563
|
+
|
|
8342
8564
|
class GoogleCloudDiscoveryengineV1SearchResponseQueryExpansionInfo
|
|
8343
8565
|
# @private
|
|
8344
8566
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9133,6 +9355,14 @@ module Google
|
|
|
9133
9355
|
end
|
|
9134
9356
|
end
|
|
9135
9357
|
|
|
9358
|
+
class GoogleCloudDiscoveryengineV1alphaAddPatientFilterRequest
|
|
9359
|
+
# @private
|
|
9360
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9361
|
+
property :data_store, as: 'dataStore'
|
|
9362
|
+
collection :filter_groups, as: 'filterGroups'
|
|
9363
|
+
end
|
|
9364
|
+
end
|
|
9365
|
+
|
|
9136
9366
|
class GoogleCloudDiscoveryengineV1alphaAdvancedSiteSearchConfig
|
|
9137
9367
|
# @private
|
|
9138
9368
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10112,6 +10342,13 @@ module Google
|
|
|
10112
10342
|
end
|
|
10113
10343
|
end
|
|
10114
10344
|
|
|
10345
|
+
class GoogleCloudDiscoveryengineV1alphaDeletePatientFiltersRequest
|
|
10346
|
+
# @private
|
|
10347
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10348
|
+
property :data_store, as: 'dataStore'
|
|
10349
|
+
end
|
|
10350
|
+
end
|
|
10351
|
+
|
|
10115
10352
|
class GoogleCloudDiscoveryengineV1alphaDeleteSchemaMetadata
|
|
10116
10353
|
# @private
|
|
10117
10354
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10286,6 +10523,8 @@ module Google
|
|
|
10286
10523
|
property :display_name, as: 'displayName'
|
|
10287
10524
|
hash :features, as: 'features'
|
|
10288
10525
|
property :industry_vertical, as: 'industryVertical'
|
|
10526
|
+
property :knowledge_graph_config, as: 'knowledgeGraphConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfig::Representation
|
|
10527
|
+
|
|
10289
10528
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig::Representation
|
|
10290
10529
|
|
|
10291
10530
|
hash :model_configs, as: 'modelConfigs'
|
|
@@ -10335,6 +10574,28 @@ module Google
|
|
|
10335
10574
|
end
|
|
10336
10575
|
end
|
|
10337
10576
|
|
|
10577
|
+
class GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfig
|
|
10578
|
+
# @private
|
|
10579
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10580
|
+
collection :cloud_knowledge_graph_types, as: 'cloudKnowledgeGraphTypes'
|
|
10581
|
+
property :enable_cloud_knowledge_graph, as: 'enableCloudKnowledgeGraph'
|
|
10582
|
+
property :enable_private_knowledge_graph, as: 'enablePrivateKnowledgeGraph'
|
|
10583
|
+
property :feature_config, as: 'featureConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfigFeatureConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfigFeatureConfig::Representation
|
|
10584
|
+
|
|
10585
|
+
collection :private_knowledge_graph_types, as: 'privateKnowledgeGraphTypes'
|
|
10586
|
+
end
|
|
10587
|
+
end
|
|
10588
|
+
|
|
10589
|
+
class GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfigFeatureConfig
|
|
10590
|
+
# @private
|
|
10591
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10592
|
+
property :disable_private_kg_auto_complete, as: 'disablePrivateKgAutoComplete'
|
|
10593
|
+
property :disable_private_kg_enrichment, as: 'disablePrivateKgEnrichment'
|
|
10594
|
+
property :disable_private_kg_query_ui_chips, as: 'disablePrivateKgQueryUiChips'
|
|
10595
|
+
property :disable_private_kg_query_understanding, as: 'disablePrivateKgQueryUnderstanding'
|
|
10596
|
+
end
|
|
10597
|
+
end
|
|
10598
|
+
|
|
10338
10599
|
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig
|
|
10339
10600
|
# @private
|
|
10340
10601
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10508,6 +10769,7 @@ module Google
|
|
|
10508
10769
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10509
10770
|
property :enable_configurable_schema, as: 'enableConfigurableSchema'
|
|
10510
10771
|
property :enable_static_indexing_for_batch_ingestion, as: 'enableStaticIndexingForBatchIngestion'
|
|
10772
|
+
collection :initial_filter_groups, as: 'initialFilterGroups'
|
|
10511
10773
|
end
|
|
10512
10774
|
end
|
|
10513
10775
|
|
|
@@ -10752,6 +11014,16 @@ module Google
|
|
|
10752
11014
|
end
|
|
10753
11015
|
end
|
|
10754
11016
|
|
|
11017
|
+
class GoogleCloudDiscoveryengineV1alphaPatientFilterOperationMetadata
|
|
11018
|
+
# @private
|
|
11019
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11020
|
+
property :create_time, as: 'createTime'
|
|
11021
|
+
property :filters_added_count, :numeric_string => true, as: 'filtersAddedCount'
|
|
11022
|
+
property :filters_removed_count, :numeric_string => true, as: 'filtersRemovedCount'
|
|
11023
|
+
property :update_time, as: 'updateTime'
|
|
11024
|
+
end
|
|
11025
|
+
end
|
|
11026
|
+
|
|
10755
11027
|
class GoogleCloudDiscoveryengineV1alphaProject
|
|
10756
11028
|
# @private
|
|
10757
11029
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10983,6 +11255,22 @@ module Google
|
|
|
10983
11255
|
end
|
|
10984
11256
|
end
|
|
10985
11257
|
|
|
11258
|
+
class GoogleCloudDiscoveryengineV1alphaRemovePatientFilterRequest
|
|
11259
|
+
# @private
|
|
11260
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11261
|
+
property :data_store, as: 'dataStore'
|
|
11262
|
+
collection :filter_groups, as: 'filterGroups'
|
|
11263
|
+
end
|
|
11264
|
+
end
|
|
11265
|
+
|
|
11266
|
+
class GoogleCloudDiscoveryengineV1alphaReplacePatientFilterRequest
|
|
11267
|
+
# @private
|
|
11268
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11269
|
+
property :data_store, as: 'dataStore'
|
|
11270
|
+
collection :filter_groups, as: 'filterGroups'
|
|
11271
|
+
end
|
|
11272
|
+
end
|
|
11273
|
+
|
|
10986
11274
|
class GoogleCloudDiscoveryengineV1alphaSafetyRating
|
|
10987
11275
|
# @private
|
|
10988
11276
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -12071,6 +12359,8 @@ module Google
|
|
|
12071
12359
|
property :display_name, as: 'displayName'
|
|
12072
12360
|
hash :features, as: 'features'
|
|
12073
12361
|
property :industry_vertical, as: 'industryVertical'
|
|
12362
|
+
property :knowledge_graph_config, as: 'knowledgeGraphConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfig::Representation
|
|
12363
|
+
|
|
12074
12364
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig::Representation
|
|
12075
12365
|
|
|
12076
12366
|
hash :model_configs, as: 'modelConfigs'
|
|
@@ -12116,6 +12406,28 @@ module Google
|
|
|
12116
12406
|
end
|
|
12117
12407
|
end
|
|
12118
12408
|
|
|
12409
|
+
class GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfig
|
|
12410
|
+
# @private
|
|
12411
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12412
|
+
collection :cloud_knowledge_graph_types, as: 'cloudKnowledgeGraphTypes'
|
|
12413
|
+
property :enable_cloud_knowledge_graph, as: 'enableCloudKnowledgeGraph'
|
|
12414
|
+
property :enable_private_knowledge_graph, as: 'enablePrivateKnowledgeGraph'
|
|
12415
|
+
property :feature_config, as: 'featureConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfigFeatureConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfigFeatureConfig::Representation
|
|
12416
|
+
|
|
12417
|
+
collection :private_knowledge_graph_types, as: 'privateKnowledgeGraphTypes'
|
|
12418
|
+
end
|
|
12419
|
+
end
|
|
12420
|
+
|
|
12421
|
+
class GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfigFeatureConfig
|
|
12422
|
+
# @private
|
|
12423
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12424
|
+
property :disable_private_kg_auto_complete, as: 'disablePrivateKgAutoComplete'
|
|
12425
|
+
property :disable_private_kg_enrichment, as: 'disablePrivateKgEnrichment'
|
|
12426
|
+
property :disable_private_kg_query_ui_chips, as: 'disablePrivateKgQueryUiChips'
|
|
12427
|
+
property :disable_private_kg_query_understanding, as: 'disablePrivateKgQueryUnderstanding'
|
|
12428
|
+
end
|
|
12429
|
+
end
|
|
12430
|
+
|
|
12119
12431
|
class GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig
|
|
12120
12432
|
# @private
|
|
12121
12433
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -12210,6 +12522,7 @@ module Google
|
|
|
12210
12522
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12211
12523
|
property :enable_configurable_schema, as: 'enableConfigurableSchema'
|
|
12212
12524
|
property :enable_static_indexing_for_batch_ingestion, as: 'enableStaticIndexingForBatchIngestion'
|
|
12525
|
+
collection :initial_filter_groups, as: 'initialFilterGroups'
|
|
12213
12526
|
end
|
|
12214
12527
|
end
|
|
12215
12528
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-discoveryengine_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.66.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_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1/v0.66.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|