Class: Google::Cloud::VisionAI::V1::GenerateHlsUriRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Boolean)

    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}.

Returns:

  • (::String)

    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.

Returns:



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