@maxim_mazurok/gapi.client.storage-v1 0.0.20240813 → 0.0.20240823
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 +5 -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://storage.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240823
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -106,6 +106,8 @@ declare namespace gapi.client {
|
|
|
106
106
|
etag?: string;
|
|
107
107
|
/** The generation of this bucket. */
|
|
108
108
|
generation?: string;
|
|
109
|
+
/** The hard delete time of the bucket in RFC 3339 format. */
|
|
110
|
+
hardDeleteTime?: string;
|
|
109
111
|
/** The bucket's hierarchical namespace configuration. */
|
|
110
112
|
hierarchicalNamespace?: {
|
|
111
113
|
/** When set to true, hierarchical namespace is enabled for this bucket. */
|
|
@@ -246,6 +248,8 @@ declare namespace gapi.client {
|
|
|
246
248
|
/** The duration in seconds that soft-deleted objects in the bucket will be retained and cannot be permanently deleted. */
|
|
247
249
|
retentionDurationSeconds?: string;
|
|
248
250
|
};
|
|
251
|
+
/** The soft delete time of the bucket in RFC 3339 format. */
|
|
252
|
+
softDeleteTime?: string;
|
|
249
253
|
/** The bucket's default storage class, used whenever no storageClass is specified for a newly-created object. This defines how objects in the bucket are stored and determines the SLA and the cost of storage. Values include MULTI_REGIONAL, REGIONAL, STANDARD, NEARLINE, COLDLINE, ARCHIVE, and DURABLE_REDUCED_AVAILABILITY. If this value is not specified when the bucket is created, it will default to STANDARD. For more information, see [Storage Classes](https://cloud.google.com/storage/docs/storage-classes). */
|
|
250
254
|
storageClass?: string;
|
|
251
255
|
/** The creation time of the bucket in RFC 3339 format. */
|