Class: Google::Cloud::Eventarc::V1::CreateChannelRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#channel::Google::Cloud::Eventarc::V1::Channel

Returns Required. The channel to create.

Returns:



209
210
211
212
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 209

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

#channel_id::String

Returns Required. The user-provided ID to be assigned to the channel.

Returns:

  • (::String)

    Required. The user-provided ID to be assigned to the channel.



209
210
211
212
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 209

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

#parent::String

Returns Required. The parent collection in which to add this channel.

Returns:

  • (::String)

    Required. The parent collection in which to add this channel.



209
210
211
212
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 209

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

#validate_only::Boolean

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

Returns:

  • (::Boolean)

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



209
210
211
212
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 209

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