google-apis-discoveryengine_v1 0.70.0 → 0.71.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_v1/classes.rb +78 -4
- data/lib/google/apis/discoveryengine_v1/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1/representations.rb +10 -0
- data/lib/google/apis/discoveryengine_v1/service.rb +20 -13
- 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: 27e152bf9f8de2be41a8111afe50760e4236daf27d756765acd592ebafd9e757
|
|
4
|
+
data.tar.gz: 816a2a025b7d60511735e2e7ece5dc26de55cb2d23a2fca293edb4d9a5918963
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e39b9c906b5ef66bb6551c3a338eee8344fb4212c9286ba6469d6805ae26da71471ce9514be85fef066d09d0f5cbfd444c59312e4fcb1da567daa99433bbd5e
|
|
7
|
+
data.tar.gz: a37cdb45e774f8b80b1bf01f0014857c8d2bf766abd9139408e9a2765c5a5723d35f6eb86d145732400073b9442b830e58bc7b838dc77efd2a677061ea4ab00c
|
data/CHANGELOG.md
CHANGED
|
@@ -7679,6 +7679,15 @@ module Google
|
|
|
7679
7679
|
# @return [Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DestinationConfig>]
|
|
7680
7680
|
attr_accessor :destination_configs
|
|
7681
7681
|
|
|
7682
|
+
# Output only. The list of FQDNs of the data connector can egress to. This
|
|
7683
|
+
# includes both FQDN derived from the customer provided instance URL and default
|
|
7684
|
+
# per connector type FQDNs. Note: This field is derived from both the
|
|
7685
|
+
# DataConnector.params, and connector source spec. It should only be used for
|
|
7686
|
+
# CAIS and Org Policy evaluation purposes.
|
|
7687
|
+
# Corresponds to the JSON property `egressFqdns`
|
|
7688
|
+
# @return [Array<String>]
|
|
7689
|
+
attr_accessor :egress_fqdns
|
|
7690
|
+
|
|
7682
7691
|
# Any params and credentials used specifically for EUA connectors.
|
|
7683
7692
|
# Corresponds to the JSON property `endUserConfig`
|
|
7684
7693
|
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig]
|
|
@@ -7858,6 +7867,13 @@ module Google
|
|
|
7858
7867
|
# @return [String]
|
|
7859
7868
|
attr_accessor :update_time
|
|
7860
7869
|
|
|
7870
|
+
# Output only. Whether the connector is created with VPC-SC enabled. This is
|
|
7871
|
+
# only used for CuOP evaluation purpose.
|
|
7872
|
+
# Corresponds to the JSON property `vpcscEnabled`
|
|
7873
|
+
# @return [Boolean]
|
|
7874
|
+
attr_accessor :vpcsc_enabled
|
|
7875
|
+
alias_method :vpcsc_enabled?, :vpcsc_enabled
|
|
7876
|
+
|
|
7861
7877
|
def initialize(**args)
|
|
7862
7878
|
update!(**args)
|
|
7863
7879
|
end
|
|
@@ -7877,6 +7893,7 @@ module Google
|
|
|
7877
7893
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
7878
7894
|
@data_source = args[:data_source] if args.key?(:data_source)
|
|
7879
7895
|
@destination_configs = args[:destination_configs] if args.key?(:destination_configs)
|
|
7896
|
+
@egress_fqdns = args[:egress_fqdns] if args.key?(:egress_fqdns)
|
|
7880
7897
|
@end_user_config = args[:end_user_config] if args.key?(:end_user_config)
|
|
7881
7898
|
@entities = args[:entities] if args.key?(:entities)
|
|
7882
7899
|
@errors = args[:errors] if args.key?(:errors)
|
|
@@ -7903,6 +7920,7 @@ module Google
|
|
|
7903
7920
|
@static_ip_enabled = args[:static_ip_enabled] if args.key?(:static_ip_enabled)
|
|
7904
7921
|
@sync_mode = args[:sync_mode] if args.key?(:sync_mode)
|
|
7905
7922
|
@update_time = args[:update_time] if args.key?(:update_time)
|
|
7923
|
+
@vpcsc_enabled = args[:vpcsc_enabled] if args.key?(:vpcsc_enabled)
|
|
7906
7924
|
end
|
|
7907
7925
|
end
|
|
7908
7926
|
|
|
@@ -9386,6 +9404,11 @@ module Google
|
|
|
9386
9404
|
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineKnowledgeGraphConfig]
|
|
9387
9405
|
attr_accessor :knowledge_graph_config
|
|
9388
9406
|
|
|
9407
|
+
# Optional. The visibility of marketplace agents in the agent gallery.
|
|
9408
|
+
# Corresponds to the JSON property `marketplaceAgentVisibility`
|
|
9409
|
+
# @return [String]
|
|
9410
|
+
attr_accessor :marketplace_agent_visibility
|
|
9411
|
+
|
|
9389
9412
|
# Additional config specs for a Media Recommendation engine.
|
|
9390
9413
|
# Corresponds to the JSON property `mediaRecommendationEngineConfig`
|
|
9391
9414
|
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig]
|
|
@@ -9416,6 +9439,11 @@ module Google
|
|
|
9416
9439
|
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ObservabilityConfig]
|
|
9417
9440
|
attr_accessor :observability_config
|
|
9418
9441
|
|
|
9442
|
+
# Optional. The email of the procurement contact.
|
|
9443
|
+
# Corresponds to the JSON property `procurementContactEmail`
|
|
9444
|
+
# @return [String]
|
|
9445
|
+
attr_accessor :procurement_contact_email
|
|
9446
|
+
|
|
9419
9447
|
# Configurations for a Search Engine.
|
|
9420
9448
|
# Corresponds to the JSON property `searchEngineConfig`
|
|
9421
9449
|
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig]
|
|
@@ -9451,10 +9479,12 @@ module Google
|
|
|
9451
9479
|
@features = args[:features] if args.key?(:features)
|
|
9452
9480
|
@industry_vertical = args[:industry_vertical] if args.key?(:industry_vertical)
|
|
9453
9481
|
@knowledge_graph_config = args[:knowledge_graph_config] if args.key?(:knowledge_graph_config)
|
|
9482
|
+
@marketplace_agent_visibility = args[:marketplace_agent_visibility] if args.key?(:marketplace_agent_visibility)
|
|
9454
9483
|
@media_recommendation_engine_config = args[:media_recommendation_engine_config] if args.key?(:media_recommendation_engine_config)
|
|
9455
9484
|
@model_configs = args[:model_configs] if args.key?(:model_configs)
|
|
9456
9485
|
@name = args[:name] if args.key?(:name)
|
|
9457
9486
|
@observability_config = args[:observability_config] if args.key?(:observability_config)
|
|
9487
|
+
@procurement_contact_email = args[:procurement_contact_email] if args.key?(:procurement_contact_email)
|
|
9458
9488
|
@search_engine_config = args[:search_engine_config] if args.key?(:search_engine_config)
|
|
9459
9489
|
@solution_type = args[:solution_type] if args.key?(:solution_type)
|
|
9460
9490
|
@update_time = args[:update_time] if args.key?(:update_time)
|
|
@@ -20885,6 +20915,15 @@ module Google
|
|
|
20885
20915
|
# @return [Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaDestinationConfig>]
|
|
20886
20916
|
attr_accessor :destination_configs
|
|
20887
20917
|
|
|
20918
|
+
# Output only. The list of FQDNs of the data connector can egress to. This
|
|
20919
|
+
# includes both FQDN derived from the customer provided instance URL and default
|
|
20920
|
+
# per connector type FQDNs. Note: This field is derived from both the
|
|
20921
|
+
# DataConnector.params, and connector source spec. It should only be used for
|
|
20922
|
+
# CAIS and Org Policy evaluation purposes.
|
|
20923
|
+
# Corresponds to the JSON property `egressFqdns`
|
|
20924
|
+
# @return [Array<String>]
|
|
20925
|
+
attr_accessor :egress_fqdns
|
|
20926
|
+
|
|
20888
20927
|
# Any params and credentials used specifically for EUA connectors.
|
|
20889
20928
|
# Corresponds to the JSON property `endUserConfig`
|
|
20890
20929
|
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig]
|
|
@@ -21064,6 +21103,13 @@ module Google
|
|
|
21064
21103
|
# @return [String]
|
|
21065
21104
|
attr_accessor :update_time
|
|
21066
21105
|
|
|
21106
|
+
# Output only. Whether the connector is created with VPC-SC enabled. This is
|
|
21107
|
+
# only used for CuOP evaluation purpose.
|
|
21108
|
+
# Corresponds to the JSON property `vpcscEnabled`
|
|
21109
|
+
# @return [Boolean]
|
|
21110
|
+
attr_accessor :vpcsc_enabled
|
|
21111
|
+
alias_method :vpcsc_enabled?, :vpcsc_enabled
|
|
21112
|
+
|
|
21067
21113
|
def initialize(**args)
|
|
21068
21114
|
update!(**args)
|
|
21069
21115
|
end
|
|
@@ -21084,6 +21130,7 @@ module Google
|
|
|
21084
21130
|
@data_protection_policy = args[:data_protection_policy] if args.key?(:data_protection_policy)
|
|
21085
21131
|
@data_source = args[:data_source] if args.key?(:data_source)
|
|
21086
21132
|
@destination_configs = args[:destination_configs] if args.key?(:destination_configs)
|
|
21133
|
+
@egress_fqdns = args[:egress_fqdns] if args.key?(:egress_fqdns)
|
|
21087
21134
|
@end_user_config = args[:end_user_config] if args.key?(:end_user_config)
|
|
21088
21135
|
@entities = args[:entities] if args.key?(:entities)
|
|
21089
21136
|
@errors = args[:errors] if args.key?(:errors)
|
|
@@ -21110,6 +21157,7 @@ module Google
|
|
|
21110
21157
|
@static_ip_enabled = args[:static_ip_enabled] if args.key?(:static_ip_enabled)
|
|
21111
21158
|
@sync_mode = args[:sync_mode] if args.key?(:sync_mode)
|
|
21112
21159
|
@update_time = args[:update_time] if args.key?(:update_time)
|
|
21160
|
+
@vpcsc_enabled = args[:vpcsc_enabled] if args.key?(:vpcsc_enabled)
|
|
21113
21161
|
end
|
|
21114
21162
|
end
|
|
21115
21163
|
|
|
@@ -22448,6 +22496,11 @@ module Google
|
|
|
22448
22496
|
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfig]
|
|
22449
22497
|
attr_accessor :knowledge_graph_config
|
|
22450
22498
|
|
|
22499
|
+
# Optional. The visibility of marketplace agents in the agent gallery.
|
|
22500
|
+
# Corresponds to the JSON property `marketplaceAgentVisibility`
|
|
22501
|
+
# @return [String]
|
|
22502
|
+
attr_accessor :marketplace_agent_visibility
|
|
22503
|
+
|
|
22451
22504
|
# Additional config specs for a Media Recommendation engine.
|
|
22452
22505
|
# Corresponds to the JSON property `mediaRecommendationEngineConfig`
|
|
22453
22506
|
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig]
|
|
@@ -22478,6 +22531,11 @@ module Google
|
|
|
22478
22531
|
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaObservabilityConfig]
|
|
22479
22532
|
attr_accessor :observability_config
|
|
22480
22533
|
|
|
22534
|
+
# Optional. The email of the procurement contact.
|
|
22535
|
+
# Corresponds to the JSON property `procurementContactEmail`
|
|
22536
|
+
# @return [String]
|
|
22537
|
+
attr_accessor :procurement_contact_email
|
|
22538
|
+
|
|
22481
22539
|
# Additional information of a recommendation engine.
|
|
22482
22540
|
# Corresponds to the JSON property `recommendationMetadata`
|
|
22483
22541
|
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata]
|
|
@@ -22523,10 +22581,12 @@ module Google
|
|
|
22523
22581
|
@features = args[:features] if args.key?(:features)
|
|
22524
22582
|
@industry_vertical = args[:industry_vertical] if args.key?(:industry_vertical)
|
|
22525
22583
|
@knowledge_graph_config = args[:knowledge_graph_config] if args.key?(:knowledge_graph_config)
|
|
22584
|
+
@marketplace_agent_visibility = args[:marketplace_agent_visibility] if args.key?(:marketplace_agent_visibility)
|
|
22526
22585
|
@media_recommendation_engine_config = args[:media_recommendation_engine_config] if args.key?(:media_recommendation_engine_config)
|
|
22527
22586
|
@model_configs = args[:model_configs] if args.key?(:model_configs)
|
|
22528
22587
|
@name = args[:name] if args.key?(:name)
|
|
22529
22588
|
@observability_config = args[:observability_config] if args.key?(:observability_config)
|
|
22589
|
+
@procurement_contact_email = args[:procurement_contact_email] if args.key?(:procurement_contact_email)
|
|
22530
22590
|
@recommendation_metadata = args[:recommendation_metadata] if args.key?(:recommendation_metadata)
|
|
22531
22591
|
@search_engine_config = args[:search_engine_config] if args.key?(:search_engine_config)
|
|
22532
22592
|
@similar_documents_config = args[:similar_documents_config] if args.key?(:similar_documents_config)
|
|
@@ -24170,10 +24230,12 @@ module Google
|
|
|
24170
24230
|
|
|
24171
24231
|
# A comma-separated list of fields to filter by, in EBNF grammar. The supported
|
|
24172
24232
|
# fields are: * `user_pseudo_id` * `state` * `display_name` * `starred` * `
|
|
24173
|
-
# is_pinned` * `labels` * `create_time` * `update_time`
|
|
24174
|
-
# user_pseudo_id = some_id` * `display_name = "some_name"` * `
|
|
24175
|
-
# is_pinned=true AND (NOT labels:hidden)` * `create_time > "
|
|
24176
|
-
# `
|
|
24233
|
+
# is_pinned` * `labels` * `create_time` * `update_time` * `collaborative_project`
|
|
24234
|
+
# Examples: * `user_pseudo_id = some_id` * `display_name = "some_name"` * `
|
|
24235
|
+
# starred = true` * `is_pinned=true AND (NOT labels:hidden)` * `create_time > "
|
|
24236
|
+
# 1970-01-01T12:00:00Z"` * `collaborative_project = "projects/123/locations/
|
|
24237
|
+
# global/collections/default_collection/engines/" "default_engine/
|
|
24238
|
+
# collaborative_projects/cp1"`
|
|
24177
24239
|
# Corresponds to the JSON property `filter`
|
|
24178
24240
|
# @return [String]
|
|
24179
24241
|
attr_accessor :filter
|
|
@@ -29861,6 +29923,11 @@ module Google
|
|
|
29861
29923
|
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfig]
|
|
29862
29924
|
attr_accessor :knowledge_graph_config
|
|
29863
29925
|
|
|
29926
|
+
# Optional. The visibility of marketplace agents in the agent gallery.
|
|
29927
|
+
# Corresponds to the JSON property `marketplaceAgentVisibility`
|
|
29928
|
+
# @return [String]
|
|
29929
|
+
attr_accessor :marketplace_agent_visibility
|
|
29930
|
+
|
|
29864
29931
|
# Additional config specs for a Media Recommendation engine.
|
|
29865
29932
|
# Corresponds to the JSON property `mediaRecommendationEngineConfig`
|
|
29866
29933
|
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig]
|
|
@@ -29891,6 +29958,11 @@ module Google
|
|
|
29891
29958
|
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaObservabilityConfig]
|
|
29892
29959
|
attr_accessor :observability_config
|
|
29893
29960
|
|
|
29961
|
+
# Optional. The email of the procurement contact.
|
|
29962
|
+
# Corresponds to the JSON property `procurementContactEmail`
|
|
29963
|
+
# @return [String]
|
|
29964
|
+
attr_accessor :procurement_contact_email
|
|
29965
|
+
|
|
29894
29966
|
# Configurations for a Search Engine.
|
|
29895
29967
|
# Corresponds to the JSON property `searchEngineConfig`
|
|
29896
29968
|
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig]
|
|
@@ -29926,10 +29998,12 @@ module Google
|
|
|
29926
29998
|
@features = args[:features] if args.key?(:features)
|
|
29927
29999
|
@industry_vertical = args[:industry_vertical] if args.key?(:industry_vertical)
|
|
29928
30000
|
@knowledge_graph_config = args[:knowledge_graph_config] if args.key?(:knowledge_graph_config)
|
|
30001
|
+
@marketplace_agent_visibility = args[:marketplace_agent_visibility] if args.key?(:marketplace_agent_visibility)
|
|
29929
30002
|
@media_recommendation_engine_config = args[:media_recommendation_engine_config] if args.key?(:media_recommendation_engine_config)
|
|
29930
30003
|
@model_configs = args[:model_configs] if args.key?(:model_configs)
|
|
29931
30004
|
@name = args[:name] if args.key?(:name)
|
|
29932
30005
|
@observability_config = args[:observability_config] if args.key?(:observability_config)
|
|
30006
|
+
@procurement_contact_email = args[:procurement_contact_email] if args.key?(:procurement_contact_email)
|
|
29933
30007
|
@search_engine_config = args[:search_engine_config] if args.key?(:search_engine_config)
|
|
29934
30008
|
@solution_type = args[:solution_type] if args.key?(:solution_type)
|
|
29935
30009
|
@update_time = args[:update_time] if args.key?(:update_time)
|
|
@@ -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.71.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 = "20260226"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -7458,6 +7458,7 @@ module Google
|
|
|
7458
7458
|
property :data_source, as: 'dataSource'
|
|
7459
7459
|
collection :destination_configs, as: 'destinationConfigs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DestinationConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DestinationConfig::Representation
|
|
7460
7460
|
|
|
7461
|
+
collection :egress_fqdns, as: 'egressFqdns'
|
|
7461
7462
|
property :end_user_config, as: 'endUserConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig::Representation
|
|
7462
7463
|
|
|
7463
7464
|
collection :entities, as: 'entities', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DataConnectorSourceEntity, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DataConnectorSourceEntity::Representation
|
|
@@ -7491,6 +7492,7 @@ module Google
|
|
|
7491
7492
|
property :static_ip_enabled, as: 'staticIpEnabled'
|
|
7492
7493
|
property :sync_mode, as: 'syncMode'
|
|
7493
7494
|
property :update_time, as: 'updateTime'
|
|
7495
|
+
property :vpcsc_enabled, as: 'vpcscEnabled'
|
|
7494
7496
|
end
|
|
7495
7497
|
end
|
|
7496
7498
|
|
|
@@ -7894,12 +7896,14 @@ module Google
|
|
|
7894
7896
|
property :industry_vertical, as: 'industryVertical'
|
|
7895
7897
|
property :knowledge_graph_config, as: 'knowledgeGraphConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineKnowledgeGraphConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineKnowledgeGraphConfig::Representation
|
|
7896
7898
|
|
|
7899
|
+
property :marketplace_agent_visibility, as: 'marketplaceAgentVisibility'
|
|
7897
7900
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig::Representation
|
|
7898
7901
|
|
|
7899
7902
|
hash :model_configs, as: 'modelConfigs'
|
|
7900
7903
|
property :name, as: 'name'
|
|
7901
7904
|
property :observability_config, as: 'observabilityConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ObservabilityConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ObservabilityConfig::Representation
|
|
7902
7905
|
|
|
7906
|
+
property :procurement_contact_email, as: 'procurementContactEmail'
|
|
7903
7907
|
property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig::Representation
|
|
7904
7908
|
|
|
7905
7909
|
property :solution_type, as: 'solutionType'
|
|
@@ -10943,6 +10947,7 @@ module Google
|
|
|
10943
10947
|
property :data_source, as: 'dataSource'
|
|
10944
10948
|
collection :destination_configs, as: 'destinationConfigs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaDestinationConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaDestinationConfig::Representation
|
|
10945
10949
|
|
|
10950
|
+
collection :egress_fqdns, as: 'egressFqdns'
|
|
10946
10951
|
property :end_user_config, as: 'endUserConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig::Representation
|
|
10947
10952
|
|
|
10948
10953
|
collection :entities, as: 'entities', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaDataConnectorSourceEntity, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaDataConnectorSourceEntity::Representation
|
|
@@ -10976,6 +10981,7 @@ module Google
|
|
|
10976
10981
|
property :static_ip_enabled, as: 'staticIpEnabled'
|
|
10977
10982
|
property :sync_mode, as: 'syncMode'
|
|
10978
10983
|
property :update_time, as: 'updateTime'
|
|
10984
|
+
property :vpcsc_enabled, as: 'vpcscEnabled'
|
|
10979
10985
|
end
|
|
10980
10986
|
end
|
|
10981
10987
|
|
|
@@ -11354,12 +11360,14 @@ module Google
|
|
|
11354
11360
|
property :industry_vertical, as: 'industryVertical'
|
|
11355
11361
|
property :knowledge_graph_config, as: 'knowledgeGraphConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfig::Representation
|
|
11356
11362
|
|
|
11363
|
+
property :marketplace_agent_visibility, as: 'marketplaceAgentVisibility'
|
|
11357
11364
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig::Representation
|
|
11358
11365
|
|
|
11359
11366
|
hash :model_configs, as: 'modelConfigs'
|
|
11360
11367
|
property :name, as: 'name'
|
|
11361
11368
|
property :observability_config, as: 'observabilityConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaObservabilityConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaObservabilityConfig::Representation
|
|
11362
11369
|
|
|
11370
|
+
property :procurement_contact_email, as: 'procurementContactEmail'
|
|
11363
11371
|
property :recommendation_metadata, as: 'recommendationMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata::Representation
|
|
11364
11372
|
|
|
11365
11373
|
property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig::Representation
|
|
@@ -13282,12 +13290,14 @@ module Google
|
|
|
13282
13290
|
property :industry_vertical, as: 'industryVertical'
|
|
13283
13291
|
property :knowledge_graph_config, as: 'knowledgeGraphConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfig::Representation
|
|
13284
13292
|
|
|
13293
|
+
property :marketplace_agent_visibility, as: 'marketplaceAgentVisibility'
|
|
13285
13294
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig::Representation
|
|
13286
13295
|
|
|
13287
13296
|
hash :model_configs, as: 'modelConfigs'
|
|
13288
13297
|
property :name, as: 'name'
|
|
13289
13298
|
property :observability_config, as: 'observabilityConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaObservabilityConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaObservabilityConfig::Representation
|
|
13290
13299
|
|
|
13300
|
+
property :procurement_contact_email, as: 'procurementContactEmail'
|
|
13291
13301
|
property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig::Representation
|
|
13292
13302
|
|
|
13293
13303
|
property :solution_type, as: 'solutionType'
|
|
@@ -2918,10 +2918,12 @@ module Google
|
|
|
2918
2918
|
# @param [String] filter
|
|
2919
2919
|
# A comma-separated list of fields to filter by, in EBNF grammar. The supported
|
|
2920
2920
|
# fields are: * `user_pseudo_id` * `state` * `display_name` * `starred` * `
|
|
2921
|
-
# is_pinned` * `labels` * `create_time` * `update_time`
|
|
2922
|
-
# user_pseudo_id = some_id` * `display_name = "some_name"` * `
|
|
2923
|
-
# is_pinned=true AND (NOT labels:hidden)` * `create_time > "
|
|
2924
|
-
# `
|
|
2921
|
+
# is_pinned` * `labels` * `create_time` * `update_time` * `collaborative_project`
|
|
2922
|
+
# Examples: * `user_pseudo_id = some_id` * `display_name = "some_name"` * `
|
|
2923
|
+
# starred = true` * `is_pinned=true AND (NOT labels:hidden)` * `create_time > "
|
|
2924
|
+
# 1970-01-01T12:00:00Z"` * `collaborative_project = "projects/123/locations/
|
|
2925
|
+
# global/collections/default_collection/engines/" "default_engine/
|
|
2926
|
+
# collaborative_projects/cp1"`
|
|
2925
2927
|
# @param [String] order_by
|
|
2926
2928
|
# A comma-separated list of fields to order by, sorted in ascending order. Use "
|
|
2927
2929
|
# desc" after a field name for descending. Supported fields: * `update_time` * `
|
|
@@ -5995,10 +5997,12 @@ module Google
|
|
|
5995
5997
|
# @param [String] filter
|
|
5996
5998
|
# A comma-separated list of fields to filter by, in EBNF grammar. The supported
|
|
5997
5999
|
# fields are: * `user_pseudo_id` * `state` * `display_name` * `starred` * `
|
|
5998
|
-
# is_pinned` * `labels` * `create_time` * `update_time`
|
|
5999
|
-
# user_pseudo_id = some_id` * `display_name = "some_name"` * `
|
|
6000
|
-
# is_pinned=true AND (NOT labels:hidden)` * `create_time > "
|
|
6001
|
-
# `
|
|
6000
|
+
# is_pinned` * `labels` * `create_time` * `update_time` * `collaborative_project`
|
|
6001
|
+
# Examples: * `user_pseudo_id = some_id` * `display_name = "some_name"` * `
|
|
6002
|
+
# starred = true` * `is_pinned=true AND (NOT labels:hidden)` * `create_time > "
|
|
6003
|
+
# 1970-01-01T12:00:00Z"` * `collaborative_project = "projects/123/locations/
|
|
6004
|
+
# global/collections/default_collection/engines/" "default_engine/
|
|
6005
|
+
# collaborative_projects/cp1"`
|
|
6002
6006
|
# @param [String] order_by
|
|
6003
6007
|
# A comma-separated list of fields to order by, sorted in ascending order. Use "
|
|
6004
6008
|
# desc" after a field name for descending. Supported fields: * `update_time` * `
|
|
@@ -8406,10 +8410,12 @@ module Google
|
|
|
8406
8410
|
# @param [String] filter
|
|
8407
8411
|
# A comma-separated list of fields to filter by, in EBNF grammar. The supported
|
|
8408
8412
|
# fields are: * `user_pseudo_id` * `state` * `display_name` * `starred` * `
|
|
8409
|
-
# is_pinned` * `labels` * `create_time` * `update_time`
|
|
8410
|
-
# user_pseudo_id = some_id` * `display_name = "some_name"` * `
|
|
8411
|
-
# is_pinned=true AND (NOT labels:hidden)` * `create_time > "
|
|
8412
|
-
# `
|
|
8413
|
+
# is_pinned` * `labels` * `create_time` * `update_time` * `collaborative_project`
|
|
8414
|
+
# Examples: * `user_pseudo_id = some_id` * `display_name = "some_name"` * `
|
|
8415
|
+
# starred = true` * `is_pinned=true AND (NOT labels:hidden)` * `create_time > "
|
|
8416
|
+
# 1970-01-01T12:00:00Z"` * `collaborative_project = "projects/123/locations/
|
|
8417
|
+
# global/collections/default_collection/engines/" "default_engine/
|
|
8418
|
+
# collaborative_projects/cp1"`
|
|
8413
8419
|
# @param [String] order_by
|
|
8414
8420
|
# A comma-separated list of fields to order by, sorted in ascending order. Use "
|
|
8415
8421
|
# desc" after a field name for descending. Supported fields: * `update_time` * `
|
|
@@ -9654,7 +9660,8 @@ module Google
|
|
|
9654
9660
|
execute_or_queue_command(command, &block)
|
|
9655
9661
|
end
|
|
9656
9662
|
|
|
9657
|
-
# Creates a LicenseConfig
|
|
9663
|
+
# Creates a LicenseConfig This method should only be used for creating
|
|
9664
|
+
# NotebookLm licenses or Gemini Enterprise free trial licenses.
|
|
9658
9665
|
# @param [String] parent
|
|
9659
9666
|
# Required. The parent resource name, such as `projects/`project`/locations/`
|
|
9660
9667
|
# location``.
|
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.71.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.71.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:
|