Class SessionRequest.Types.RunInput
public sealed class SessionRequest.Types.RunInput : IMessage<SessionRequest.Types.RunInput>, IEquatable<SessionRequest.Types.RunInput>, IDeepCloneable<SessionRequest.Types.RunInput>, IBufferMessage, IMessage
- Inheritance
-
SessionRequest.Types.RunInput
- Implements
-
IBufferMessageIMessage
- Inherited Members
Constructors
RunInput()
public RunInput()
RunInput(RunInput)
public RunInput(SessionRequest.Types.RunInput other)
Parameters
otherSessionRequest.Types.RunInput
Fields
TextFieldNumber
Field number for the "text" field.
public const int TextFieldNumber = 1
Field Value
Properties
Descriptor
public static MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
Parser
public static MessageParser<SessionRequest.Types.RunInput> Parser { get; }
Property Value
- MessageParser<SessionRequest.Types.RunInput>
Text
public string Text { get; set; }
Property Value
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 SessionRequest.Types.RunInput Clone()
Returns
- SessionRequest.Types.RunInput
A deep clone of this object.
Equals(RunInput)
public bool Equals(SessionRequest.Types.RunInput other)
Parameters
otherSessionRequest.Types.RunInput
Returns
Equals(object)
public override bool Equals(object other)
Parameters
otherobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(CodedInputStream)
Merges the data from the specified coded input stream with the current message.
public void MergeFrom(CodedInputStream input)
Parameters
inputCodedInputStream
Remarks
See the user guide for precise merge semantics.
MergeFrom(RunInput)
Merges the given message into this one.
public void MergeFrom(SessionRequest.Types.RunInput other)
Parameters
otherSessionRequest.Types.RunInput
Remarks
See the user guide for precise merge semantics.
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
Writes the data to the given coded output stream.
public void WriteTo(CodedOutputStream output)
Parameters
outputCodedOutputStreamCoded output stream to write the data to. Must not be null.