Class Google::Cloud::Container::V1beta1::NotificationConfig::PubSub (v0.8.3)

Pub/Sub specific notification config.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#enabled

def enabled() -> ::Boolean
Returns
  • (::Boolean) — Enable notifications for Pub/Sub.

#enabled=

def enabled=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Enable notifications for Pub/Sub.
Returns
  • (::Boolean) — Enable notifications for Pub/Sub.

#topic

def topic() -> ::String
Returns
  • (::String) — The desired Pub/Sub topic to which notifications will be sent by GKE. Format is projects/{project}/topics/{topic}.

#topic=

def topic=(value) -> ::String
Parameter
  • value (::String) — The desired Pub/Sub topic to which notifications will be sent by GKE. Format is projects/{project}/topics/{topic}.
Returns
  • (::String) — The desired Pub/Sub topic to which notifications will be sent by GKE. Format is projects/{project}/topics/{topic}.