Class: Google::Cloud::Video::Stitcher::V1::GetLiveSessionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::GetLiveSessionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb
Overview
Request message for VideoStitcherService.getSession.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the live session, in the form of
projects/{project_number}/locations/{location}/liveSessions/{id}
.
379 380 381 382 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 379 class GetLiveSessionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |