Class: Google::Cloud::Video::LiveStream::V1::GetChannelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::GetChannelRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/service.rb
Overview
Request message for "LivestreamService.GetChannel".
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the channel resource, in the form of:
projects/{project}/locations/{location}/channels/{channelId}
.
212 213 214 215 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 212 class GetChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |