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.
Generated from protobuf field bool enabled = 1;
bool
setEnabled
Enable notifications for Pub/Sub.
Generated from protobuf field bool enabled = 1;
var
bool
$this
getTopic
The desired Pub/Sub topic to which notifications will be
sent by GKE. Format is projects/{project}/topics/{topic}
.
Generated from protobuf field string topic = 2 [(.google.api.resource_reference) = {
string
setTopic
The desired Pub/Sub topic to which notifications will be
sent by GKE. Format is projects/{project}/topics/{topic}
.
Generated from protobuf field string topic = 2 [(.google.api.resource_reference) = {
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
Generated from protobuf field .google.container.v1.NotificationConfig.Filter filter = 3;
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
Generated from protobuf field .google.container.v1.NotificationConfig.Filter filter = 3;
$this

