Package
@google-cloud/commonProperties
baseUrl
baseUrl
?:
string
;
The base URL to make API requests to.
| Type | Description |
|---|---|
| string |
createMethod
createMethod
?:
Function
;
The method which creates this object.
| Type | Description |
|---|---|
| Function |
id
id
?:
string
;
The identifier of the object. For example, the name of a Storage bucket or Pub/Sub topic.
| Type | Description |
|---|---|
| string |
methods
methods
?:
Methods
;
A map of each method name that should be inherited.
| Type | Description |
|---|---|
| Methods |
parent
parent
:
ServiceObjectParent
;
The parent service instance. For example, an instance of Storage if the object is Bucket.
| Type | Description |
|---|---|
| ServiceObjectParent |
pollIntervalMs
pollIntervalMs
?:
number
;
For long running operations, how often should the client poll for completion.
| Type | Description |
|---|---|
| number |

