Reference documentation and code samples for the Google Cloud Container V1 Client class PubSub.
Pub/Sub specific notification config.
Generated from protobuf message google.container.v1.NotificationConfig.PubSub
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ enabled
bool
Enable notifications for Pub/Sub.
↳ topic
string
The desired Pub/Sub topic to which notifications will be sent by GKE. Format is projects/{project}/topics/{topic}
.
↳ filter
Google\Cloud\Container\V1\NotificationConfig\Filter
Allows filtering to one or more specific event types. If no filter is specified, or if a filter is specified with no event types, all event types will be sent
getEnabled
Enable notifications for Pub/Sub.
bool
setEnabled
Enable notifications for Pub/Sub.
var
bool
$this
getTopic
The desired Pub/Sub topic to which notifications will be
sent by GKE. Format is projects/{project}/topics/{topic}
.
string
setTopic
The desired Pub/Sub topic to which notifications will be
sent by GKE. Format is projects/{project}/topics/{topic}
.
var
string
$this
getFilter
Allows filtering to one or more specific event types. If no filter is specified, or if a filter is specified with no event types, all event types will be sent
hasFilter
clearFilter
setFilter
Allows filtering to one or more specific event types. If no filter is specified, or if a filter is specified with no event types, all event types will be sent
$this