Class: Google::Cloud::Video::LiveStream::V1::GetEventRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the event resource, in the form of: projects/{project}/locations/{location}/channels/{channelId}/events/{eventId}.

Returns:

  • (::String)

    Required. The name of the event resource, in the form of: projects/{project}/locations/{location}/channels/{channelId}/events/{eventId}.



574
575
576
577
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 574

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