Reference documentation and code samples for the Eventarc V1 API class Google::Cloud::Eventarc::V1::CreateChannelConnectionRequest.
The request message for the CreateChannelConnection method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#channel_connection
def channel_connection() -> ::Google::Cloud::Eventarc::V1::ChannelConnection
Returns
- (::Google::Cloud::Eventarc::V1::ChannelConnection) — Required. Channel connection to create.
#channel_connection=
def channel_connection=(value) -> ::Google::Cloud::Eventarc::V1::ChannelConnection
Parameter
- value (::Google::Cloud::Eventarc::V1::ChannelConnection) — Required. Channel connection to create.
Returns
- (::Google::Cloud::Eventarc::V1::ChannelConnection) — Required. Channel connection to create.
#channel_connection_id
def channel_connection_id() -> ::String
Returns
- (::String) — Required. The user-provided ID to be assigned to the channel connection.
#channel_connection_id=
def channel_connection_id=(value) -> ::String
Parameter
- value (::String) — 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.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The parent collection in which to add this channel connection.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The parent collection in which to add this channel connection.
Returns
- (::String) — Required. The parent collection in which to add this channel connection.