Table of Contents

Class ScenarioGroup

Namespace
LiveKit.Proto
Assembly
LiveKit.AspNetCore.ServerSdk.Abstractions.dll
public sealed class ScenarioGroup : IMessage<ScenarioGroup>, IEquatable<ScenarioGroup>, IDeepCloneable<ScenarioGroup>, IBufferMessage, IMessage
Inheritance
ScenarioGroup
Implements
IMessage<ScenarioGroup>
IDeepCloneable<ScenarioGroup>
IBufferMessage
IMessage
Inherited Members

Constructors

ScenarioGroup()

public ScenarioGroup()

ScenarioGroup(ScenarioGroup)

public ScenarioGroup(ScenarioGroup other)

Parameters

other ScenarioGroup

Fields

CreatedAtFieldNumber

Field number for the "created_at" field.

public const int CreatedAtFieldNumber = 4

Field Value

int

IdFieldNumber

Field number for the "id" field.

public const int IdFieldNumber = 1

Field Value

int

LabelFieldNumber

Field number for the "label" field.

public const int LabelFieldNumber = 3

Field Value

int

ProjectIdFieldNumber

Field number for the "project_id" field.

public const int ProjectIdFieldNumber = 2

Field Value

int

ScenarioCountFieldNumber

Field number for the "scenario_count" field.

public const int ScenarioCountFieldNumber = 6

Field Value

int

ScenariosFieldNumber

Field number for the "scenarios" field.

public const int ScenariosFieldNumber = 5

Field Value

int

Properties

CreatedAt

public Timestamp CreatedAt { get; set; }

Property Value

Timestamp

Descriptor

public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

Id

public string Id { get; set; }

Property Value

string

Label

public string Label { get; set; }

Property Value

string

Parser

public static MessageParser<ScenarioGroup> Parser { get; }

Property Value

MessageParser<ScenarioGroup>

ProjectId

public string ProjectId { get; set; }

Property Value

string

ScenarioCount

public int ScenarioCount { get; set; }

Property Value

int

Scenarios

public RepeatedField<Scenario> Scenarios { get; }

Property Value

RepeatedField<Scenario>

Methods

CalculateSize()

Calculates the size of this message in Protocol Buffer wire format, in bytes.

public int CalculateSize()

Returns

int

The number of bytes required to write this message to a coded output stream.

Clone()

Creates a deep clone of this object.

public ScenarioGroup Clone()

Returns

ScenarioGroup

A deep clone of this object.

Equals(ScenarioGroup)

public bool Equals(ScenarioGroup other)

Parameters

other ScenarioGroup

Returns

bool

Equals(object)

public override bool Equals(object other)

Parameters

other object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

MergeFrom(CodedInputStream)

Merges the data from the specified coded input stream with the current message.

public void MergeFrom(CodedInputStream input)

Parameters

input CodedInputStream

Remarks

See the user guide for precise merge semantics.

MergeFrom(ScenarioGroup)

Merges the given message into this one.

public void MergeFrom(ScenarioGroup other)

Parameters

other ScenarioGroup

Remarks

See the user guide for precise merge semantics.

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

Writes the data to the given coded output stream.

public void WriteTo(CodedOutputStream output)

Parameters

output CodedOutputStream

Coded output stream to write the data to. Must not be null.