/var/www/greso.tech/server/nsm/node_modules/@google-cloud/storage/build/src
NameSizeModeActions
nodejs-common/-0755rm
acl.d.ts52290644editdlrm
acl.js265540644editdlrm
bucket.d.ts275340644editdlrm
bucket.js1382000644editdlrm
channel.d.ts9900644editdlrm
channel.js33070644editdlrm
crc32c.d.ts114360644editdlrm
crc32c.js122100644editdlrm
file.d.ts350500644editdlrm
file.js1307040644editdlrm
hash-stream-validator.d.ts15480644editdlrm
hash-stream-validator.js56130644editdlrm
hmacKey.d.ts34390644editdlrm
hmacKey.js132120644editdlrm
iam.d.ts41380644editdlrm
iam.js117630644editdlrm
index.d.ts56540644editdlrm
index.js28750644editdlrm
notification.d.ts38360644editdlrm
notification.js116320644editdlrm
resumable-upload.d.ts90650644editdlrm
resumable-upload.js321300644editdlrm
signer.d.ts31500644editdlrm
signer.js121080644editdlrm
storage.d.ts263100644editdlrm
storage.js452200644editdlrm
transfer-manager.d.ts76510644editdlrm
transfer-manager.js132750644editdlrm
util.d.ts30480644editdlrm
util.js72070644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/@google-cloud/storage/build/src/index.d.ts (5654B)
/** * The `@google-cloud/storage` package has a single named export which is the * {@link Storage} (ES6) class, which should be instantiated with `new`. * * See {@link Storage} and {@link ClientConfig} for client methods and * configuration options. * * @module {Storage} @google-cloud/storage * @alias nodejs-storage * * @example * Install the client library with npm: * ``` * npm install --save @google-cloud/storage * ``` * * @example * Import the client library * ``` * const {Storage} = require('@google-cloud/storage'); * ``` * * @example * Create a client that uses Application * Default Credentials (ADC): * ``` * const storage = new Storage(); * ``` * * @example * Create a client with explicit * credentials: * ``` * const storage = new Storage({ projectId: * 'your-project-id', keyFilename: '/path/to/keyfile.json' * }); * ``` * * @example include:samples/quickstart.js * region_tag:storage_quickstart * Full quickstart example: */ export { AccessControlObject, AclOptions, AddAclCallback, AddAclOptions, AddAclResponse, GetAclCallback, GetAclOptions, GetAclResponse, RemoveAclCallback, RemoveAclOptions, RemoveAclResponse, UpdateAclCallback, UpdateAclOptions, UpdateAclResponse, } from './acl'; export { Bucket, BucketExistsCallback, BucketExistsOptions, BucketExistsResponse, BucketLockCallback, BucketLockResponse, CombineCallback, CombineOptions, CombineResponse, CreateChannelCallback, CreateChannelConfig, CreateChannelOptions, CreateChannelResponse, CreateNotificationCallback, CreateNotificationOptions, CreateNotificationResponse, DeleteBucketCallback, DeleteBucketOptions, DeleteBucketResponse, DeleteFilesCallback, DeleteFilesOptions, DeleteLabelsCallback, DeleteLabelsResponse, DisableRequesterPaysCallback, DisableRequesterPaysResponse, EnableRequesterPaysCallback, EnableRequesterPaysResponse, GetBucketCallback, GetBucketMetadataCallback, GetBucketMetadataOptions, GetBucketMetadataResponse, GetBucketOptions, GetBucketResponse, GetBucketSignedUrlConfig, GetFilesCallback, GetFilesOptions, GetFilesResponse, GetLabelsCallback, GetLabelsOptions, GetLabelsResponse, GetNotificationsCallback, GetNotificationsOptions, GetNotificationsResponse, Labels, MakeBucketPrivateCallback, MakeBucketPrivateOptions, MakeBucketPrivateResponse, MakeBucketPublicCallback, MakeBucketPublicOptions, MakeBucketPublicResponse, SetBucketMetadataCallback, SetBucketMetadataOptions, SetBucketMetadataResponse, SetBucketStorageClassCallback, SetBucketStorageClassOptions, SetLabelsCallback, SetLabelsOptions, SetLabelsResponse, UploadCallback, UploadOptions, UploadResponse, } from './bucket'; export * from './crc32c'; export { Channel, StopCallback } from './channel'; export { CopyCallback, CopyOptions, CopyResponse, CreateReadStreamOptions, CreateResumableUploadCallback, CreateResumableUploadOptions, CreateResumableUploadResponse, CreateWriteStreamOptions, DeleteFileCallback, DeleteFileOptions, DeleteFileResponse, DownloadCallback, DownloadOptions, DownloadResponse, EncryptionKeyOptions, File, FileExistsCallback, FileExistsOptions, FileExistsResponse, FileOptions, GetExpirationDateCallback, GetExpirationDateResponse, GetFileCallback, GetFileMetadataCallback, GetFileMetadataOptions, GetFileMetadataResponse, GetFileOptions, GetFileResponse, GenerateSignedPostPolicyV2Callback, GenerateSignedPostPolicyV2Options, GenerateSignedPostPolicyV2Response, GenerateSignedPostPolicyV4Callback, GenerateSignedPostPolicyV4Options, GenerateSignedPostPolicyV4Response, GetSignedUrlConfig, MakeFilePrivateCallback, MakeFilePrivateOptions, MakeFilePrivateResponse, MakeFilePublicCallback, MakeFilePublicResponse, MoveCallback, MoveOptions, MoveResponse, PolicyDocument, PolicyFields, PredefinedAcl, RotateEncryptionKeyCallback, RotateEncryptionKeyOptions, RotateEncryptionKeyResponse, SaveCallback, SaveOptions, SetFileMetadataCallback, SetFileMetadataOptions, SetFileMetadataResponse, SetStorageClassCallback, SetStorageClassOptions, SetStorageClassResponse, SignedPostPolicyV4Output, } from './file'; export * from './hash-stream-validator'; export { HmacKey, HmacKeyMetadata, HmacKeyMetadataCallback, HmacKeyMetadataResponse, SetHmacKeyMetadata, SetHmacKeyMetadataOptions, } from './hmacKey'; export { GetPolicyCallback, GetPolicyOptions, GetPolicyResponse, Iam, Policy, SetPolicyCallback, SetPolicyOptions, SetPolicyResponse, TestIamPermissionsCallback, TestIamPermissionsOptions, TestIamPermissionsResponse, } from './iam'; export { DeleteNotificationCallback, DeleteNotificationOptions, GetNotificationCallback, GetNotificationMetadataCallback, GetNotificationMetadataOptions, GetNotificationMetadataResponse, GetNotificationOptions, GetNotificationResponse, Notification, } from './notification'; export { BucketCallback, BucketOptions, CreateBucketQuery, CreateBucketRequest, CreateBucketResponse, CreateHmacKeyCallback, CreateHmacKeyOptions, CreateHmacKeyResponse, GetBucketsCallback, GetBucketsRequest, GetBucketsResponse, GetHmacKeysCallback, GetHmacKeysOptions, GetHmacKeysResponse, GetServiceAccountCallback, GetServiceAccountOptions, GetServiceAccountResponse, HmacKeyResourceResponse, IdempotencyStrategy, PreconditionOptions, ServiceAccount, Storage, StorageOptions, } from './storage'; export { GetSignedUrlCallback, GetSignedUrlResponse } from './signer'; export * from './transfer-manager';