@maxim_mazurok/gapi.client.spanner-v1 0.37.20251014 → 0.37.20251031
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 +18 -2
- 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://spanner.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20251031
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -162,7 +162,7 @@ declare namespace gapi.client {
|
|
|
162
162
|
cronSpec?: CrontabSpec;
|
|
163
163
|
}
|
|
164
164
|
interface BatchCreateSessionsRequest {
|
|
165
|
-
/** Required. The number of sessions to be created in this batch call. The API can return fewer than the requested number of sessions. If a specific number of sessions are desired, the client can make additional calls to `BatchCreateSessions` (adjusting session_count as necessary). */
|
|
165
|
+
/** Required. The number of sessions to be created in this batch call. At least one session is created. The API can return fewer than the requested number of sessions. If a specific number of sessions are desired, the client can make additional calls to `BatchCreateSessions` (adjusting session_count as necessary). */
|
|
166
166
|
sessionCount?: number;
|
|
167
167
|
/** Parameters to apply to each created session. */
|
|
168
168
|
sessionTemplate?: Session;
|
|
@@ -728,6 +728,8 @@ declare namespace gapi.client {
|
|
|
728
728
|
startTime?: string;
|
|
729
729
|
}
|
|
730
730
|
interface InstancePartition {
|
|
731
|
+
/** Optional. The autoscaling configuration. Autoscaling is enabled if this field is set. When autoscaling is enabled, fields in compute_capacity are treated as OUTPUT_ONLY fields and reflect the current compute capacity allocated to the instance partition. */
|
|
732
|
+
autoscalingConfig?: AutoscalingConfig;
|
|
731
733
|
/** Required. The name of the instance partition's configuration. Values are of the form `projects//instanceConfigs/`. See also InstanceConfig and ListInstanceConfigs. */
|
|
732
734
|
config?: string;
|
|
733
735
|
/** Output only. The time at which the instance partition was created. */
|
|
@@ -880,6 +882,8 @@ declare namespace gapi.client {
|
|
|
880
882
|
nextPageToken?: string;
|
|
881
883
|
/** A list of operations that matches the specified filter in the request. */
|
|
882
884
|
operations?: Operation[];
|
|
885
|
+
/** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations. */
|
|
886
|
+
unreachable?: string[];
|
|
883
887
|
}
|
|
884
888
|
interface ListScansResponse {
|
|
885
889
|
/** Token to retrieve the next page of results, or empty if there are no more results in the list. */
|
|
@@ -1699,6 +1703,8 @@ declare namespace gapi.client {
|
|
|
1699
1703
|
prettyPrint?: boolean;
|
|
1700
1704
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1701
1705
|
quotaUser?: string;
|
|
1706
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
1707
|
+
returnPartialSuccess?: boolean;
|
|
1702
1708
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1703
1709
|
upload_protocol?: string;
|
|
1704
1710
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -1815,6 +1821,8 @@ declare namespace gapi.client {
|
|
|
1815
1821
|
prettyPrint?: boolean;
|
|
1816
1822
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1817
1823
|
quotaUser?: string;
|
|
1824
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
1825
|
+
returnPartialSuccess?: boolean;
|
|
1818
1826
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1819
1827
|
upload_protocol?: string;
|
|
1820
1828
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -2178,6 +2186,8 @@ declare namespace gapi.client {
|
|
|
2178
2186
|
prettyPrint?: boolean;
|
|
2179
2187
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2180
2188
|
quotaUser?: string;
|
|
2189
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
2190
|
+
returnPartialSuccess?: boolean;
|
|
2181
2191
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2182
2192
|
upload_protocol?: string;
|
|
2183
2193
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -3067,6 +3077,8 @@ declare namespace gapi.client {
|
|
|
3067
3077
|
prettyPrint?: boolean;
|
|
3068
3078
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
3069
3079
|
quotaUser?: string;
|
|
3080
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
3081
|
+
returnPartialSuccess?: boolean;
|
|
3070
3082
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3071
3083
|
upload_protocol?: string;
|
|
3072
3084
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -4772,6 +4784,8 @@ declare namespace gapi.client {
|
|
|
4772
4784
|
prettyPrint?: boolean;
|
|
4773
4785
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
4774
4786
|
quotaUser?: string;
|
|
4787
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
4788
|
+
returnPartialSuccess?: boolean;
|
|
4775
4789
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4776
4790
|
upload_protocol?: string;
|
|
4777
4791
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -5096,6 +5110,8 @@ declare namespace gapi.client {
|
|
|
5096
5110
|
prettyPrint?: boolean;
|
|
5097
5111
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
5098
5112
|
quotaUser?: string;
|
|
5113
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
5114
|
+
returnPartialSuccess?: boolean;
|
|
5099
5115
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5100
5116
|
upload_protocol?: string;
|
|
5101
5117
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|