Google Cloud Container V1 Client - Class PubSub (1.9.1)

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.

Parameters
NameDescription
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;

Returns
TypeDescription
bool

setEnabled

Enable notifications for Pub/Sub.

Generated from protobuf field bool enabled = 1;

Parameter
NameDescription
var bool
Returns
TypeDescription
$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) = {

Returns
TypeDescription
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) = {

Parameter
NameDescription
var string
Returns
TypeDescription
$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;

Returns
TypeDescription
Google\Cloud\Container\V1\NotificationConfig\Filter|null

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;

Parameter
NameDescription
var Google\Cloud\Container\V1\NotificationConfig\Filter
Returns
TypeDescription
$this