Class: Google::Cloud::Video::LiveStream::V1::DeleteChannelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::DeleteChannelRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/service.rb
Overview
Request message for "LivestreamService.DeleteChannel".
Instance Attribute Summary collapse
-
#force ⇒ ::Boolean
If the
forcefield is set to the default value offalse, you must delete all of a channel's events before you can delete the channel itself. -
#name ⇒ ::String
Required.
-
#request_id ⇒ ::String
A request ID to identify requests.
Instance Attribute Details
#force ⇒ ::Boolean
243 244 245 246 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 243 class DeleteChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
243 244 245 246 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 243 class DeleteChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
243 244 245 246 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 243 class DeleteChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |