Class SessionRequest.Types.UpdateIO.Types.Output
public sealed class SessionRequest.Types.UpdateIO.Types.Output : IMessage<SessionRequest.Types.UpdateIO.Types.Output>, IEquatable<SessionRequest.Types.UpdateIO.Types.Output>, IDeepCloneable<SessionRequest.Types.UpdateIO.Types.Output>, IBufferMessage, IMessage
- Inheritance
-
SessionRequest.Types.UpdateIO.Types.Output
- Implements
-
IBufferMessageIMessage
- Inherited Members
Constructors
Output()
public Output()
Output(Output)
public Output(SessionRequest.Types.UpdateIO.Types.Output other)
Parameters
otherSessionRequest.Types.UpdateIO.Types.Output
Fields
AudioEnabledFieldNumber
Field number for the "audio_enabled" field.
public const int AudioEnabledFieldNumber = 1
Field Value
TranscriptionEnabledFieldNumber
Field number for the "transcription_enabled" field.
public const int TranscriptionEnabledFieldNumber = 3
Field Value
VideoEnabledFieldNumber
Field number for the "video_enabled" field.
public const int VideoEnabledFieldNumber = 2
Field Value
Properties
AudioEnabled
public bool AudioEnabled { get; set; }
Property Value
Descriptor
public static MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasAudioEnabled
Gets whether the "audio_enabled" field is set
public bool HasAudioEnabled { get; }
Property Value
HasTranscriptionEnabled
Gets whether the "transcription_enabled" field is set
public bool HasTranscriptionEnabled { get; }
Property Value
HasVideoEnabled
Gets whether the "video_enabled" field is set
public bool HasVideoEnabled { get; }
Property Value
Parser
public static MessageParser<SessionRequest.Types.UpdateIO.Types.Output> Parser { get; }
Property Value
- MessageParser<SessionRequest.Types.UpdateIO.Types.Output>
TranscriptionEnabled
public bool TranscriptionEnabled { get; set; }
Property Value
VideoEnabled
public bool VideoEnabled { 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.
ClearAudioEnabled()
Clears the value of the "audio_enabled" field
public void ClearAudioEnabled()
ClearTranscriptionEnabled()
Clears the value of the "transcription_enabled" field
public void ClearTranscriptionEnabled()
ClearVideoEnabled()
Clears the value of the "video_enabled" field
public void ClearVideoEnabled()
Clone()
Creates a deep clone of this object.
public SessionRequest.Types.UpdateIO.Types.Output Clone()
Returns
- SessionRequest.Types.UpdateIO.Types.Output
A deep clone of this object.
Equals(Output)
public bool Equals(SessionRequest.Types.UpdateIO.Types.Output other)
Parameters
otherSessionRequest.Types.UpdateIO.Types.Output
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(Output)
Merges the given message into this one.
public void MergeFrom(SessionRequest.Types.UpdateIO.Types.Output other)
Parameters
otherSessionRequest.Types.UpdateIO.Types.Output
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.