Interface ServiceObjectConfig (5.0.1)

Package

@google-cloud/common

Properties

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.