Class: Google::Cloud::Container::V1beta1::NotificationConfig::PubSub

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

Pub/Sub specific notification config.

Instance Attribute Summary collapse

Instance Attribute Details

#enabled::Boolean

Returns Enable notifications for Pub/Sub.

Returns:

  • (::Boolean)

    Enable notifications for Pub/Sub.



3691
3692
3693
3694
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3691

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}.

Returns:

  • (::String)

    The desired Pub/Sub topic to which notifications will be sent by GKE. Format is projects/{project}/topics/{topic}.



3691
3692
3693
3694
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3691

class PubSub
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end