Class: Google::Cloud::PubSub::V1::GetTopicRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/pubsub/v1/pubsub.rb

Overview

Request for the GetTopic method.

Instance Attribute Summary collapse

Instance Attribute Details

#topic::String

Returns Required. The name of the topic to get. Format is projects/{project}/topics/{topic}.

Returns:

  • (::String)

    Required. The name of the topic to get. Format is projects/{project}/topics/{topic}.



162
163
164
165
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 162

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