Class: Google::Cloud::Eventarc::V1::CreateChannelConnectionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::CreateChannelConnectionRequest
- 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
-
#channel_connection ⇒ ::Google::Cloud::Eventarc::V1::ChannelConnection
Required.
-
#channel_connection_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#channel_connection ⇒ ::Google::Cloud::Eventarc::V1::ChannelConnection
Returns Required. Channel connection to create.
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.
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.
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 |