@maxim_mazurok/gapi.client.discoveryengine-v1beta 0.1.20260122 → 0.1.20260129
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.
- package/index.d.ts +19 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://discoveryengine.googleapis.com/$discovery/rest?version=v1beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260129
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1683,8 +1683,14 @@ declare namespace gapi.client {
|
|
|
1683
1683
|
effectiveIndexingCoreThreshold?: string;
|
|
1684
1684
|
/** Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against which QPM usage is compared for overage calculations. */
|
|
1685
1685
|
effectiveSearchQpmThreshold?: string;
|
|
1686
|
+
/** Output only. The earliest next update time for the indexing core subscription threshold. This is based on the next_update_time returned by the underlying Cloud Billing Subscription V3 API. This field is populated only if an update indexing core subscription threshold request is succeeded. */
|
|
1687
|
+
indexingCoreThresholdNextUpdateTime?: string;
|
|
1688
|
+
/** Output only. The earliest next update time for the search QPM subscription threshold. This is based on the next_update_time returned by the underlying Cloud Billing Subscription V3 API. This field is populated only if an update QPM subscription threshold request is succeeded. */
|
|
1689
|
+
searchQpmThresholdNextUpdateTime?: string;
|
|
1686
1690
|
/** Optional. The start time of the currently active billing subscription. */
|
|
1687
1691
|
startTime?: string;
|
|
1692
|
+
/** Output only. The latest terminate effective time of search qpm and indexing core subscriptions. */
|
|
1693
|
+
terminateTime?: string;
|
|
1688
1694
|
}
|
|
1689
1695
|
interface GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig {
|
|
1690
1696
|
/** Optional. Configuration for NotebookLM settings. */
|
|
@@ -4745,8 +4751,14 @@ declare namespace gapi.client {
|
|
|
4745
4751
|
effectiveIndexingCoreThreshold?: string;
|
|
4746
4752
|
/** Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against which QPM usage is compared for overage calculations. */
|
|
4747
4753
|
effectiveSearchQpmThreshold?: string;
|
|
4754
|
+
/** Output only. The earliest next update time for the indexing core subscription threshold. This is based on the next_update_time returned by the underlying Cloud Billing Subscription V3 API. This field is populated only if an update indexing core subscription threshold request is succeeded. */
|
|
4755
|
+
indexingCoreThresholdNextUpdateTime?: string;
|
|
4756
|
+
/** Output only. The earliest next update time for the search QPM subscription threshold. This is based on the next_update_time returned by the underlying Cloud Billing Subscription V3 API. This field is populated only if an update QPM subscription threshold request is succeeded. */
|
|
4757
|
+
searchQpmThresholdNextUpdateTime?: string;
|
|
4748
4758
|
/** Optional. The start time of the currently active billing subscription. */
|
|
4749
4759
|
startTime?: string;
|
|
4760
|
+
/** Output only. The latest terminate effective time of search qpm and indexing core subscriptions. */
|
|
4761
|
+
terminateTime?: string;
|
|
4750
4762
|
}
|
|
4751
4763
|
interface GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig {
|
|
4752
4764
|
/** Optional. Configuration for NotebookLM settings. */
|
|
@@ -6805,8 +6817,14 @@ declare namespace gapi.client {
|
|
|
6805
6817
|
effectiveIndexingCoreThreshold?: string;
|
|
6806
6818
|
/** Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against which QPM usage is compared for overage calculations. */
|
|
6807
6819
|
effectiveSearchQpmThreshold?: string;
|
|
6820
|
+
/** Output only. The earliest next update time for the indexing core subscription threshold. This is based on the next_update_time returned by the underlying Cloud Billing Subscription V3 API. This field is populated only if an update indexing core subscription threshold request is succeeded. */
|
|
6821
|
+
indexingCoreThresholdNextUpdateTime?: string;
|
|
6822
|
+
/** Output only. The earliest next update time for the search QPM subscription threshold. This is based on the next_update_time returned by the underlying Cloud Billing Subscription V3 API. This field is populated only if an update QPM subscription threshold request is succeeded. */
|
|
6823
|
+
searchQpmThresholdNextUpdateTime?: string;
|
|
6808
6824
|
/** Optional. The start time of the currently active billing subscription. */
|
|
6809
6825
|
startTime?: string;
|
|
6826
|
+
/** Output only. The latest terminate effective time of search qpm and indexing core subscriptions. */
|
|
6827
|
+
terminateTime?: string;
|
|
6810
6828
|
}
|
|
6811
6829
|
interface GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig {
|
|
6812
6830
|
/** Optional. Configuration for NotebookLM settings. */
|