Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedVideoReference
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::AppsDynamiteSharedVideoReference
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
Reference to a transcoded video attachment.
Instance Attribute Summary collapse
-
#format ⇒ Array<Fixnum>
Available transcode format.
-
#status ⇒ String
Transcode status Corresponds to the JSON property
status
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppsDynamiteSharedVideoReference
constructor
A new instance of AppsDynamiteSharedVideoReference.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppsDynamiteSharedVideoReference
Returns a new instance of AppsDynamiteSharedVideoReference.
2672 2673 2674 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2672 def initialize(**args) update!(**args) end |
Instance Attribute Details
#format ⇒ Array<Fixnum>
Available transcode format. Value is defined in video/storage/proto/
content_header.proto
Corresponds to the JSON property format
2665 2666 2667 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2665 def format @format end |
#status ⇒ String
Transcode status
Corresponds to the JSON property status
2670 2671 2672 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2670 def status @status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2677 2678 2679 2680 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2677 def update!(**args) @format = args[:format] if args.key?(:format) @status = args[:status] if args.key?(:status) end |