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.



2614
2615
2616
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2614

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>)


2607
2608
2609
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2607

def format
  @format
end

#statusString

Transcode status Corresponds to the JSON property status

Returns:

  • (String)


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