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
Name
Description
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
Type
Description
bool

setEnabled

Enable notifications for Pub/Sub.

Generated from protobuf field bool enabled = 1;

Parameter
Name
Description
var
bool
Returns
Type
Description
$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
Type
Description
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
Name
Description
var
string
Returns
Type
Description
$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;

Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: