Live Stream v1 API - Class GetEventRequest (1.5.0)

public sealed class GetEventRequest : IMessage<GetEventRequest>, IEquatable<GetEventRequest>, IDeepCloneable<GetEventRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Live Stream v1 API class GetEventRequest.

Request message for "LivestreamService.GetEvent".

Inheritance

object > GetEventRequest

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

GetEventRequest()

public GetEventRequest()

GetEventRequest(GetEventRequest)

public GetEventRequest(GetEventRequest other)
Parameter
NameDescription
otherGetEventRequest

Properties

EventName

public EventName EventName { get; set; }

EventName-typed view over the Name resource name property.

Property Value
TypeDescription
EventName

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string