Class: Google::Cloud::Container::V1::NotificationConfig::PubSub

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#enabled::Boolean

Returns Enable notifications for Pub/Sub.

Returns:

  • (::Boolean)

    Enable notifications for Pub/Sub.



4318
4319
4320
4321
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4318

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.

Returns:



4318
4319
4320
4321
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4318

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



4318
4319
4320
4321
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4318

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