Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedVideoReference

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

Instance Method Summary collapse

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

#formatArray<Fixnum>

Available transcode format. Value is defined in video/storage/proto/ content_header.proto Corresponds to the JSON property format

Returns:

  • (Array<Fixnum>)


2665
2666
2667
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2665

def format
  @format
end

#statusString

Transcode status Corresponds to the JSON property status

Returns:

  • (String)


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