Class: Google::Cloud::Video::LiveStream::V1::GetInputRequest

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.GetInput".

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the input resource, in the form of: projects/{project}/locations/{location}/inputs/{inputId}.

Returns:

  • (::String)

    Required. The name of the input resource, in the form of: projects/{project}/locations/{location}/inputs/{inputId}.



425
426
427
428
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 425

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