Class: Google::Cloud::Eventarc::V1::CreateMessageBusRequest

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 CreateMessageBus method.

Instance Attribute Summary collapse

Instance Attribute Details

#message_bus::Google::Cloud::Eventarc::V1::MessageBus

Returns Required. The message bus to create.

Returns:



501
502
503
504
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 501

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

#message_bus_id::String

Returns Required. The user-provided ID to be assigned to the MessageBus. It should match the format (^a-z?$).

Returns:

  • (::String)

    Required. The user-provided ID to be assigned to the MessageBus. It should match the format (^a-z?$)



501
502
503
504
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 501

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

#parent::String

Returns Required. The parent collection in which to add this message bus.

Returns:

  • (::String)

    Required. The parent collection in which to add this message bus.



501
502
503
504
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 501

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

#validate_only::Boolean

Returns Optional. If set, validate the request and preview the review, but do not post it.

Returns:

  • (::Boolean)

    Optional. If set, validate the request and preview the review, but do not post it.



501
502
503
504
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 501

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