Class: Google::Cloud::Video::Stitcher::V1::GetVodConfigRequest

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

Overview

Request message for VideoStitcherService.getVodConfig.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the VOD config to be retrieved, in the form of projects/{project_number}/locations/{location}/vodConfigs/{id}.

Returns:

  • (::String)

    Required. The name of the VOD config to be retrieved, in the form of projects/{project_number}/locations/{location}/vodConfigs/{id}.



568
569
570
571
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 568

class GetVodConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end