Class: Google::Cloud::Eventarc::V1::CreateChannelConnectionRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#channel_connection::Google::Cloud::Eventarc::V1::ChannelConnection

Returns Required. Channel connection to create.

Returns:



356
357
358
359
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 356

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

#channel_connection_id::String

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

Returns:

  • (::String)

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



356
357
358
359
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 356

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

#parent::String

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

Returns:

  • (::String)

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



356
357
358
359
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 356

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