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
Namespace
Google \ Cloud \ Container \ V1 \ NotificationConfigMethods
__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 |
↳ 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.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setEnabled
Enable notifications for Pub/Sub.
| 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}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTopic
The desired Pub/Sub topic to which notifications will be
sent by GKE. Format is projects/{project}/topics/{topic}.
| 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
| Returns | |
|---|---|
| Type | Description |
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
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Container\V1\NotificationConfig\Filter
|
| Returns | |
|---|---|
| Type | Description |
$this |
|