Class: Google::Cloud::Video::LiveStream::V1::GetClipRequest

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

Overview

Request message for "LivestreamService.GetClip".

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the resource, in the following form: projects/{project}/locations/{location}/channels/{channel}/clips/{clip}.

Returns:

  • (::String)

    Required. Name of the resource, in the following form: projects/{project}/locations/{location}/channels/{channel}/clips/{clip}.



652
653
654
655
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 652

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