google-apis-discoveryengine_v1 0.55.0 → 0.57.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 +8 -0
- data/lib/google/apis/discoveryengine_v1/classes.rb +400 -12
- data/lib/google/apis/discoveryengine_v1/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1/representations.rb +134 -0
- data/lib/google/apis/discoveryengine_v1/service.rb +361 -6
- 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: ff470378d4a28b4c16a8dbea2a3ff9425dd5828c0ca4c86ef0c015d32f1b0a1b
|
|
4
|
+
data.tar.gz: b3f2244e1a6ddf4ad27cb095f13f237d0dadc673f7b921027d2b1aa85e81bb88
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 948e9488fff2a2d4ed6360e151d0a38a9be0dfc67f90e5451215416ff0695705c38b731f97c376143fd613bbd08996973596e20663747b5cbf06a4e71e6ca423
|
|
7
|
+
data.tar.gz: 237fa5062bdbc77b7837a0947ac8adf2bd760f76556ee4b85f7cae47dc070f30142bda2a770b0e91efea20370de7ae97b24c79a51851f2ff2e077176f790fbd7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-discoveryengine_v1
|
|
2
2
|
|
|
3
|
+
### v0.57.0 (2025-11-02)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251030
|
|
6
|
+
|
|
7
|
+
### v0.56.0 (2025-10-26)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251020
|
|
10
|
+
|
|
3
11
|
### v0.55.0 (2025-10-19)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251017
|
|
@@ -1572,9 +1572,9 @@ module Google
|
|
|
1572
1572
|
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1UserInfo]
|
|
1573
1573
|
attr_accessor :user_info
|
|
1574
1574
|
|
|
1575
|
-
# A unique identifier for tracking visitors. For example, this could
|
|
1576
|
-
# implemented with an HTTP cookie, which should be able to uniquely identify
|
|
1577
|
-
# visitor on a single device. This unique identifier should not change if the
|
|
1575
|
+
# Optional. A unique identifier for tracking visitors. For example, this could
|
|
1576
|
+
# be implemented with an HTTP cookie, which should be able to uniquely identify
|
|
1577
|
+
# a visitor on a single device. This unique identifier should not change if the
|
|
1578
1578
|
# visitor logs in or out of the website. This field should NOT have a fixed
|
|
1579
1579
|
# value such as `unknown_visitor`. This should be the same identifier as
|
|
1580
1580
|
# UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a
|
|
@@ -7299,6 +7299,11 @@ module Google
|
|
|
7299
7299
|
# @return [String]
|
|
7300
7300
|
attr_accessor :configurable_billing_approach
|
|
7301
7301
|
|
|
7302
|
+
# Output only. The timestamp when configurable_billing_approach was last updated.
|
|
7303
|
+
# Corresponds to the JSON property `configurableBillingApproachUpdateTime`
|
|
7304
|
+
# @return [String]
|
|
7305
|
+
attr_accessor :configurable_billing_approach_update_time
|
|
7306
|
+
|
|
7302
7307
|
# Immutable. The content config of the data store. If this field is unset, the
|
|
7303
7308
|
# server behavior defaults to ContentConfig.NO_CONTENT.
|
|
7304
7309
|
# Corresponds to the JSON property `contentConfig`
|
|
@@ -7403,6 +7408,7 @@ module Google
|
|
|
7403
7408
|
@billing_estimation = args[:billing_estimation] if args.key?(:billing_estimation)
|
|
7404
7409
|
@cmek_config = args[:cmek_config] if args.key?(:cmek_config)
|
|
7405
7410
|
@configurable_billing_approach = args[:configurable_billing_approach] if args.key?(:configurable_billing_approach)
|
|
7411
|
+
@configurable_billing_approach_update_time = args[:configurable_billing_approach_update_time] if args.key?(:configurable_billing_approach_update_time)
|
|
7406
7412
|
@content_config = args[:content_config] if args.key?(:content_config)
|
|
7407
7413
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
7408
7414
|
@default_schema_id = args[:default_schema_id] if args.key?(:default_schema_id)
|
|
@@ -10416,6 +10422,31 @@ module Google
|
|
|
10416
10422
|
end
|
|
10417
10423
|
end
|
|
10418
10424
|
|
|
10425
|
+
# Response for ListServingConfigs method.
|
|
10426
|
+
class GoogleCloudDiscoveryengineV1ListServingConfigsResponse
|
|
10427
|
+
include Google::Apis::Core::Hashable
|
|
10428
|
+
|
|
10429
|
+
# Pagination token, if not returned indicates the last page.
|
|
10430
|
+
# Corresponds to the JSON property `nextPageToken`
|
|
10431
|
+
# @return [String]
|
|
10432
|
+
attr_accessor :next_page_token
|
|
10433
|
+
|
|
10434
|
+
# All the ServingConfigs for a given dataStore.
|
|
10435
|
+
# Corresponds to the JSON property `servingConfigs`
|
|
10436
|
+
# @return [Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ServingConfig>]
|
|
10437
|
+
attr_accessor :serving_configs
|
|
10438
|
+
|
|
10439
|
+
def initialize(**args)
|
|
10440
|
+
update!(**args)
|
|
10441
|
+
end
|
|
10442
|
+
|
|
10443
|
+
# Update properties of this object
|
|
10444
|
+
def update!(**args)
|
|
10445
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
10446
|
+
@serving_configs = args[:serving_configs] if args.key?(:serving_configs)
|
|
10447
|
+
end
|
|
10448
|
+
end
|
|
10449
|
+
|
|
10419
10450
|
# Response for ListSessions method.
|
|
10420
10451
|
class GoogleCloudDiscoveryengineV1ListSessionsResponse
|
|
10421
10452
|
include Google::Apis::Core::Hashable
|
|
@@ -10672,6 +10703,16 @@ module Google
|
|
|
10672
10703
|
class GoogleCloudDiscoveryengineV1Project
|
|
10673
10704
|
include Google::Apis::Core::Hashable
|
|
10674
10705
|
|
|
10706
|
+
# Represents the currently effective configurable billing parameters. These
|
|
10707
|
+
# values are derived from the customer's subscription history stored internally
|
|
10708
|
+
# and reflect the thresholds actively being used for billing purposes at the
|
|
10709
|
+
# time of the GetProject call. This includes the start_time of the subscription
|
|
10710
|
+
# and may differ from the values in `customer_provided_config` due to billing
|
|
10711
|
+
# rules (e.g., scale-downs taking effect only at the start of a new month).
|
|
10712
|
+
# Corresponds to the JSON property `configurableBillingStatus`
|
|
10713
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus]
|
|
10714
|
+
attr_accessor :configurable_billing_status
|
|
10715
|
+
|
|
10675
10716
|
# Output only. The timestamp when this project is created.
|
|
10676
10717
|
# Corresponds to the JSON property `createTime`
|
|
10677
10718
|
# @return [String]
|
|
@@ -10706,6 +10747,7 @@ module Google
|
|
|
10706
10747
|
|
|
10707
10748
|
# Update properties of this object
|
|
10708
10749
|
def update!(**args)
|
|
10750
|
+
@configurable_billing_status = args[:configurable_billing_status] if args.key?(:configurable_billing_status)
|
|
10709
10751
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
10710
10752
|
@customer_provided_config = args[:customer_provided_config] if args.key?(:customer_provided_config)
|
|
10711
10753
|
@name = args[:name] if args.key?(:name)
|
|
@@ -10714,6 +10756,46 @@ module Google
|
|
|
10714
10756
|
end
|
|
10715
10757
|
end
|
|
10716
10758
|
|
|
10759
|
+
# Represents the currently effective configurable billing parameters. These
|
|
10760
|
+
# values are derived from the customer's subscription history stored internally
|
|
10761
|
+
# and reflect the thresholds actively being used for billing purposes at the
|
|
10762
|
+
# time of the GetProject call. This includes the start_time of the subscription
|
|
10763
|
+
# and may differ from the values in `customer_provided_config` due to billing
|
|
10764
|
+
# rules (e.g., scale-downs taking effect only at the start of a new month).
|
|
10765
|
+
class GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus
|
|
10766
|
+
include Google::Apis::Core::Hashable
|
|
10767
|
+
|
|
10768
|
+
# Optional. The currently effective Indexing Core threshold. This is the
|
|
10769
|
+
# threshold against which Indexing Core usage is compared for overage
|
|
10770
|
+
# calculations.
|
|
10771
|
+
# Corresponds to the JSON property `effectiveIndexingCoreThreshold`
|
|
10772
|
+
# @return [Fixnum]
|
|
10773
|
+
attr_accessor :effective_indexing_core_threshold
|
|
10774
|
+
|
|
10775
|
+
# Optional. The currently effective Search QPM threshold in queries per minute.
|
|
10776
|
+
# This is the threshold against which QPM usage is compared for overage
|
|
10777
|
+
# calculations.
|
|
10778
|
+
# Corresponds to the JSON property `effectiveSearchQpmThreshold`
|
|
10779
|
+
# @return [Fixnum]
|
|
10780
|
+
attr_accessor :effective_search_qpm_threshold
|
|
10781
|
+
|
|
10782
|
+
# Optional. The start time of the currently active billing subscription.
|
|
10783
|
+
# Corresponds to the JSON property `startTime`
|
|
10784
|
+
# @return [String]
|
|
10785
|
+
attr_accessor :start_time
|
|
10786
|
+
|
|
10787
|
+
def initialize(**args)
|
|
10788
|
+
update!(**args)
|
|
10789
|
+
end
|
|
10790
|
+
|
|
10791
|
+
# Update properties of this object
|
|
10792
|
+
def update!(**args)
|
|
10793
|
+
@effective_indexing_core_threshold = args[:effective_indexing_core_threshold] if args.key?(:effective_indexing_core_threshold)
|
|
10794
|
+
@effective_search_qpm_threshold = args[:effective_search_qpm_threshold] if args.key?(:effective_search_qpm_threshold)
|
|
10795
|
+
@start_time = args[:start_time] if args.key?(:start_time)
|
|
10796
|
+
end
|
|
10797
|
+
end
|
|
10798
|
+
|
|
10717
10799
|
# Customer provided configurations.
|
|
10718
10800
|
class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig
|
|
10719
10801
|
include Google::Apis::Core::Hashable
|
|
@@ -10743,6 +10825,13 @@ module Google
|
|
|
10743
10825
|
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig]
|
|
10744
10826
|
attr_accessor :model_armor_config
|
|
10745
10827
|
|
|
10828
|
+
# Optional. Whether to disable the notebook sharing feature for the project.
|
|
10829
|
+
# Default to false if not specified.
|
|
10830
|
+
# Corresponds to the JSON property `optOutNotebookSharing`
|
|
10831
|
+
# @return [Boolean]
|
|
10832
|
+
attr_accessor :opt_out_notebook_sharing
|
|
10833
|
+
alias_method :opt_out_notebook_sharing?, :opt_out_notebook_sharing
|
|
10834
|
+
|
|
10746
10835
|
def initialize(**args)
|
|
10747
10836
|
update!(**args)
|
|
10748
10837
|
end
|
|
@@ -10750,6 +10839,7 @@ module Google
|
|
|
10750
10839
|
# Update properties of this object
|
|
10751
10840
|
def update!(**args)
|
|
10752
10841
|
@model_armor_config = args[:model_armor_config] if args.key?(:model_armor_config)
|
|
10842
|
+
@opt_out_notebook_sharing = args[:opt_out_notebook_sharing] if args.key?(:opt_out_notebook_sharing)
|
|
10753
10843
|
end
|
|
10754
10844
|
end
|
|
10755
10845
|
|
|
@@ -12146,9 +12236,9 @@ module Google
|
|
|
12146
12236
|
# @return [Hash<String,String>]
|
|
12147
12237
|
attr_accessor :user_labels
|
|
12148
12238
|
|
|
12149
|
-
# A unique identifier for tracking visitors. For example, this could
|
|
12150
|
-
# implemented with an HTTP cookie, which should be able to uniquely identify
|
|
12151
|
-
# visitor on a single device. This unique identifier should not change if the
|
|
12239
|
+
# Optional. A unique identifier for tracking visitors. For example, this could
|
|
12240
|
+
# be implemented with an HTTP cookie, which should be able to uniquely identify
|
|
12241
|
+
# a visitor on a single device. This unique identifier should not change if the
|
|
12152
12242
|
# visitor logs in or out of the website. This field should NOT have a fixed
|
|
12153
12243
|
# value such as `unknown_visitor`. This should be the same identifier as
|
|
12154
12244
|
# UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field
|
|
@@ -15363,6 +15453,62 @@ module Google
|
|
|
15363
15453
|
end
|
|
15364
15454
|
end
|
|
15365
15455
|
|
|
15456
|
+
# Configures metadata that is used for End User entities.
|
|
15457
|
+
class GoogleCloudDiscoveryengineV1UserStore
|
|
15458
|
+
include Google::Apis::Core::Hashable
|
|
15459
|
+
|
|
15460
|
+
# Optional. The default subscription LicenseConfig for the UserStore, if
|
|
15461
|
+
# UserStore.enable_license_auto_register is true, new users will automatically
|
|
15462
|
+
# register under the default subscription. If default LicenseConfig doesn't have
|
|
15463
|
+
# remaining license seats left, new users will not be assigned with license and
|
|
15464
|
+
# will be blocked for Vertex AI Search features. This is used if `
|
|
15465
|
+
# license_assignment_tier_rules` is not configured.
|
|
15466
|
+
# Corresponds to the JSON property `defaultLicenseConfig`
|
|
15467
|
+
# @return [String]
|
|
15468
|
+
attr_accessor :default_license_config
|
|
15469
|
+
|
|
15470
|
+
# The display name of the User Store.
|
|
15471
|
+
# Corresponds to the JSON property `displayName`
|
|
15472
|
+
# @return [String]
|
|
15473
|
+
attr_accessor :display_name
|
|
15474
|
+
|
|
15475
|
+
# Optional. Whether to enable license auto update for users in this User Store.
|
|
15476
|
+
# If true, users with expired licenses will automatically be updated to use the
|
|
15477
|
+
# default license config as long as the default license config has seats left.
|
|
15478
|
+
# Corresponds to the JSON property `enableExpiredLicenseAutoUpdate`
|
|
15479
|
+
# @return [Boolean]
|
|
15480
|
+
attr_accessor :enable_expired_license_auto_update
|
|
15481
|
+
alias_method :enable_expired_license_auto_update?, :enable_expired_license_auto_update
|
|
15482
|
+
|
|
15483
|
+
# Optional. Whether to enable license auto register for users in this User Store.
|
|
15484
|
+
# If true, new users will automatically register under the default license
|
|
15485
|
+
# config as long as the default license config has seats left.
|
|
15486
|
+
# Corresponds to the JSON property `enableLicenseAutoRegister`
|
|
15487
|
+
# @return [Boolean]
|
|
15488
|
+
attr_accessor :enable_license_auto_register
|
|
15489
|
+
alias_method :enable_license_auto_register?, :enable_license_auto_register
|
|
15490
|
+
|
|
15491
|
+
# Immutable. The full resource name of the User Store, in the format of `
|
|
15492
|
+
# projects/`project`/locations/`location`/userStores/`user_store``. This field
|
|
15493
|
+
# must be a UTF-8 encoded string with a length limit of 1024 characters.
|
|
15494
|
+
# Corresponds to the JSON property `name`
|
|
15495
|
+
# @return [String]
|
|
15496
|
+
attr_accessor :name
|
|
15497
|
+
|
|
15498
|
+
def initialize(**args)
|
|
15499
|
+
update!(**args)
|
|
15500
|
+
end
|
|
15501
|
+
|
|
15502
|
+
# Update properties of this object
|
|
15503
|
+
def update!(**args)
|
|
15504
|
+
@default_license_config = args[:default_license_config] if args.key?(:default_license_config)
|
|
15505
|
+
@display_name = args[:display_name] if args.key?(:display_name)
|
|
15506
|
+
@enable_expired_license_auto_update = args[:enable_expired_license_auto_update] if args.key?(:enable_expired_license_auto_update)
|
|
15507
|
+
@enable_license_auto_register = args[:enable_license_auto_register] if args.key?(:enable_license_auto_register)
|
|
15508
|
+
@name = args[:name] if args.key?(:name)
|
|
15509
|
+
end
|
|
15510
|
+
end
|
|
15511
|
+
|
|
15366
15512
|
# Config to store data store type configuration for workspace data
|
|
15367
15513
|
class GoogleCloudDiscoveryengineV1WorkspaceConfig
|
|
15368
15514
|
include Google::Apis::Core::Hashable
|
|
@@ -18606,6 +18752,11 @@ module Google
|
|
|
18606
18752
|
# @return [String]
|
|
18607
18753
|
attr_accessor :configurable_billing_approach
|
|
18608
18754
|
|
|
18755
|
+
# Output only. The timestamp when configurable_billing_approach was last updated.
|
|
18756
|
+
# Corresponds to the JSON property `configurableBillingApproachUpdateTime`
|
|
18757
|
+
# @return [String]
|
|
18758
|
+
attr_accessor :configurable_billing_approach_update_time
|
|
18759
|
+
|
|
18609
18760
|
# Immutable. The content config of the data store. If this field is unset, the
|
|
18610
18761
|
# server behavior defaults to ContentConfig.NO_CONTENT.
|
|
18611
18762
|
# Corresponds to the JSON property `contentConfig`
|
|
@@ -18725,6 +18876,7 @@ module Google
|
|
|
18725
18876
|
@billing_estimation = args[:billing_estimation] if args.key?(:billing_estimation)
|
|
18726
18877
|
@cmek_config = args[:cmek_config] if args.key?(:cmek_config)
|
|
18727
18878
|
@configurable_billing_approach = args[:configurable_billing_approach] if args.key?(:configurable_billing_approach)
|
|
18879
|
+
@configurable_billing_approach_update_time = args[:configurable_billing_approach_update_time] if args.key?(:configurable_billing_approach_update_time)
|
|
18728
18880
|
@content_config = args[:content_config] if args.key?(:content_config)
|
|
18729
18881
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
18730
18882
|
@default_schema_id = args[:default_schema_id] if args.key?(:default_schema_id)
|
|
@@ -18855,6 +19007,33 @@ module Google
|
|
|
18855
19007
|
end
|
|
18856
19008
|
end
|
|
18857
19009
|
|
|
19010
|
+
# Metadata related to the progress of the AgentService.DeleteAgent operation.
|
|
19011
|
+
# This will be returned by the google.longrunning.Operation.metadata field.
|
|
19012
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteAgentMetadata
|
|
19013
|
+
include Google::Apis::Core::Hashable
|
|
19014
|
+
|
|
19015
|
+
# Operation create time.
|
|
19016
|
+
# Corresponds to the JSON property `createTime`
|
|
19017
|
+
# @return [String]
|
|
19018
|
+
attr_accessor :create_time
|
|
19019
|
+
|
|
19020
|
+
# Operation last update time. If the operation is done, this is also the finish
|
|
19021
|
+
# time.
|
|
19022
|
+
# Corresponds to the JSON property `updateTime`
|
|
19023
|
+
# @return [String]
|
|
19024
|
+
attr_accessor :update_time
|
|
19025
|
+
|
|
19026
|
+
def initialize(**args)
|
|
19027
|
+
update!(**args)
|
|
19028
|
+
end
|
|
19029
|
+
|
|
19030
|
+
# Update properties of this object
|
|
19031
|
+
def update!(**args)
|
|
19032
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
|
19033
|
+
@update_time = args[:update_time] if args.key?(:update_time)
|
|
19034
|
+
end
|
|
19035
|
+
end
|
|
19036
|
+
|
|
18858
19037
|
# Metadata related to the progress of the CmekConfigService.DeleteCmekConfig
|
|
18859
19038
|
# operation. This will be returned by the google.longrunning.Operation.metadata
|
|
18860
19039
|
# field.
|
|
@@ -19097,6 +19276,35 @@ module Google
|
|
|
19097
19276
|
end
|
|
19098
19277
|
end
|
|
19099
19278
|
|
|
19279
|
+
# Metadata related to the progress of the UserStoreService.DeleteUserStore
|
|
19280
|
+
# operation. This will be returned by the google.longrunning.Operation.metadata
|
|
19281
|
+
# field. Delete UserStore will delete all the end users under the user store,
|
|
19282
|
+
# return the number of end users successfully deleted or failed to delete in the
|
|
19283
|
+
# metadata.
|
|
19284
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteUserStoreMetadata
|
|
19285
|
+
include Google::Apis::Core::Hashable
|
|
19286
|
+
|
|
19287
|
+
# The number of end users under the user store that failed to be deleted.
|
|
19288
|
+
# Corresponds to the JSON property `failureCount`
|
|
19289
|
+
# @return [Fixnum]
|
|
19290
|
+
attr_accessor :failure_count
|
|
19291
|
+
|
|
19292
|
+
# The number of end users under the user store that were successfully deleted.
|
|
19293
|
+
# Corresponds to the JSON property `successCount`
|
|
19294
|
+
# @return [Fixnum]
|
|
19295
|
+
attr_accessor :success_count
|
|
19296
|
+
|
|
19297
|
+
def initialize(**args)
|
|
19298
|
+
update!(**args)
|
|
19299
|
+
end
|
|
19300
|
+
|
|
19301
|
+
# Update properties of this object
|
|
19302
|
+
def update!(**args)
|
|
19303
|
+
@failure_count = args[:failure_count] if args.key?(:failure_count)
|
|
19304
|
+
@success_count = args[:success_count] if args.key?(:success_count)
|
|
19305
|
+
end
|
|
19306
|
+
end
|
|
19307
|
+
|
|
19100
19308
|
# Defines target endpoints used to connect to third-party sources.
|
|
19101
19309
|
class GoogleCloudDiscoveryengineV1alphaDestinationConfig
|
|
19102
19310
|
include Google::Apis::Core::Hashable
|
|
@@ -21292,6 +21500,16 @@ module Google
|
|
|
21292
21500
|
class GoogleCloudDiscoveryengineV1alphaProject
|
|
21293
21501
|
include Google::Apis::Core::Hashable
|
|
21294
21502
|
|
|
21503
|
+
# Represents the currently effective configurable billing parameters. These
|
|
21504
|
+
# values are derived from the customer's subscription history stored internally
|
|
21505
|
+
# and reflect the thresholds actively being used for billing purposes at the
|
|
21506
|
+
# time of the GetProject call. This includes the start_time of the subscription
|
|
21507
|
+
# and may differ from the values in `customer_provided_config` due to billing
|
|
21508
|
+
# rules (e.g., scale-downs taking effect only at the start of a new month).
|
|
21509
|
+
# Corresponds to the JSON property `configurableBillingStatus`
|
|
21510
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus]
|
|
21511
|
+
attr_accessor :configurable_billing_status
|
|
21512
|
+
|
|
21295
21513
|
# Output only. The timestamp when this project is created.
|
|
21296
21514
|
# Corresponds to the JSON property `createTime`
|
|
21297
21515
|
# @return [String]
|
|
@@ -21326,6 +21544,7 @@ module Google
|
|
|
21326
21544
|
|
|
21327
21545
|
# Update properties of this object
|
|
21328
21546
|
def update!(**args)
|
|
21547
|
+
@configurable_billing_status = args[:configurable_billing_status] if args.key?(:configurable_billing_status)
|
|
21329
21548
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
21330
21549
|
@customer_provided_config = args[:customer_provided_config] if args.key?(:customer_provided_config)
|
|
21331
21550
|
@name = args[:name] if args.key?(:name)
|
|
@@ -21334,6 +21553,46 @@ module Google
|
|
|
21334
21553
|
end
|
|
21335
21554
|
end
|
|
21336
21555
|
|
|
21556
|
+
# Represents the currently effective configurable billing parameters. These
|
|
21557
|
+
# values are derived from the customer's subscription history stored internally
|
|
21558
|
+
# and reflect the thresholds actively being used for billing purposes at the
|
|
21559
|
+
# time of the GetProject call. This includes the start_time of the subscription
|
|
21560
|
+
# and may differ from the values in `customer_provided_config` due to billing
|
|
21561
|
+
# rules (e.g., scale-downs taking effect only at the start of a new month).
|
|
21562
|
+
class GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus
|
|
21563
|
+
include Google::Apis::Core::Hashable
|
|
21564
|
+
|
|
21565
|
+
# Optional. The currently effective Indexing Core threshold. This is the
|
|
21566
|
+
# threshold against which Indexing Core usage is compared for overage
|
|
21567
|
+
# calculations.
|
|
21568
|
+
# Corresponds to the JSON property `effectiveIndexingCoreThreshold`
|
|
21569
|
+
# @return [Fixnum]
|
|
21570
|
+
attr_accessor :effective_indexing_core_threshold
|
|
21571
|
+
|
|
21572
|
+
# Optional. The currently effective Search QPM threshold in queries per minute.
|
|
21573
|
+
# This is the threshold against which QPM usage is compared for overage
|
|
21574
|
+
# calculations.
|
|
21575
|
+
# Corresponds to the JSON property `effectiveSearchQpmThreshold`
|
|
21576
|
+
# @return [Fixnum]
|
|
21577
|
+
attr_accessor :effective_search_qpm_threshold
|
|
21578
|
+
|
|
21579
|
+
# Optional. The start time of the currently active billing subscription.
|
|
21580
|
+
# Corresponds to the JSON property `startTime`
|
|
21581
|
+
# @return [String]
|
|
21582
|
+
attr_accessor :start_time
|
|
21583
|
+
|
|
21584
|
+
def initialize(**args)
|
|
21585
|
+
update!(**args)
|
|
21586
|
+
end
|
|
21587
|
+
|
|
21588
|
+
# Update properties of this object
|
|
21589
|
+
def update!(**args)
|
|
21590
|
+
@effective_indexing_core_threshold = args[:effective_indexing_core_threshold] if args.key?(:effective_indexing_core_threshold)
|
|
21591
|
+
@effective_search_qpm_threshold = args[:effective_search_qpm_threshold] if args.key?(:effective_search_qpm_threshold)
|
|
21592
|
+
@start_time = args[:start_time] if args.key?(:start_time)
|
|
21593
|
+
end
|
|
21594
|
+
end
|
|
21595
|
+
|
|
21337
21596
|
# Customer provided configurations.
|
|
21338
21597
|
class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig
|
|
21339
21598
|
include Google::Apis::Core::Hashable
|
|
@@ -21363,6 +21622,13 @@ module Google
|
|
|
21363
21622
|
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig]
|
|
21364
21623
|
attr_accessor :model_armor_config
|
|
21365
21624
|
|
|
21625
|
+
# Optional. Whether to disable the notebook sharing feature for the project.
|
|
21626
|
+
# Default to false if not specified.
|
|
21627
|
+
# Corresponds to the JSON property `optOutNotebookSharing`
|
|
21628
|
+
# @return [Boolean]
|
|
21629
|
+
attr_accessor :opt_out_notebook_sharing
|
|
21630
|
+
alias_method :opt_out_notebook_sharing?, :opt_out_notebook_sharing
|
|
21631
|
+
|
|
21366
21632
|
def initialize(**args)
|
|
21367
21633
|
update!(**args)
|
|
21368
21634
|
end
|
|
@@ -21370,6 +21636,7 @@ module Google
|
|
|
21370
21636
|
# Update properties of this object
|
|
21371
21637
|
def update!(**args)
|
|
21372
21638
|
@model_armor_config = args[:model_armor_config] if args.key?(:model_armor_config)
|
|
21639
|
+
@opt_out_notebook_sharing = args[:opt_out_notebook_sharing] if args.key?(:opt_out_notebook_sharing)
|
|
21373
21640
|
end
|
|
21374
21641
|
end
|
|
21375
21642
|
|
|
@@ -22520,9 +22787,9 @@ module Google
|
|
|
22520
22787
|
# @return [Hash<String,String>]
|
|
22521
22788
|
attr_accessor :user_labels
|
|
22522
22789
|
|
|
22523
|
-
# A unique identifier for tracking visitors. For example, this could
|
|
22524
|
-
# implemented with an HTTP cookie, which should be able to uniquely identify
|
|
22525
|
-
# visitor on a single device. This unique identifier should not change if the
|
|
22790
|
+
# Optional. A unique identifier for tracking visitors. For example, this could
|
|
22791
|
+
# be implemented with an HTTP cookie, which should be able to uniquely identify
|
|
22792
|
+
# a visitor on a single device. This unique identifier should not change if the
|
|
22526
22793
|
# visitor logs in or out of the website. This field should NOT have a fixed
|
|
22527
22794
|
# value such as `unknown_visitor`. This should be the same identifier as
|
|
22528
22795
|
# UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field
|
|
@@ -25331,6 +25598,11 @@ module Google
|
|
|
25331
25598
|
# @return [String]
|
|
25332
25599
|
attr_accessor :configurable_billing_approach
|
|
25333
25600
|
|
|
25601
|
+
# Output only. The timestamp when configurable_billing_approach was last updated.
|
|
25602
|
+
# Corresponds to the JSON property `configurableBillingApproachUpdateTime`
|
|
25603
|
+
# @return [String]
|
|
25604
|
+
attr_accessor :configurable_billing_approach_update_time
|
|
25605
|
+
|
|
25334
25606
|
# Immutable. The content config of the data store. If this field is unset, the
|
|
25335
25607
|
# server behavior defaults to ContentConfig.NO_CONTENT.
|
|
25336
25608
|
# Corresponds to the JSON property `contentConfig`
|
|
@@ -25445,6 +25717,7 @@ module Google
|
|
|
25445
25717
|
@billing_estimation = args[:billing_estimation] if args.key?(:billing_estimation)
|
|
25446
25718
|
@cmek_config = args[:cmek_config] if args.key?(:cmek_config)
|
|
25447
25719
|
@configurable_billing_approach = args[:configurable_billing_approach] if args.key?(:configurable_billing_approach)
|
|
25720
|
+
@configurable_billing_approach_update_time = args[:configurable_billing_approach_update_time] if args.key?(:configurable_billing_approach_update_time)
|
|
25448
25721
|
@content_config = args[:content_config] if args.key?(:content_config)
|
|
25449
25722
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
25450
25723
|
@default_schema_id = args[:default_schema_id] if args.key?(:default_schema_id)
|
|
@@ -27377,6 +27650,16 @@ module Google
|
|
|
27377
27650
|
class GoogleCloudDiscoveryengineV1betaProject
|
|
27378
27651
|
include Google::Apis::Core::Hashable
|
|
27379
27652
|
|
|
27653
|
+
# Represents the currently effective configurable billing parameters. These
|
|
27654
|
+
# values are derived from the customer's subscription history stored internally
|
|
27655
|
+
# and reflect the thresholds actively being used for billing purposes at the
|
|
27656
|
+
# time of the GetProject call. This includes the start_time of the subscription
|
|
27657
|
+
# and may differ from the values in `customer_provided_config` due to billing
|
|
27658
|
+
# rules (e.g., scale-downs taking effect only at the start of a new month).
|
|
27659
|
+
# Corresponds to the JSON property `configurableBillingStatus`
|
|
27660
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus]
|
|
27661
|
+
attr_accessor :configurable_billing_status
|
|
27662
|
+
|
|
27380
27663
|
# Output only. The timestamp when this project is created.
|
|
27381
27664
|
# Corresponds to the JSON property `createTime`
|
|
27382
27665
|
# @return [String]
|
|
@@ -27411,6 +27694,7 @@ module Google
|
|
|
27411
27694
|
|
|
27412
27695
|
# Update properties of this object
|
|
27413
27696
|
def update!(**args)
|
|
27697
|
+
@configurable_billing_status = args[:configurable_billing_status] if args.key?(:configurable_billing_status)
|
|
27414
27698
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
27415
27699
|
@customer_provided_config = args[:customer_provided_config] if args.key?(:customer_provided_config)
|
|
27416
27700
|
@name = args[:name] if args.key?(:name)
|
|
@@ -27419,6 +27703,46 @@ module Google
|
|
|
27419
27703
|
end
|
|
27420
27704
|
end
|
|
27421
27705
|
|
|
27706
|
+
# Represents the currently effective configurable billing parameters. These
|
|
27707
|
+
# values are derived from the customer's subscription history stored internally
|
|
27708
|
+
# and reflect the thresholds actively being used for billing purposes at the
|
|
27709
|
+
# time of the GetProject call. This includes the start_time of the subscription
|
|
27710
|
+
# and may differ from the values in `customer_provided_config` due to billing
|
|
27711
|
+
# rules (e.g., scale-downs taking effect only at the start of a new month).
|
|
27712
|
+
class GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus
|
|
27713
|
+
include Google::Apis::Core::Hashable
|
|
27714
|
+
|
|
27715
|
+
# Optional. The currently effective Indexing Core threshold. This is the
|
|
27716
|
+
# threshold against which Indexing Core usage is compared for overage
|
|
27717
|
+
# calculations.
|
|
27718
|
+
# Corresponds to the JSON property `effectiveIndexingCoreThreshold`
|
|
27719
|
+
# @return [Fixnum]
|
|
27720
|
+
attr_accessor :effective_indexing_core_threshold
|
|
27721
|
+
|
|
27722
|
+
# Optional. The currently effective Search QPM threshold in queries per minute.
|
|
27723
|
+
# This is the threshold against which QPM usage is compared for overage
|
|
27724
|
+
# calculations.
|
|
27725
|
+
# Corresponds to the JSON property `effectiveSearchQpmThreshold`
|
|
27726
|
+
# @return [Fixnum]
|
|
27727
|
+
attr_accessor :effective_search_qpm_threshold
|
|
27728
|
+
|
|
27729
|
+
# Optional. The start time of the currently active billing subscription.
|
|
27730
|
+
# Corresponds to the JSON property `startTime`
|
|
27731
|
+
# @return [String]
|
|
27732
|
+
attr_accessor :start_time
|
|
27733
|
+
|
|
27734
|
+
def initialize(**args)
|
|
27735
|
+
update!(**args)
|
|
27736
|
+
end
|
|
27737
|
+
|
|
27738
|
+
# Update properties of this object
|
|
27739
|
+
def update!(**args)
|
|
27740
|
+
@effective_indexing_core_threshold = args[:effective_indexing_core_threshold] if args.key?(:effective_indexing_core_threshold)
|
|
27741
|
+
@effective_search_qpm_threshold = args[:effective_search_qpm_threshold] if args.key?(:effective_search_qpm_threshold)
|
|
27742
|
+
@start_time = args[:start_time] if args.key?(:start_time)
|
|
27743
|
+
end
|
|
27744
|
+
end
|
|
27745
|
+
|
|
27422
27746
|
# Customer provided configurations.
|
|
27423
27747
|
class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig
|
|
27424
27748
|
include Google::Apis::Core::Hashable
|
|
@@ -27448,6 +27772,13 @@ module Google
|
|
|
27448
27772
|
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig]
|
|
27449
27773
|
attr_accessor :model_armor_config
|
|
27450
27774
|
|
|
27775
|
+
# Optional. Whether to disable the notebook sharing feature for the project.
|
|
27776
|
+
# Default to false if not specified.
|
|
27777
|
+
# Corresponds to the JSON property `optOutNotebookSharing`
|
|
27778
|
+
# @return [Boolean]
|
|
27779
|
+
attr_accessor :opt_out_notebook_sharing
|
|
27780
|
+
alias_method :opt_out_notebook_sharing?, :opt_out_notebook_sharing
|
|
27781
|
+
|
|
27451
27782
|
def initialize(**args)
|
|
27452
27783
|
update!(**args)
|
|
27453
27784
|
end
|
|
@@ -27455,6 +27786,7 @@ module Google
|
|
|
27455
27786
|
# Update properties of this object
|
|
27456
27787
|
def update!(**args)
|
|
27457
27788
|
@model_armor_config = args[:model_armor_config] if args.key?(:model_armor_config)
|
|
27789
|
+
@opt_out_notebook_sharing = args[:opt_out_notebook_sharing] if args.key?(:opt_out_notebook_sharing)
|
|
27458
27790
|
end
|
|
27459
27791
|
end
|
|
27460
27792
|
|
|
@@ -28229,9 +28561,9 @@ module Google
|
|
|
28229
28561
|
# @return [Hash<String,String>]
|
|
28230
28562
|
attr_accessor :user_labels
|
|
28231
28563
|
|
|
28232
|
-
# A unique identifier for tracking visitors. For example, this could
|
|
28233
|
-
# implemented with an HTTP cookie, which should be able to uniquely identify
|
|
28234
|
-
# visitor on a single device. This unique identifier should not change if the
|
|
28564
|
+
# Optional. A unique identifier for tracking visitors. For example, this could
|
|
28565
|
+
# be implemented with an HTTP cookie, which should be able to uniquely identify
|
|
28566
|
+
# a visitor on a single device. This unique identifier should not change if the
|
|
28235
28567
|
# visitor logs in or out of the website. This field should NOT have a fixed
|
|
28236
28568
|
# value such as `unknown_visitor`. This should be the same identifier as
|
|
28237
28569
|
# UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field
|
|
@@ -29853,6 +30185,62 @@ module Google
|
|
|
29853
30185
|
end
|
|
29854
30186
|
end
|
|
29855
30187
|
|
|
30188
|
+
# Configures metadata that is used for End User entities.
|
|
30189
|
+
class GoogleCloudDiscoveryengineV1betaUserStore
|
|
30190
|
+
include Google::Apis::Core::Hashable
|
|
30191
|
+
|
|
30192
|
+
# Optional. The default subscription LicenseConfig for the UserStore, if
|
|
30193
|
+
# UserStore.enable_license_auto_register is true, new users will automatically
|
|
30194
|
+
# register under the default subscription. If default LicenseConfig doesn't have
|
|
30195
|
+
# remaining license seats left, new users will not be assigned with license and
|
|
30196
|
+
# will be blocked for Vertex AI Search features. This is used if `
|
|
30197
|
+
# license_assignment_tier_rules` is not configured.
|
|
30198
|
+
# Corresponds to the JSON property `defaultLicenseConfig`
|
|
30199
|
+
# @return [String]
|
|
30200
|
+
attr_accessor :default_license_config
|
|
30201
|
+
|
|
30202
|
+
# The display name of the User Store.
|
|
30203
|
+
# Corresponds to the JSON property `displayName`
|
|
30204
|
+
# @return [String]
|
|
30205
|
+
attr_accessor :display_name
|
|
30206
|
+
|
|
30207
|
+
# Optional. Whether to enable license auto update for users in this User Store.
|
|
30208
|
+
# If true, users with expired licenses will automatically be updated to use the
|
|
30209
|
+
# default license config as long as the default license config has seats left.
|
|
30210
|
+
# Corresponds to the JSON property `enableExpiredLicenseAutoUpdate`
|
|
30211
|
+
# @return [Boolean]
|
|
30212
|
+
attr_accessor :enable_expired_license_auto_update
|
|
30213
|
+
alias_method :enable_expired_license_auto_update?, :enable_expired_license_auto_update
|
|
30214
|
+
|
|
30215
|
+
# Optional. Whether to enable license auto register for users in this User Store.
|
|
30216
|
+
# If true, new users will automatically register under the default license
|
|
30217
|
+
# config as long as the default license config has seats left.
|
|
30218
|
+
# Corresponds to the JSON property `enableLicenseAutoRegister`
|
|
30219
|
+
# @return [Boolean]
|
|
30220
|
+
attr_accessor :enable_license_auto_register
|
|
30221
|
+
alias_method :enable_license_auto_register?, :enable_license_auto_register
|
|
30222
|
+
|
|
30223
|
+
# Immutable. The full resource name of the User Store, in the format of `
|
|
30224
|
+
# projects/`project`/locations/`location`/userStores/`user_store``. This field
|
|
30225
|
+
# must be a UTF-8 encoded string with a length limit of 1024 characters.
|
|
30226
|
+
# Corresponds to the JSON property `name`
|
|
30227
|
+
# @return [String]
|
|
30228
|
+
attr_accessor :name
|
|
30229
|
+
|
|
30230
|
+
def initialize(**args)
|
|
30231
|
+
update!(**args)
|
|
30232
|
+
end
|
|
30233
|
+
|
|
30234
|
+
# Update properties of this object
|
|
30235
|
+
def update!(**args)
|
|
30236
|
+
@default_license_config = args[:default_license_config] if args.key?(:default_license_config)
|
|
30237
|
+
@display_name = args[:display_name] if args.key?(:display_name)
|
|
30238
|
+
@enable_expired_license_auto_update = args[:enable_expired_license_auto_update] if args.key?(:enable_expired_license_auto_update)
|
|
30239
|
+
@enable_license_auto_register = args[:enable_license_auto_register] if args.key?(:enable_license_auto_register)
|
|
30240
|
+
@name = args[:name] if args.key?(:name)
|
|
30241
|
+
end
|
|
30242
|
+
end
|
|
30243
|
+
|
|
29856
30244
|
# Config to store data store type configuration for workspace data
|
|
29857
30245
|
class GoogleCloudDiscoveryengineV1betaWorkspaceConfig
|
|
29858
30246
|
include Google::Apis::Core::Hashable
|
|
@@ -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.57.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 = "20251030"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|