Class: Google::Cloud::VisionAI::V1::GenerateStreamHlsTokenRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::GenerateStreamHlsTokenRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/streams_service.rb
Overview
Request message for getting the auth token to access the stream HLS contents.
Instance Attribute Summary collapse
-
#stream ⇒ ::String
Required.
Instance Attribute Details
#stream ⇒ ::String
Returns Required. The name of the stream.
328 329 330 331 |
# File 'proto_docs/google/cloud/visionai/v1/streams_service.rb', line 328 class GenerateStreamHlsTokenRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |