Class: Google::Cloud::Eventarc::V1::CreateChannelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::CreateChannelRequest
- 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
-
#channel ⇒ ::Google::Cloud::Eventarc::V1::Channel
Required.
-
#channel_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
Required.
Instance Attribute Details
#channel ⇒ ::Google::Cloud::Eventarc::V1::Channel
Returns Required. The channel to create.
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.
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.
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.
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 |