Class: Google::Cloud::VisionAI::V1::GenerateHlsUriRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::GenerateHlsUriRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Request message for GenerateHlsUri API.
Instance Attribute Summary collapse
-
#live_view_enabled ⇒ ::Boolean
Option to exclusively show a livestream of the asset with up to 3 minutes of backlog data.
-
#name ⇒ ::String
Required.
-
#temporal_partitions ⇒ ::Array<::Google::Cloud::VisionAI::V1::Partition::TemporalPartition>
The time range to request clips for.
Instance Attribute Details
#live_view_enabled ⇒ ::Boolean
Returns Option to exclusively show a livestream of the asset with up to 3 minutes of backlog data.
2588 2589 2590 2591 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2588 class GenerateHlsUriRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The resource name of the asset to request clips for.
Format:
projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/assets/{asset_id}
.
2588 2589 2590 2591 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2588 class GenerateHlsUriRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#temporal_partitions ⇒ ::Array<::Google::Cloud::VisionAI::V1::Partition::TemporalPartition>
Returns The time range to request clips for. Will be ignored if get_live_view
is
set to True. The total time range requested should be smaller than 24h.
2588 2589 2590 2591 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2588 class GenerateHlsUriRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |