Class ExportReplayRequest
public sealed class ExportReplayRequest : IMessage<ExportReplayRequest>, IEquatable<ExportReplayRequest>, IDeepCloneable<ExportReplayRequest>, IBufferMessage, IMessage
- Inheritance
-
ExportReplayRequest
- Implements
-
IMessage<ExportReplayRequest>IDeepCloneable<ExportReplayRequest>IBufferMessageIMessage
- Inherited Members
Constructors
ExportReplayRequest()
public ExportReplayRequest()
ExportReplayRequest(ExportReplayRequest)
public ExportReplayRequest(ExportReplayRequest other)
Parameters
otherExportReplayRequest
Fields
AdvancedFieldNumber
Field number for the "advanced" field.
public const int AdvancedFieldNumber = 8
Field Value
EndOffsetMsFieldNumber
Field number for the "end_offset_ms" field.
public const int EndOffsetMsFieldNumber = 3
Field Value
MediaFieldNumber
Field number for the "media" field.
public const int MediaFieldNumber = 6
Field Value
OutputsFieldNumber
Field number for the "outputs" field.
public const int OutputsFieldNumber = 9
Field Value
PresetFieldNumber
Field number for the "preset" field.
public const int PresetFieldNumber = 7
Field Value
ReplayIdFieldNumber
Field number for the "replay_id" field.
public const int ReplayIdFieldNumber = 1
Field Value
StartOffsetMsFieldNumber
Field number for the "start_offset_ms" field.
public const int StartOffsetMsFieldNumber = 2
Field Value
StorageFieldNumber
Field number for the "storage" field.
public const int StorageFieldNumber = 10
Field Value
TemplateFieldNumber
Field number for the "template" field.
public const int TemplateFieldNumber = 4
Field Value
WebFieldNumber
Field number for the "web" field.
public const int WebFieldNumber = 5
Field Value
WebhooksFieldNumber
Field number for the "webhooks" field.
public const int WebhooksFieldNumber = 11
Field Value
Properties
Advanced
public EncodingOptions Advanced { get; set; }
Property Value
Descriptor
public static MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
EncodingCase
public ExportReplayRequest.EncodingOneofCase EncodingCase { get; }
Property Value
EndOffsetMs
public long EndOffsetMs { get; set; }
Property Value
HasPreset
Gets whether the "preset" field is set
public bool HasPreset { get; }
Property Value
Media
public MediaSource Media { get; set; }
Property Value
Outputs
public RepeatedField<Output> Outputs { get; }
Property Value
- RepeatedField<Output>
Parser
public static MessageParser<ExportReplayRequest> Parser { get; }
Property Value
- MessageParser<ExportReplayRequest>
Preset
public EncodingOptionsPreset Preset { get; set; }
Property Value
ReplayId
public string ReplayId { get; set; }
Property Value
SourceCase
public ExportReplayRequest.SourceOneofCase SourceCase { get; }
Property Value
StartOffsetMs
public long StartOffsetMs { get; set; }
Property Value
Storage
public StorageConfig Storage { get; set; }
Property Value
Template
public TemplateSource Template { get; set; }
Property Value
Web
public WebSource Web { get; set; }
Property Value
Webhooks
public RepeatedField<WebhookConfig> Webhooks { get; }
Property Value
- RepeatedField<WebhookConfig>
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.
ClearEncoding()
public void ClearEncoding()
ClearPreset()
Clears the value of the oneof if it's currently set to "preset"
public void ClearPreset()
ClearSource()
public void ClearSource()
Clone()
Creates a deep clone of this object.
public ExportReplayRequest Clone()
Returns
- ExportReplayRequest
A deep clone of this object.
Equals(ExportReplayRequest)
public bool Equals(ExportReplayRequest other)
Parameters
otherExportReplayRequest
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(ExportReplayRequest)
Merges the given message into this one.
public void MergeFrom(ExportReplayRequest other)
Parameters
otherExportReplayRequest
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.