@maxim_mazurok/gapi.client.storage-v1 0.2.20260621 → 0.2.20260625
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 +1 -87
- package/package.json +1 -1
- package/readme.md +0 -5
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: 20260625
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -4029,92 +4029,6 @@ declare namespace gapi.client {
|
|
|
4029
4029
|
},
|
|
4030
4030
|
body: Object,
|
|
4031
4031
|
): Request<Object>;
|
|
4032
|
-
/** Watch for changes on all objects in a bucket. */
|
|
4033
|
-
watchAll(request: {
|
|
4034
|
-
/** Data format for the response. */
|
|
4035
|
-
alt?: 'json' | 'media';
|
|
4036
|
-
/** Name of the bucket in which to look for objects. */
|
|
4037
|
-
bucket: string;
|
|
4038
|
-
/** Returns results in a directory-like mode. items will contain only objects whose names, aside from the prefix, do not contain delimiter. Objects whose names, aside from the prefix, contain delimiter will have their name, truncated after the delimiter, returned in prefixes. Duplicate prefixes are omitted. */
|
|
4039
|
-
delimiter?: string;
|
|
4040
|
-
/** Filter results to objects whose names are lexicographically before endOffset. If startOffset is also set, the objects listed will have names between startOffset (inclusive) and endOffset (exclusive). */
|
|
4041
|
-
endOffset?: string;
|
|
4042
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
4043
|
-
fields?: string;
|
|
4044
|
-
/** If true, objects that end in exactly one instance of delimiter will have their metadata included in items in addition to prefixes. */
|
|
4045
|
-
includeTrailingDelimiter?: boolean;
|
|
4046
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
4047
|
-
key?: string;
|
|
4048
|
-
/** Maximum number of items plus prefixes to return in a single page of responses. As duplicate prefixes are omitted, fewer total results may be returned than requested. The service will use this parameter or 1,000 items, whichever is smaller. */
|
|
4049
|
-
maxResults?: number;
|
|
4050
|
-
/** OAuth 2.0 token for the current user. */
|
|
4051
|
-
oauth_token?: string;
|
|
4052
|
-
/** A previously-returned page token representing part of the larger set of results to view. */
|
|
4053
|
-
pageToken?: string;
|
|
4054
|
-
/** Filter results to objects whose names begin with this prefix. */
|
|
4055
|
-
prefix?: string;
|
|
4056
|
-
/** Returns response with indentations and line breaks. */
|
|
4057
|
-
prettyPrint?: boolean;
|
|
4058
|
-
/** Set of properties to return. Defaults to noAcl. */
|
|
4059
|
-
projection?: 'full' | 'noAcl';
|
|
4060
|
-
/** An opaque string that represents a user for quota purposes. Must not exceed 40 characters. */
|
|
4061
|
-
quotaUser?: string;
|
|
4062
|
-
/** Filter results to objects whose names are lexicographically equal to or after startOffset. If endOffset is also set, the objects listed will have names between startOffset (inclusive) and endOffset (exclusive). */
|
|
4063
|
-
startOffset?: string;
|
|
4064
|
-
/** Upload protocol for media (e.g. "media", "multipart", "resumable"). */
|
|
4065
|
-
uploadType?: string;
|
|
4066
|
-
/** Deprecated. Please use quotaUser instead. */
|
|
4067
|
-
userIp?: string;
|
|
4068
|
-
/** The project to be billed for this request. Required for Requester Pays buckets. */
|
|
4069
|
-
userProject?: string;
|
|
4070
|
-
/** If true, lists all versions of an object as distinct results. The default is false. For more information, see [Object Versioning](https://cloud.google.com/storage/docs/object-versioning). */
|
|
4071
|
-
versions?: boolean;
|
|
4072
|
-
/** Request body */
|
|
4073
|
-
resource: Channel;
|
|
4074
|
-
}): Request<Channel>;
|
|
4075
|
-
watchAll(
|
|
4076
|
-
request: {
|
|
4077
|
-
/** Data format for the response. */
|
|
4078
|
-
alt?: 'json' | 'media';
|
|
4079
|
-
/** Name of the bucket in which to look for objects. */
|
|
4080
|
-
bucket: string;
|
|
4081
|
-
/** Returns results in a directory-like mode. items will contain only objects whose names, aside from the prefix, do not contain delimiter. Objects whose names, aside from the prefix, contain delimiter will have their name, truncated after the delimiter, returned in prefixes. Duplicate prefixes are omitted. */
|
|
4082
|
-
delimiter?: string;
|
|
4083
|
-
/** Filter results to objects whose names are lexicographically before endOffset. If startOffset is also set, the objects listed will have names between startOffset (inclusive) and endOffset (exclusive). */
|
|
4084
|
-
endOffset?: string;
|
|
4085
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
4086
|
-
fields?: string;
|
|
4087
|
-
/** If true, objects that end in exactly one instance of delimiter will have their metadata included in items in addition to prefixes. */
|
|
4088
|
-
includeTrailingDelimiter?: boolean;
|
|
4089
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
4090
|
-
key?: string;
|
|
4091
|
-
/** Maximum number of items plus prefixes to return in a single page of responses. As duplicate prefixes are omitted, fewer total results may be returned than requested. The service will use this parameter or 1,000 items, whichever is smaller. */
|
|
4092
|
-
maxResults?: number;
|
|
4093
|
-
/** OAuth 2.0 token for the current user. */
|
|
4094
|
-
oauth_token?: string;
|
|
4095
|
-
/** A previously-returned page token representing part of the larger set of results to view. */
|
|
4096
|
-
pageToken?: string;
|
|
4097
|
-
/** Filter results to objects whose names begin with this prefix. */
|
|
4098
|
-
prefix?: string;
|
|
4099
|
-
/** Returns response with indentations and line breaks. */
|
|
4100
|
-
prettyPrint?: boolean;
|
|
4101
|
-
/** Set of properties to return. Defaults to noAcl. */
|
|
4102
|
-
projection?: 'full' | 'noAcl';
|
|
4103
|
-
/** An opaque string that represents a user for quota purposes. Must not exceed 40 characters. */
|
|
4104
|
-
quotaUser?: string;
|
|
4105
|
-
/** Filter results to objects whose names are lexicographically equal to or after startOffset. If endOffset is also set, the objects listed will have names between startOffset (inclusive) and endOffset (exclusive). */
|
|
4106
|
-
startOffset?: string;
|
|
4107
|
-
/** Upload protocol for media (e.g. "media", "multipart", "resumable"). */
|
|
4108
|
-
uploadType?: string;
|
|
4109
|
-
/** Deprecated. Please use quotaUser instead. */
|
|
4110
|
-
userIp?: string;
|
|
4111
|
-
/** The project to be billed for this request. Required for Requester Pays buckets. */
|
|
4112
|
-
userProject?: string;
|
|
4113
|
-
/** If true, lists all versions of an object as distinct results. The default is false. For more information, see [Object Versioning](https://cloud.google.com/storage/docs/object-versioning). */
|
|
4114
|
-
versions?: boolean;
|
|
4115
|
-
},
|
|
4116
|
-
body: Channel,
|
|
4117
|
-
): Request<Channel>;
|
|
4118
4032
|
}
|
|
4119
4033
|
interface OperationsResource {
|
|
4120
4034
|
/** Starts asynchronous advancement of the relocate bucket operation in the case of required write downtime, to allow it to lock the bucket at the source location, and proceed with the bucket location swap. The server makes a best effort to advance the relocate bucket operation, but success is not guaranteed. */
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -580,11 +580,6 @@ Updates an object's metadata.
|
|
|
580
580
|
*/
|
|
581
581
|
await gapi.client.storage.objects.update({bucket: 'bucket', object: 'object'});
|
|
582
582
|
|
|
583
|
-
/*
|
|
584
|
-
Watch for changes on all objects in a bucket.
|
|
585
|
-
*/
|
|
586
|
-
await gapi.client.storage.objects.watchAll({bucket: 'bucket'});
|
|
587
|
-
|
|
588
583
|
/*
|
|
589
584
|
Starts asynchronous advancement of the relocate bucket operation in the case of required write downtime, to allow it to lock the bucket at the source location, and proceed with the bucket location swap. The server makes a best effort to advance the relocate bucket operation, but success is not guaranteed.
|
|
590
585
|
*/
|