Class: Google::Cloud::Video::Stitcher::V1::GetVodStitchDetailRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::GetVodStitchDetailRequest
- 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.getVodStitchDetail.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the stitch detail in the specified VOD session, in
the form of
projects/{project}/locations/{location}/vodSessions/{vod_session_id}/vodStitchDetails/{id}
.
175 176 177 178 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 175 class GetVodStitchDetailRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |