Class: Google::Cloud::Eventarc::V1::DeleteMessageBusRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#allow_missing::Boolean

Returns Optional. If set to true, and the MessageBus is not found, the request will succeed but no action will be taken on the server.

Returns:

  • (::Boolean)

    Optional. If set to true, and the MessageBus is not found, the request will succeed but no action will be taken on the server.



544
545
546
547
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 544

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

#etag::String

Returns Optional. If provided, the MessageBus will only be deleted if the etag matches the current etag on the resource.

Returns:

  • (::String)

    Optional. If provided, the MessageBus will only be deleted if the etag matches the current etag on the resource.



544
545
546
547
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 544

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

#name::String

Returns Required. The name of the MessageBus to be deleted.

Returns:

  • (::String)

    Required. The name of the MessageBus to be deleted.



544
545
546
547
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 544

class DeleteMessageBusRequest
  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.



544
545
546
547
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 544

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