Package
@google-cloud/commonProperties
baseUrl
baseUrl?: string;
The base URL to make API requests to.
createMethod
createMethod?: Function;
The method which creates this object.
id
id?: string;
The identifier of the object. For example, the name of a Storage bucket or Pub/Sub topic.
methods
methods?: Methods;
A map of each method name that should be inherited.
parent
parent: ServiceObjectParent;
The parent service instance. For example, an instance of Storage if the object is Bucket.
pollIntervalMs
pollIntervalMs?: number;
For long running operations, how often should the client poll for completion.
projectId
projectId?: string;
Override of projectId, used to allow access to resources in another project. For example, a BigQuery dataset in another project to which the user has been granted permission.