Class: Google::Cloud::Eventarc::V1::GetMessageBusRequest

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

Overview

The request message for the GetMessageBus method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the message bus to get.

Returns:

  • (::String)

    Required. The name of the message bus to get.



397
398
399
400
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 397

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