Class: GCPPubSubParameters
Extends
ServiceParameters
Constructors
new GCPPubSubParameters(params)
new GCPPubSubParameters(
params
):GCPPubSubParameters
Copy all parameters into the object by default
Parameters
• params: any
from webda.config.json
Returns
Inherited from
ServiceParameters.constructor
Source
core/lib/services/service.d.ts:110
Properties
openapi?
openapi?:
OpenAPIWebdaDefinition
OpenAPI override
Schema Ignore
Inherited from
ServiceParameters.openapi
Source
core/lib/services/service.d.ts:104
subscriptionOptions?
subscriptionOptions?:
CreateSubscriptionOptions
Subscription options to pass to GCP
Source
topic
topic:
string
Topic to use on GCP
Source
type
type:
string
Type of the service
Inherited from
ServiceParameters.type
Source
core/lib/services/service.d.ts:95
url?
url?:
string
URL on which to serve the content
Inherited from
ServiceParameters.url
Source
core/lib/services/service.d.ts:99