Class: Google::Cloud::Video::Stitcher::V1::Slate

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/stitcher/v1/slates.rb

Overview

Slate object

Defined Under Namespace

Classes: GamSlate

Instance Attribute Summary collapse

Instance Attribute Details

#gam_slate::Google::Cloud::Video::Stitcher::V1::Slate::GamSlate

Returns gam_slate has all the GAM-related attributes of slates.

Returns:



37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# File 'proto_docs/google/cloud/video/stitcher/v1/slates.rb', line 37

class Slate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # GamSlate object has Google Ad Manager (GAM) related properties for the
  # slate.
  # @!attribute [rw] network_code
  #   @return [::String]
  #     Required. Ad Manager network code to associate with the live config.
  # @!attribute [r] gam_slate_id
  #   @return [::Integer]
  #     Output only. The identifier generated for the slate by GAM.
  class GamSlate
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#name::String (readonly)

Returns Output only. The name of the slate, in the form of projects/{project_number}/locations/{location}/slates/{id}.

Returns:

  • (::String)

    Output only. The name of the slate, in the form of projects/{project_number}/locations/{location}/slates/{id}.



37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# File 'proto_docs/google/cloud/video/stitcher/v1/slates.rb', line 37

class Slate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # GamSlate object has Google Ad Manager (GAM) related properties for the
  # slate.
  # @!attribute [rw] network_code
  #   @return [::String]
  #     Required. Ad Manager network code to associate with the live config.
  # @!attribute [r] gam_slate_id
  #   @return [::Integer]
  #     Output only. The identifier generated for the slate by GAM.
  class GamSlate
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#uri::String

Returns The URI to fetch the source content for the slate. This URI must return an MP4 video with at least one audio track.

Returns:

  • (::String)

    The URI to fetch the source content for the slate. This URI must return an MP4 video with at least one audio track.



37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# File 'proto_docs/google/cloud/video/stitcher/v1/slates.rb', line 37

class Slate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # GamSlate object has Google Ad Manager (GAM) related properties for the
  # slate.
  # @!attribute [rw] network_code
  #   @return [::String]
  #     Required. Ad Manager network code to associate with the live config.
  # @!attribute [r] gam_slate_id
  #   @return [::Integer]
  #     Output only. The identifier generated for the slate by GAM.
  class GamSlate
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end