Class AutoTrackEgress
public sealed class AutoTrackEgress : IMessage<AutoTrackEgress>, IEquatable<AutoTrackEgress>, IDeepCloneable<AutoTrackEgress>, IBufferMessage, IMessage
- Inheritance
-
AutoTrackEgress
- Implements
-
IMessage<AutoTrackEgress>IDeepCloneable<AutoTrackEgress>IBufferMessageIMessage
- Inherited Members
Constructors
AutoTrackEgress()
public AutoTrackEgress()
AutoTrackEgress(AutoTrackEgress)
public AutoTrackEgress(AutoTrackEgress other)
Parameters
otherAutoTrackEgress
Fields
AliOSSFieldNumber
Field number for the "aliOSS" field.
public const int AliOSSFieldNumber = 6
Field Value
AzureFieldNumber
Field number for the "azure" field.
public const int AzureFieldNumber = 4
Field Value
DisableManifestFieldNumber
Field number for the "disable_manifest" field.
public const int DisableManifestFieldNumber = 5
Field Value
FilepathFieldNumber
Field number for the "filepath" field.
public const int FilepathFieldNumber = 1
Field Value
GcpFieldNumber
Field number for the "gcp" field.
public const int GcpFieldNumber = 3
Field Value
S3FieldNumber
Field number for the "s3" field.
public const int S3FieldNumber = 2
Field Value
Properties
AliOSS
public AliOSSUpload AliOSS { get; set; }
Property Value
Azure
public AzureBlobUpload Azure { get; set; }
Property Value
Descriptor
public static MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
DisableManifest
disables upload of json manifest file (default false)
public bool DisableManifest { get; set; }
Property Value
Filepath
see docs for templating (default {track_id}-{time})
public string Filepath { get; set; }
Property Value
Gcp
public GCPUpload Gcp { get; set; }
Property Value
OutputCase
public AutoTrackEgress.OutputOneofCase OutputCase { get; }
Property Value
Parser
public static MessageParser<AutoTrackEgress> Parser { get; }
Property Value
- MessageParser<AutoTrackEgress>
S3
public S3Upload S3 { 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.
ClearOutput()
public void ClearOutput()
Clone()
Creates a deep clone of this object.
public AutoTrackEgress Clone()
Returns
- AutoTrackEgress
A deep clone of this object.
Equals(AutoTrackEgress)
public bool Equals(AutoTrackEgress other)
Parameters
otherAutoTrackEgress
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(AutoTrackEgress)
Merges the given message into this one.
public void MergeFrom(AutoTrackEgress other)
Parameters
otherAutoTrackEgress
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.