Live Stream v1 API - Class EventName (1.0.0)

public sealed class EventName : IResourceName, IEquatable<EventName>

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

Resource name for the Event resource.

Inheritance

Object > EventName

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

EventName(String, String, String, String)

public EventName(string projectId, string locationId, string channelId, string eventId)

Constructs a new instance of a EventName class from the component parts of pattern projects/{project}/locations/{location}/channels/{channel}/events/{event}

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

locationIdString

The Location ID. Must not be null or empty.

channelIdString

The Channel ID. Must not be null or empty.

eventIdString

The Event ID. Must not be null or empty.

Properties

ChannelId

public string ChannelId { get; }

The Channel ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
String

EventId

public string EventId { get; }

The Event ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
String

IsKnownPattern

public bool IsKnownPattern { get; }

Whether this instance contains a resource name with a known pattern.

Property Value
TypeDescription
Boolean

LocationId

public string LocationId { get; }

The Location ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
String

ProjectId

public string ProjectId { get; }

The Project ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
String

Type

public EventName.ResourceNameType Type { get; }

The EventName.ResourceNameType of the contained resource name.

Property Value
TypeDescription
EventName.ResourceNameType

UnparsedResource

public UnparsedResourceName UnparsedResource { get; }

The contained UnparsedResourceName. Only non-null if this instance contains an unparsed resource name.

Property Value
TypeDescription
UnparsedResourceName

Methods

Format(String, String, String, String)

public static string Format(string projectId, string locationId, string channelId, string eventId)

Formats the IDs into the string representation of this EventName with pattern projects/{project}/locations/{location}/channels/{channel}/events/{event}.

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

locationIdString

The Location ID. Must not be null or empty.

channelIdString

The Channel ID. Must not be null or empty.

eventIdString

The Event ID. Must not be null or empty.

Returns
TypeDescription
String

The string representation of this EventName with pattern projects/{project}/locations/{location}/channels/{channel}/events/{event}.

FormatProjectLocationChannelEvent(String, String, String, String)

public static string FormatProjectLocationChannelEvent(string projectId, string locationId, string channelId, string eventId)

Formats the IDs into the string representation of this EventName with pattern projects/{project}/locations/{location}/channels/{channel}/events/{event}.

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

locationIdString

The Location ID. Must not be null or empty.

channelIdString

The Channel ID. Must not be null or empty.

eventIdString

The Event ID. Must not be null or empty.

Returns
TypeDescription
String

The string representation of this EventName with pattern projects/{project}/locations/{location}/channels/{channel}/events/{event}.

FromProjectLocationChannelEvent(String, String, String, String)

public static EventName FromProjectLocationChannelEvent(string projectId, string locationId, string channelId, string eventId)

Creates a EventName with the pattern projects/{project}/locations/{location}/channels/{channel}/events/{event}.

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

locationIdString

The Location ID. Must not be null or empty.

channelIdString

The Channel ID. Must not be null or empty.

eventIdString

The Event ID. Must not be null or empty.

Returns
TypeDescription
EventName

A new instance of EventName constructed from the provided ids.

FromUnparsed(UnparsedResourceName)

public static EventName FromUnparsed(UnparsedResourceName unparsedResourceName)

Creates a EventName containing an unparsed resource name.

Parameter
NameDescription
unparsedResourceNameUnparsedResourceName

The unparsed resource name. Must not be null.

Returns
TypeDescription
EventName

A new instance of EventName containing the provided unparsedResourceName.

GetHashCode()

public override int GetHashCode()

Returns a hash code for this resource name.

Returns
TypeDescription
Int32
Overrides

Parse(String)

public static EventName Parse(string eventName)

Parses the given resource name string into a new EventName instance.

Parameter
NameDescription
eventNameString

The resource name in string form. Must not be null.

Returns
TypeDescription
EventName

The parsed EventName if successful.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/locations/{location}/channels/{channel}/events/{event}

Parse(String, Boolean)

public static EventName Parse(string eventName, bool allowUnparsed)

Parses the given resource name string into a new EventName instance; optionally allowing an unparseable resource name.

Parameters
NameDescription
eventNameString

The resource name in string form. Must not be null.

allowUnparsedBoolean

If true will successfully store an unparseable resource name into the UnparsedResource property; otherwise will throw an ArgumentException if an unparseable resource name is specified.

Returns
TypeDescription
EventName

The parsed EventName if successful.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/locations/{location}/channels/{channel}/events/{event}
Or may be in any format if allowUnparsed is true.

ToString()

public override string ToString()

The string representation of the resource name.

Returns
TypeDescription
String

The string representation of the resource name.

Overrides

TryParse(String, out EventName)

public static bool TryParse(string eventName, out EventName result)

Tries to parse the given resource name string into a new EventName instance.

Parameters
NameDescription
eventNameString

The resource name in string form. Must not be null.

resultEventName

When this method returns, the parsed EventName, or null if parsing failed.

Returns
TypeDescription
Boolean

true if the name was parsed successfully; false otherwise.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/locations/{location}/channels/{channel}/events/{event}

TryParse(String, Boolean, out EventName)

public static bool TryParse(string eventName, bool allowUnparsed, out EventName result)

Tries to parse the given resource name string into a new EventName instance; optionally allowing an unparseable resource name.

Parameters
NameDescription
eventNameString

The resource name in string form. Must not be null.

allowUnparsedBoolean

If true will successfully store an unparseable resource name into the UnparsedResource property; otherwise will throw an ArgumentException if an unparseable resource name is specified.

resultEventName

When this method returns, the parsed EventName, or null if parsing failed.

Returns
TypeDescription
Boolean

true if the name was parsed successfully; false otherwise.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/locations/{location}/channels/{channel}/events/{event}
Or may be in any format if allowUnparsed is true.

Operators

Equality(EventName, EventName)

public static bool operator ==(EventName a, EventName b)
Parameters
NameDescription
aEventName
bEventName
Returns
TypeDescription
Boolean

Inequality(EventName, EventName)

public static bool operator !=(EventName a, EventName b)
Parameters
NameDescription
aEventName
bEventName
Returns
TypeDescription
Boolean