Class: Google::Cloud::PubSub::V1::GetTopicRequest
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::GetTopicRequest
- 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
-
#topic ⇒ ::String
Required.
Instance Attribute Details
#topic ⇒ ::String
Returns Required. The name of the topic to get.
Format is projects/{project}/topics/{topic}
.
462 463 464 465 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 462 class GetTopicRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |