Class: Google::Cloud::Container::V1::NotificationConfig::PubSub
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::NotificationConfig::PubSub
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Pub/Sub specific notification config.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Enable notifications for Pub/Sub.
-
#filter ⇒ ::Google::Cloud::Container::V1::NotificationConfig::Filter
Allows filtering to one or more specific event types.
-
#topic ⇒ ::String
The desired Pub/Sub topic to which notifications will be sent by GKE.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Enable notifications for Pub/Sub.
5024 5025 5026 5027 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5024 class PubSub include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#filter ⇒ ::Google::Cloud::Container::V1::NotificationConfig::Filter
Returns 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.
5024 5025 5026 5027 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5024 class PubSub include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#topic ⇒ ::String
Returns The desired Pub/Sub topic to which notifications will be
sent by GKE. Format is projects/{project}/topics/{topic}
.
5024 5025 5026 5027 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5024 class PubSub include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |