Class: Google::Cloud::Video::LiveStream::V1::PreviewInputRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::PreviewInputRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/service.rb
Overview
Request message for "LivestreamService.PreviewInput"
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the input resource, in the form of:
projects/{project}/locations/{location}/inputs/{inputId}.
1010 1011 1012 1013 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 1010 class PreviewInputRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |