Class: Google::Cloud::Eventarc::V1::UpdateChannelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::UpdateChannelRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/eventarc.rb
Overview
The request message for the UpdateChannel method.
Instance Attribute Summary collapse
-
#channel ⇒ ::Google::Cloud::Eventarc::V1::Channel
The channel to be updated.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The fields to be updated; only fields explicitly provided are updated.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#channel ⇒ ::Google::Cloud::Eventarc::V1::Channel
Returns The channel to be updated.
227 228 229 230 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 227 class UpdateChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The fields to be updated; only fields explicitly provided are updated. If no field mask is provided, all provided fields in the request are updated. To update all fields, provide a field mask of "*".
227 228 229 230 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 227 class UpdateChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. If set, validate the request and preview the review, but do not post it.
227 228 229 230 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 227 class UpdateChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |