Interface StorageOptions (5.14.8)

Inheritance

ServiceOptions > StorageOptions

Package

@google-cloud/storage!

Properties

apiEndpoint

apiEndpoint?: string;

The API endpoint of the service used to make requests. Defaults to storage.googleapis.com.

Property Value
TypeDescription
string

promise

promise?: typeof Promise;

**This option is deprecated.** Remove in next major release.

Property Value
TypeDescription
typeof Promise

retryOptions

retryOptions?: RetryOptions;
Property Value
TypeDescription
RetryOptions