google-apis-discoveryengine_v1beta 0.102.0 → 0.103.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: dbd95335b6c7c619372efb0edcdabb1a91f8f1b345ff6f2f3eeaf3402e9d98b6
4
- data.tar.gz: 94ca83e39b80a6b01f7bece9b9a95363fee477001f57178fe50fcd74c2ff2389
3
+ metadata.gz: 885331a66e3270ce8006c31cfb76ab1a7389e7ed928bfe830052fab6af2a2dd2
4
+ data.tar.gz: f57d93a1cb2f47a08e505a15c3204edcecea1762b34ca1b2a9b533ee0ae4f729
5
5
  SHA512:
6
- metadata.gz: 33c3fe2de8ae7b957b00547b0a8909fd11f6beef4d98a86b405f020e2ac3e92a103ee40324c6a490a8a5c1639165f60a6bf0e6610177dd09875a4f56905702c6
7
- data.tar.gz: 71b654a143c2a863e4ee8c00b9a3c26b171f82f71c7c1d229bd18e1c38aeec6f0e401166f5350109c0dca3891f2cd64d18ccc396bb7893ef5dd90d8326c34bf8
6
+ metadata.gz: c3b455c9448bce03687c8399c6d76dcc8daab3469921940970a568bce4d0481931c262519434c829ce7cbb830a9905ed1a319e21f0e2f7f6beb424250a1b21fc
7
+ data.tar.gz: b08891e7881f8dd0448a4a3db5520761aeb2f70de2149aa553fd53b879ceca7f93443eac6419ecb883317c052fc2db0fafca9f2b5002b9b7681a37974c81b9f3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-discoveryengine_v1beta
2
2
 
3
+ ### v0.103.0 (2026-03-15)
4
+
5
+ * Regenerated from discovery document revision 20260310
6
+
3
7
  ### v0.102.0 (2026-03-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20260301
@@ -889,6 +889,47 @@ module Google
889
889
  end
890
890
  end
891
891
 
892
+ # Agent Gateway setting, which may be attached to Gemini Enterprise resources
893
+ # for egress control of Gemini Enterprise agents to agents and tools outside of
894
+ # Gemini Enterprise.
895
+ class GoogleCloudDiscoveryengineV1AgentGatewaySetting
896
+ include Google::Apis::Core::Hashable
897
+
898
+ # Reference to an Agent Gateway resource.
899
+ # Corresponds to the JSON property `defaultEgressAgentGateway`
900
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AgentGatewaySettingAgentGatewayReference]
901
+ attr_accessor :default_egress_agent_gateway
902
+
903
+ def initialize(**args)
904
+ update!(**args)
905
+ end
906
+
907
+ # Update properties of this object
908
+ def update!(**args)
909
+ @default_egress_agent_gateway = args[:default_egress_agent_gateway] if args.key?(:default_egress_agent_gateway)
910
+ end
911
+ end
912
+
913
+ # Reference to an Agent Gateway resource.
914
+ class GoogleCloudDiscoveryengineV1AgentGatewaySettingAgentGatewayReference
915
+ include Google::Apis::Core::Hashable
916
+
917
+ # Required. Immutable. The resource name of the agent gateway. Expected format: `
918
+ # projects/`project_number`/locations/`location`/agentGateways/`agent_gateway``.
919
+ # Corresponds to the JSON property `name`
920
+ # @return [String]
921
+ attr_accessor :name
922
+
923
+ def initialize(**args)
924
+ update!(**args)
925
+ end
926
+
927
+ # Update properties of this object
928
+ def update!(**args)
929
+ @name = args[:name] if args.key?(:name)
930
+ end
931
+ end
932
+
892
933
  # The connector level alert config.
893
934
  class GoogleCloudDiscoveryengineV1AlertPolicyConfig
894
935
  include Google::Apis::Core::Hashable
@@ -3676,6 +3717,13 @@ module Google
3676
3717
  class GoogleCloudDiscoveryengineV1Engine
3677
3718
  include Google::Apis::Core::Hashable
3678
3719
 
3720
+ # Agent Gateway setting, which may be attached to Gemini Enterprise resources
3721
+ # for egress control of Gemini Enterprise agents to agents and tools outside of
3722
+ # Gemini Enterprise.
3723
+ # Corresponds to the JSON property `agentGatewaySetting`
3724
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AgentGatewaySetting]
3725
+ attr_accessor :agent_gateway_setting
3726
+
3679
3727
  # Optional. Immutable. This the application type which this engine resource
3680
3728
  # represents. NOTE: this is a new concept independ of existing industry vertical
3681
3729
  # or solution type.
@@ -3803,10 +3851,10 @@ module Google
3803
3851
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ObservabilityConfig]
3804
3852
  attr_accessor :observability_config
3805
3853
 
3806
- # Optional. The email of the procurement contact.
3807
- # Corresponds to the JSON property `procurementContactEmail`
3808
- # @return [String]
3809
- attr_accessor :procurement_contact_email
3854
+ # Optional. The emails of the procurement contacts.
3855
+ # Corresponds to the JSON property `procurementContactEmails`
3856
+ # @return [Array<String>]
3857
+ attr_accessor :procurement_contact_emails
3810
3858
 
3811
3859
  # Configurations for a Search Engine.
3812
3860
  # Corresponds to the JSON property `searchEngineConfig`
@@ -3829,6 +3877,7 @@ module Google
3829
3877
 
3830
3878
  # Update properties of this object
3831
3879
  def update!(**args)
3880
+ @agent_gateway_setting = args[:agent_gateway_setting] if args.key?(:agent_gateway_setting)
3832
3881
  @app_type = args[:app_type] if args.key?(:app_type)
3833
3882
  @chat_engine_config = args[:chat_engine_config] if args.key?(:chat_engine_config)
3834
3883
  @chat_engine_metadata = args[:chat_engine_metadata] if args.key?(:chat_engine_metadata)
@@ -3848,7 +3897,7 @@ module Google
3848
3897
  @model_configs = args[:model_configs] if args.key?(:model_configs)
3849
3898
  @name = args[:name] if args.key?(:name)
3850
3899
  @observability_config = args[:observability_config] if args.key?(:observability_config)
3851
- @procurement_contact_email = args[:procurement_contact_email] if args.key?(:procurement_contact_email)
3900
+ @procurement_contact_emails = args[:procurement_contact_emails] if args.key?(:procurement_contact_emails)
3852
3901
  @search_engine_config = args[:search_engine_config] if args.key?(:search_engine_config)
3853
3902
  @solution_type = args[:solution_type] if args.key?(:solution_type)
3854
3903
  @update_time = args[:update_time] if args.key?(:update_time)
@@ -4882,14 +4931,14 @@ module Google
4882
4931
  class GoogleCloudDiscoveryengineV1ObservabilityConfig
4883
4932
  include Google::Apis::Core::Hashable
4884
4933
 
4885
- # Optional. Enables observability. If false, all other flags are ignored.
4934
+ # Optional. Enables observability. If `false`, all other flags are ignored.
4886
4935
  # Corresponds to the JSON property `observabilityEnabled`
4887
4936
  # @return [Boolean]
4888
4937
  attr_accessor :observability_enabled
4889
4938
  alias_method :observability_enabled?, :observability_enabled
4890
4939
 
4891
4940
  # Optional. Enables sensitive logging. Sensitive logging includes customer core
4892
- # content (e.g. prompts, responses). If false, will sanitize all sensitive
4941
+ # content (e.g. prompts, responses). If `false`, will sanitize all sensitive
4893
4942
  # fields.
4894
4943
  # Corresponds to the JSON property `sensitiveLoggingEnabled`
4895
4944
  # @return [Boolean]
@@ -6840,6 +6889,47 @@ module Google
6840
6889
  end
6841
6890
  end
6842
6891
 
6892
+ # Agent Gateway setting, which may be attached to Gemini Enterprise resources
6893
+ # for egress control of Gemini Enterprise agents to agents and tools outside of
6894
+ # Gemini Enterprise.
6895
+ class GoogleCloudDiscoveryengineV1alphaAgentGatewaySetting
6896
+ include Google::Apis::Core::Hashable
6897
+
6898
+ # Reference to an Agent Gateway resource.
6899
+ # Corresponds to the JSON property `defaultEgressAgentGateway`
6900
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAgentGatewaySettingAgentGatewayReference]
6901
+ attr_accessor :default_egress_agent_gateway
6902
+
6903
+ def initialize(**args)
6904
+ update!(**args)
6905
+ end
6906
+
6907
+ # Update properties of this object
6908
+ def update!(**args)
6909
+ @default_egress_agent_gateway = args[:default_egress_agent_gateway] if args.key?(:default_egress_agent_gateway)
6910
+ end
6911
+ end
6912
+
6913
+ # Reference to an Agent Gateway resource.
6914
+ class GoogleCloudDiscoveryengineV1alphaAgentGatewaySettingAgentGatewayReference
6915
+ include Google::Apis::Core::Hashable
6916
+
6917
+ # Required. Immutable. The resource name of the agent gateway. Expected format: `
6918
+ # projects/`project_number`/locations/`location`/agentGateways/`agent_gateway``.
6919
+ # Corresponds to the JSON property `name`
6920
+ # @return [String]
6921
+ attr_accessor :name
6922
+
6923
+ def initialize(**args)
6924
+ update!(**args)
6925
+ end
6926
+
6927
+ # Update properties of this object
6928
+ def update!(**args)
6929
+ @name = args[:name] if args.key?(:name)
6930
+ end
6931
+ end
6932
+
6843
6933
  # The connector level alert config.
6844
6934
  class GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig
6845
6935
  include Google::Apis::Core::Hashable
@@ -9473,7 +9563,7 @@ module Google
9473
9563
  # @return [String]
9474
9564
  attr_accessor :create_time
9475
9565
 
9476
- # Data protection policy config for a connector.
9566
+ # Contains the data protection policy config for a DataStore or a connector.
9477
9567
  # Corresponds to the JSON property `dataProtectionPolicy`
9478
9568
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataProtectionPolicy]
9479
9569
  attr_accessor :data_protection_policy
@@ -9950,7 +10040,7 @@ module Google
9950
10040
  end
9951
10041
  end
9952
10042
 
9953
- # Data protection policy config for a connector.
10043
+ # Contains the data protection policy config for a DataStore or a connector.
9954
10044
  class GoogleCloudDiscoveryengineV1alphaDataProtectionPolicy
9955
10045
  include Google::Apis::Core::Hashable
9956
10046
 
@@ -9975,7 +10065,8 @@ module Google
9975
10065
  class GoogleCloudDiscoveryengineV1alphaDataProtectionPolicySensitiveDataProtectionPolicy
9976
10066
  include Google::Apis::Core::Hashable
9977
10067
 
9978
- # Optional. The Sensitive Data Protection content policy resource name.
10068
+ # Optional. Specifies the resource name of the Sensitive Data Protection content
10069
+ # policy.
9979
10070
  # Corresponds to the JSON property `policy`
9980
10071
  # @return [String]
9981
10072
  attr_accessor :policy
@@ -11179,6 +11270,13 @@ module Google
11179
11270
  class GoogleCloudDiscoveryengineV1alphaEngine
11180
11271
  include Google::Apis::Core::Hashable
11181
11272
 
11273
+ # Agent Gateway setting, which may be attached to Gemini Enterprise resources
11274
+ # for egress control of Gemini Enterprise agents to agents and tools outside of
11275
+ # Gemini Enterprise.
11276
+ # Corresponds to the JSON property `agentGatewaySetting`
11277
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAgentGatewaySetting]
11278
+ attr_accessor :agent_gateway_setting
11279
+
11182
11280
  # Optional. Immutable. This the application type which this engine resource
11183
11281
  # represents. NOTE: this is a new concept independ of existing industry vertical
11184
11282
  # or solution type.
@@ -11306,10 +11404,10 @@ module Google
11306
11404
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaObservabilityConfig]
11307
11405
  attr_accessor :observability_config
11308
11406
 
11309
- # Optional. The email of the procurement contact.
11310
- # Corresponds to the JSON property `procurementContactEmail`
11311
- # @return [String]
11312
- attr_accessor :procurement_contact_email
11407
+ # Optional. The emails of the procurement contacts.
11408
+ # Corresponds to the JSON property `procurementContactEmails`
11409
+ # @return [Array<String>]
11410
+ attr_accessor :procurement_contact_emails
11313
11411
 
11314
11412
  # Additional information of a recommendation engine.
11315
11413
  # Corresponds to the JSON property `recommendationMetadata`
@@ -11342,6 +11440,7 @@ module Google
11342
11440
 
11343
11441
  # Update properties of this object
11344
11442
  def update!(**args)
11443
+ @agent_gateway_setting = args[:agent_gateway_setting] if args.key?(:agent_gateway_setting)
11345
11444
  @app_type = args[:app_type] if args.key?(:app_type)
11346
11445
  @chat_engine_config = args[:chat_engine_config] if args.key?(:chat_engine_config)
11347
11446
  @chat_engine_metadata = args[:chat_engine_metadata] if args.key?(:chat_engine_metadata)
@@ -11361,7 +11460,7 @@ module Google
11361
11460
  @model_configs = args[:model_configs] if args.key?(:model_configs)
11362
11461
  @name = args[:name] if args.key?(:name)
11363
11462
  @observability_config = args[:observability_config] if args.key?(:observability_config)
11364
- @procurement_contact_email = args[:procurement_contact_email] if args.key?(:procurement_contact_email)
11463
+ @procurement_contact_emails = args[:procurement_contact_emails] if args.key?(:procurement_contact_emails)
11365
11464
  @recommendation_metadata = args[:recommendation_metadata] if args.key?(:recommendation_metadata)
11366
11465
  @search_engine_config = args[:search_engine_config] if args.key?(:search_engine_config)
11367
11466
  @similar_documents_config = args[:similar_documents_config] if args.key?(:similar_documents_config)
@@ -12167,6 +12266,14 @@ module Google
12167
12266
  # @return [Array<String>]
12168
12267
  attr_accessor :schema_org_paths
12169
12268
 
12269
+ # Optional. Specifies the importance of the field when `searchable_option` is `
12270
+ # SEARCHABLE_ENABLED`. If `searchable_option` is `SEARCHABLE_DISABLED`, this
12271
+ # field is ignored. If `searchable_option` is `SEARCHABLE_ENABLED` and this is `
12272
+ # SEARCHABLE_FIELD_IMPORTANCE_UNSPECIFIED`, it behaves as `DEFAULT_IMPORTANCE`.
12273
+ # Corresponds to the JSON property `searchableFieldImportance`
12274
+ # @return [String]
12275
+ attr_accessor :searchable_field_importance
12276
+
12170
12277
  # If searchable_option is SEARCHABLE_ENABLED, field values are searchable by
12171
12278
  # text queries in SearchService.Search. If SEARCHABLE_ENABLED but field type is
12172
12279
  # numerical, field values will not be searchable by text queries in
@@ -12198,6 +12305,7 @@ module Google
12198
12305
  @recs_filterable_option = args[:recs_filterable_option] if args.key?(:recs_filterable_option)
12199
12306
  @retrievable_option = args[:retrievable_option] if args.key?(:retrievable_option)
12200
12307
  @schema_org_paths = args[:schema_org_paths] if args.key?(:schema_org_paths)
12308
+ @searchable_field_importance = args[:searchable_field_importance] if args.key?(:searchable_field_importance)
12201
12309
  @searchable_option = args[:searchable_option] if args.key?(:searchable_option)
12202
12310
  end
12203
12311
  end
@@ -13105,14 +13213,14 @@ module Google
13105
13213
  class GoogleCloudDiscoveryengineV1alphaObservabilityConfig
13106
13214
  include Google::Apis::Core::Hashable
13107
13215
 
13108
- # Optional. Enables observability. If false, all other flags are ignored.
13216
+ # Optional. Enables observability. If `false`, all other flags are ignored.
13109
13217
  # Corresponds to the JSON property `observabilityEnabled`
13110
13218
  # @return [Boolean]
13111
13219
  attr_accessor :observability_enabled
13112
13220
  alias_method :observability_enabled?, :observability_enabled
13113
13221
 
13114
13222
  # Optional. Enables sensitive logging. Sensitive logging includes customer core
13115
- # content (e.g. prompts, responses). If false, will sanitize all sensitive
13223
+ # content (e.g. prompts, responses). If `false`, will sanitize all sensitive
13116
13224
  # fields.
13117
13225
  # Corresponds to the JSON property `sensitiveLoggingEnabled`
13118
13226
  # @return [Boolean]
@@ -17472,6 +17580,47 @@ module Google
17472
17580
  end
17473
17581
  end
17474
17582
 
17583
+ # Agent Gateway setting, which may be attached to Gemini Enterprise resources
17584
+ # for egress control of Gemini Enterprise agents to agents and tools outside of
17585
+ # Gemini Enterprise.
17586
+ class GoogleCloudDiscoveryengineV1betaAgentGatewaySetting
17587
+ include Google::Apis::Core::Hashable
17588
+
17589
+ # Reference to an Agent Gateway resource.
17590
+ # Corresponds to the JSON property `defaultEgressAgentGateway`
17591
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAgentGatewaySettingAgentGatewayReference]
17592
+ attr_accessor :default_egress_agent_gateway
17593
+
17594
+ def initialize(**args)
17595
+ update!(**args)
17596
+ end
17597
+
17598
+ # Update properties of this object
17599
+ def update!(**args)
17600
+ @default_egress_agent_gateway = args[:default_egress_agent_gateway] if args.key?(:default_egress_agent_gateway)
17601
+ end
17602
+ end
17603
+
17604
+ # Reference to an Agent Gateway resource.
17605
+ class GoogleCloudDiscoveryengineV1betaAgentGatewaySettingAgentGatewayReference
17606
+ include Google::Apis::Core::Hashable
17607
+
17608
+ # Required. Immutable. The resource name of the agent gateway. Expected format: `
17609
+ # projects/`project_number`/locations/`location`/agentGateways/`agent_gateway``.
17610
+ # Corresponds to the JSON property `name`
17611
+ # @return [String]
17612
+ attr_accessor :name
17613
+
17614
+ def initialize(**args)
17615
+ update!(**args)
17616
+ end
17617
+
17618
+ # Update properties of this object
17619
+ def update!(**args)
17620
+ @name = args[:name] if args.key?(:name)
17621
+ end
17622
+ end
17623
+
17475
17624
  # AlloyDB source import data from.
17476
17625
  class GoogleCloudDiscoveryengineV1betaAlloyDbSource
17477
17626
  include Google::Apis::Core::Hashable
@@ -23676,6 +23825,13 @@ module Google
23676
23825
  class GoogleCloudDiscoveryengineV1betaEngine
23677
23826
  include Google::Apis::Core::Hashable
23678
23827
 
23828
+ # Agent Gateway setting, which may be attached to Gemini Enterprise resources
23829
+ # for egress control of Gemini Enterprise agents to agents and tools outside of
23830
+ # Gemini Enterprise.
23831
+ # Corresponds to the JSON property `agentGatewaySetting`
23832
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAgentGatewaySetting]
23833
+ attr_accessor :agent_gateway_setting
23834
+
23679
23835
  # Optional. Immutable. This the application type which this engine resource
23680
23836
  # represents. NOTE: this is a new concept independ of existing industry vertical
23681
23837
  # or solution type.
@@ -23803,10 +23959,10 @@ module Google
23803
23959
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaObservabilityConfig]
23804
23960
  attr_accessor :observability_config
23805
23961
 
23806
- # Optional. The email of the procurement contact.
23807
- # Corresponds to the JSON property `procurementContactEmail`
23808
- # @return [String]
23809
- attr_accessor :procurement_contact_email
23962
+ # Optional. The emails of the procurement contacts.
23963
+ # Corresponds to the JSON property `procurementContactEmails`
23964
+ # @return [Array<String>]
23965
+ attr_accessor :procurement_contact_emails
23810
23966
 
23811
23967
  # Configurations for a Search Engine.
23812
23968
  # Corresponds to the JSON property `searchEngineConfig`
@@ -23829,6 +23985,7 @@ module Google
23829
23985
 
23830
23986
  # Update properties of this object
23831
23987
  def update!(**args)
23988
+ @agent_gateway_setting = args[:agent_gateway_setting] if args.key?(:agent_gateway_setting)
23832
23989
  @app_type = args[:app_type] if args.key?(:app_type)
23833
23990
  @chat_engine_config = args[:chat_engine_config] if args.key?(:chat_engine_config)
23834
23991
  @chat_engine_metadata = args[:chat_engine_metadata] if args.key?(:chat_engine_metadata)
@@ -23848,7 +24005,7 @@ module Google
23848
24005
  @model_configs = args[:model_configs] if args.key?(:model_configs)
23849
24006
  @name = args[:name] if args.key?(:name)
23850
24007
  @observability_config = args[:observability_config] if args.key?(:observability_config)
23851
- @procurement_contact_email = args[:procurement_contact_email] if args.key?(:procurement_contact_email)
24008
+ @procurement_contact_emails = args[:procurement_contact_emails] if args.key?(:procurement_contact_emails)
23852
24009
  @search_engine_config = args[:search_engine_config] if args.key?(:search_engine_config)
23853
24010
  @solution_type = args[:solution_type] if args.key?(:solution_type)
23854
24011
  @update_time = args[:update_time] if args.key?(:update_time)
@@ -26460,14 +26617,14 @@ module Google
26460
26617
  class GoogleCloudDiscoveryengineV1betaObservabilityConfig
26461
26618
  include Google::Apis::Core::Hashable
26462
26619
 
26463
- # Optional. Enables observability. If false, all other flags are ignored.
26620
+ # Optional. Enables observability. If `false`, all other flags are ignored.
26464
26621
  # Corresponds to the JSON property `observabilityEnabled`
26465
26622
  # @return [Boolean]
26466
26623
  attr_accessor :observability_enabled
26467
26624
  alias_method :observability_enabled?, :observability_enabled
26468
26625
 
26469
26626
  # Optional. Enables sensitive logging. Sensitive logging includes customer core
26470
- # content (e.g. prompts, responses). If false, will sanitize all sensitive
26627
+ # content (e.g. prompts, responses). If `false`, will sanitize all sensitive
26471
26628
  # fields.
26472
26629
  # Corresponds to the JSON property `sensitiveLoggingEnabled`
26473
26630
  # @return [Boolean]
@@ -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.102.0"
19
+ GEM_VERSION = "0.103.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 = "20260301"
25
+ REVISION = "20260310"
26
26
  end
27
27
  end
28
28
  end
@@ -154,6 +154,18 @@ module Google
154
154
  include Google::Apis::Core::JsonObjectSupport
155
155
  end
156
156
 
157
+ class GoogleCloudDiscoveryengineV1AgentGatewaySetting
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class GoogleCloudDiscoveryengineV1AgentGatewaySettingAgentGatewayReference
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
157
169
  class GoogleCloudDiscoveryengineV1AlertPolicyConfig
158
170
  class Representation < Google::Apis::Core::JsonRepresentation; end
159
171
 
@@ -1054,6 +1066,18 @@ module Google
1054
1066
  include Google::Apis::Core::JsonObjectSupport
1055
1067
  end
1056
1068
 
1069
+ class GoogleCloudDiscoveryengineV1alphaAgentGatewaySetting
1070
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1071
+
1072
+ include Google::Apis::Core::JsonObjectSupport
1073
+ end
1074
+
1075
+ class GoogleCloudDiscoveryengineV1alphaAgentGatewaySettingAgentGatewayReference
1076
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1077
+
1078
+ include Google::Apis::Core::JsonObjectSupport
1079
+ end
1080
+
1057
1081
  class GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig
1058
1082
  class Representation < Google::Apis::Core::JsonRepresentation; end
1059
1083
 
@@ -2680,6 +2704,18 @@ module Google
2680
2704
  include Google::Apis::Core::JsonObjectSupport
2681
2705
  end
2682
2706
 
2707
+ class GoogleCloudDiscoveryengineV1betaAgentGatewaySetting
2708
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2709
+
2710
+ include Google::Apis::Core::JsonObjectSupport
2711
+ end
2712
+
2713
+ class GoogleCloudDiscoveryengineV1betaAgentGatewaySettingAgentGatewayReference
2714
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2715
+
2716
+ include Google::Apis::Core::JsonObjectSupport
2717
+ end
2718
+
2683
2719
  class GoogleCloudDiscoveryengineV1betaAlloyDbSource
2684
2720
  class Representation < Google::Apis::Core::JsonRepresentation; end
2685
2721
 
@@ -5486,6 +5522,21 @@ module Google
5486
5522
  end
5487
5523
  end
5488
5524
 
5525
+ class GoogleCloudDiscoveryengineV1AgentGatewaySetting
5526
+ # @private
5527
+ class Representation < Google::Apis::Core::JsonRepresentation
5528
+ property :default_egress_agent_gateway, as: 'defaultEgressAgentGateway', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AgentGatewaySettingAgentGatewayReference, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AgentGatewaySettingAgentGatewayReference::Representation
5529
+
5530
+ end
5531
+ end
5532
+
5533
+ class GoogleCloudDiscoveryengineV1AgentGatewaySettingAgentGatewayReference
5534
+ # @private
5535
+ class Representation < Google::Apis::Core::JsonRepresentation
5536
+ property :name, as: 'name'
5537
+ end
5538
+ end
5539
+
5489
5540
  class GoogleCloudDiscoveryengineV1AlertPolicyConfig
5490
5541
  # @private
5491
5542
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -6234,6 +6285,8 @@ module Google
6234
6285
  class GoogleCloudDiscoveryengineV1Engine
6235
6286
  # @private
6236
6287
  class Representation < Google::Apis::Core::JsonRepresentation
6288
+ property :agent_gateway_setting, as: 'agentGatewaySetting', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AgentGatewaySetting, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AgentGatewaySetting::Representation
6289
+
6237
6290
  property :app_type, as: 'appType'
6238
6291
  property :chat_engine_config, as: 'chatEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineChatEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineChatEngineConfig::Representation
6239
6292
 
@@ -6260,7 +6313,7 @@ module Google
6260
6313
  property :name, as: 'name'
6261
6314
  property :observability_config, as: 'observabilityConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ObservabilityConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ObservabilityConfig::Representation
6262
6315
 
6263
- property :procurement_contact_email, as: 'procurementContactEmail'
6316
+ collection :procurement_contact_emails, as: 'procurementContactEmails'
6264
6317
  property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig::Representation
6265
6318
 
6266
6319
  property :solution_type, as: 'solutionType'
@@ -7034,6 +7087,21 @@ module Google
7034
7087
  end
7035
7088
  end
7036
7089
 
7090
+ class GoogleCloudDiscoveryengineV1alphaAgentGatewaySetting
7091
+ # @private
7092
+ class Representation < Google::Apis::Core::JsonRepresentation
7093
+ property :default_egress_agent_gateway, as: 'defaultEgressAgentGateway', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAgentGatewaySettingAgentGatewayReference, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAgentGatewaySettingAgentGatewayReference::Representation
7094
+
7095
+ end
7096
+ end
7097
+
7098
+ class GoogleCloudDiscoveryengineV1alphaAgentGatewaySettingAgentGatewayReference
7099
+ # @private
7100
+ class Representation < Google::Apis::Core::JsonRepresentation
7101
+ property :name, as: 'name'
7102
+ end
7103
+ end
7104
+
7037
7105
  class GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig
7038
7106
  # @private
7039
7107
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8250,6 +8318,8 @@ module Google
8250
8318
  class GoogleCloudDiscoveryengineV1alphaEngine
8251
8319
  # @private
8252
8320
  class Representation < Google::Apis::Core::JsonRepresentation
8321
+ property :agent_gateway_setting, as: 'agentGatewaySetting', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAgentGatewaySetting, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAgentGatewaySetting::Representation
8322
+
8253
8323
  property :app_type, as: 'appType'
8254
8324
  property :chat_engine_config, as: 'chatEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfig::Representation
8255
8325
 
@@ -8276,7 +8346,7 @@ module Google
8276
8346
  property :name, as: 'name'
8277
8347
  property :observability_config, as: 'observabilityConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaObservabilityConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaObservabilityConfig::Representation
8278
8348
 
8279
- property :procurement_contact_email, as: 'procurementContactEmail'
8349
+ collection :procurement_contact_emails, as: 'procurementContactEmails'
8280
8350
  property :recommendation_metadata, as: 'recommendationMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata::Representation
8281
8351
 
8282
8352
  property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig::Representation
@@ -8493,6 +8563,7 @@ module Google
8493
8563
  property :recs_filterable_option, as: 'recsFilterableOption'
8494
8564
  property :retrievable_option, as: 'retrievableOption'
8495
8565
  collection :schema_org_paths, as: 'schemaOrgPaths'
8566
+ property :searchable_field_importance, as: 'searchableFieldImportance'
8496
8567
  property :searchable_option, as: 'searchableOption'
8497
8568
  end
8498
8569
  end
@@ -9847,6 +9918,21 @@ module Google
9847
9918
  end
9848
9919
  end
9849
9920
 
9921
+ class GoogleCloudDiscoveryengineV1betaAgentGatewaySetting
9922
+ # @private
9923
+ class Representation < Google::Apis::Core::JsonRepresentation
9924
+ property :default_egress_agent_gateway, as: 'defaultEgressAgentGateway', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAgentGatewaySettingAgentGatewayReference, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAgentGatewaySettingAgentGatewayReference::Representation
9925
+
9926
+ end
9927
+ end
9928
+
9929
+ class GoogleCloudDiscoveryengineV1betaAgentGatewaySettingAgentGatewayReference
9930
+ # @private
9931
+ class Representation < Google::Apis::Core::JsonRepresentation
9932
+ property :name, as: 'name'
9933
+ end
9934
+ end
9935
+
9850
9936
  class GoogleCloudDiscoveryengineV1betaAlloyDbSource
9851
9937
  # @private
9852
9938
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -11614,6 +11700,8 @@ module Google
11614
11700
  class GoogleCloudDiscoveryengineV1betaEngine
11615
11701
  # @private
11616
11702
  class Representation < Google::Apis::Core::JsonRepresentation
11703
+ property :agent_gateway_setting, as: 'agentGatewaySetting', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAgentGatewaySetting, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAgentGatewaySetting::Representation
11704
+
11617
11705
  property :app_type, as: 'appType'
11618
11706
  property :chat_engine_config, as: 'chatEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineChatEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineChatEngineConfig::Representation
11619
11707
 
@@ -11640,7 +11728,7 @@ module Google
11640
11728
  property :name, as: 'name'
11641
11729
  property :observability_config, as: 'observabilityConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaObservabilityConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaObservabilityConfig::Representation
11642
11730
 
11643
- property :procurement_contact_email, as: 'procurementContactEmail'
11731
+ collection :procurement_contact_emails, as: 'procurementContactEmails'
11644
11732
  property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig::Representation
11645
11733
 
11646
11734
  property :solution_type, as: 'solutionType'
@@ -10340,9 +10340,9 @@ module Google
10340
10340
  # in ascending order.
10341
10341
  # @param [Fixnum] page_size
10342
10342
  # Optional. Requested page size. Server may return fewer items than requested.
10343
- # If unspecified, defaults to 10. The maximum value is 50; values above 50 will
10344
- # be coerced to 50. If this field is negative, an INVALID_ARGUMENT error is
10345
- # returned.
10343
+ # If unspecified, defaults to 1000. The maximum value is 1000; values above 1000
10344
+ # will be coerced to 1000. If this field is negative, an INVALID_ARGUMENT error
10345
+ # is returned.
10346
10346
  # @param [String] page_token
10347
10347
  # Optional. A page token, received from a previous `ListUserLicenses` call.
10348
10348
  # Provide this to retrieve the subsequent page. When paginating, all other
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.102.0
4
+ version: 0.103.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.102.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.103.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: