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.
2614 2615 2616 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2614 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
2607 2608 2609 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2607 def format @format end |
#status ⇒ String
Transcode status
Corresponds to the JSON property status
2612 2613 2614 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2612 def status @status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2619 2620 2621 2622 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2619 def update!(**args) @format = args[:format] if args.key?(:format) @status = args[:status] if args.key?(:status) end |