Table of Contents

Class SimulationRun.Types.Create.Types.Request

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

Constructors

Request()

public Request()

Request(Request)

public Request(SimulationRun.Types.Create.Types.Request other)

Parameters

other SimulationRun.Types.Create.Types.Request

Fields

AgentDescriptionFieldNumber

Field number for the "agent_description" field.

public const int AgentDescriptionFieldNumber = 3

Field Value

int

AgentNameFieldNumber

Field number for the "agent_name" field.

public const int AgentNameFieldNumber = 2

Field Value

int

GroupIdFieldNumber

Field number for the "group_id" field.

public const int GroupIdFieldNumber = 5

Field Value

int

NumSimulationsFieldNumber

Field number for the "num_simulations" field.

public const int NumSimulationsFieldNumber = 4

Field Value

int

ProjectIdFieldNumber

Field number for the "project_id" field.

public const int ProjectIdFieldNumber = 1

Field Value

int

RegionFieldNumber

Field number for the "region" field.

public const int RegionFieldNumber = 6

Field Value

int

ScenariosFieldNumber

Field number for the "scenarios" field.

public const int ScenariosFieldNumber = 7

Field Value

int

Properties

AgentDescription

public string AgentDescription { get; set; }

Property Value

string

AgentName

public string AgentName { get; set; }

Property Value

string

Descriptor

public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

GroupId

public string GroupId { get; set; }

Property Value

string

HasGroupId

Gets whether the "group_id" field is set

public bool HasGroupId { get; }

Property Value

bool

NumSimulations

public int NumSimulations { get; set; }

Property Value

int

Parser

public static MessageParser<SimulationRun.Types.Create.Types.Request> Parser { get; }

Property Value

MessageParser<SimulationRun.Types.Create.Types.Request>

ProjectId

public string ProjectId { get; set; }

Property Value

string

Region

public string Region { get; set; }

Property Value

string

Scenarios

public SimulationRun.Types.Create.Types.Scenarios Scenarios { get; set; }

Property Value

SimulationRun.Types.Create.Types.Scenarios

SourceCase

public SimulationRun.Types.Create.Types.Request.SourceOneofCase SourceCase { get; }

Property Value

SimulationRun.Types.Create.Types.Request.SourceOneofCase

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.

ClearGroupId()

Clears the value of the oneof if it's currently set to "group_id"

public void ClearGroupId()

ClearSource()

public void ClearSource()

Clone()

Creates a deep clone of this object.

public SimulationRun.Types.Create.Types.Request Clone()

Returns

SimulationRun.Types.Create.Types.Request

A deep clone of this object.

Equals(Request)

public bool Equals(SimulationRun.Types.Create.Types.Request other)

Parameters

other SimulationRun.Types.Create.Types.Request

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(Request)

Merges the given message into this one.

public void MergeFrom(SimulationRun.Types.Create.Types.Request other)

Parameters

other SimulationRun.Types.Create.Types.Request

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.