Class DeltaDfsHashBroadcast
Inheritance
System.Object
DeltaDfsHashBroadcast
Implements
Google.Protobuf.IMessage <DeltaDfsHashBroadcast >
Google.Protobuf.IMessage
System.IEquatable <DeltaDfsHashBroadcast >
Google.Protobuf.IDeepCloneable <DeltaDfsHashBroadcast >
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Catalyst.Protocol.Wire
Assembly: Catalyst.Protocol.dll
Syntax
public sealed class DeltaDfsHashBroadcast : IMessage<DeltaDfsHashBroadcast>, IMessage, IEquatable<DeltaDfsHashBroadcast>, IDeepCloneable<DeltaDfsHashBroadcast>
Constructors
| Improve this Doc View SourceDeltaDfsHashBroadcast()
Declaration
public DeltaDfsHashBroadcast()
DeltaDfsHashBroadcast(DeltaDfsHashBroadcast)
Declaration
public DeltaDfsHashBroadcast(DeltaDfsHashBroadcast other)
Parameters
Type | Name | Description |
---|---|---|
Delta |
other |
Fields
| Improve this Doc View SourceDeltaDfsHashFieldNumber
Field number for the "delta_dfs_hash" field.
Declaration
public const int DeltaDfsHashFieldNumber = 1
Field Value
Type | Description |
---|---|
System. |
PreviousDeltaDfsHashFieldNumber
Field number for the "previous_delta_dfs_hash" field.
Declaration
public const int PreviousDeltaDfsHashFieldNumber = 2
Field Value
Type | Description |
---|---|
System. |
Properties
| Improve this Doc View SourceDeltaDfsHash
The DFS address at which the full content of the delta can be retrieved.
Declaration
public ByteString DeltaDfsHash { get; set; }
Property Value
Type | Description |
---|---|
Google. |
Descriptor
Declaration
public static MessageDescriptor Descriptor { get; }
Property Value
Type | Description |
---|---|
Google. |
Parser
Declaration
public static MessageParser<DeltaDfsHashBroadcast> Parser { get; }
Property Value
Type | Description |
---|---|
Google. |
PreviousDeltaDfsHash
The DFS address for the content of the delta preceding this candidate.
Declaration
public ByteString PreviousDeltaDfsHash { get; set; }
Property Value
Type | Description |
---|---|
Google. |
Methods
| Improve this Doc View SourceCalculateSize()
Declaration
public int CalculateSize()
Returns
Type | Description |
---|---|
System. |
Clone()
Declaration
public DeltaDfsHashBroadcast Clone()
Returns
Type | Description |
---|---|
Delta |
Equals(DeltaDfsHashBroadcast)
Declaration
public bool Equals(DeltaDfsHashBroadcast other)
Parameters
Type | Name | Description |
---|---|---|
Delta |
other |
Returns
Type | Description |
---|---|
System. |
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type | Name | Description |
---|---|---|
System. |
other |
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.GetHashCode()
|
Improve this Doc
View Source
MergeFrom(DeltaDfsHashBroadcast)
Declaration
public void MergeFrom(DeltaDfsHashBroadcast other)
Parameters
Type | Name | Description |
---|---|---|
Delta |
other |
MergeFrom(CodedInputStream)
Declaration
public void MergeFrom(CodedInputStream input)
Parameters
Type | Name | Description |
---|---|---|
Google. |
input |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.ToString()
|
Improve this Doc
View Source
WriteTo(CodedOutputStream)
Declaration
public void WriteTo(CodedOutputStream output)
Parameters
Type | Name | Description |
---|---|---|
Google. |
output |
Explicit Interface Implementations
| Improve this Doc View SourceIMessage.Descriptor
Declaration
MessageDescriptor IMessage.Descriptor { get; }
Returns
Type | Description |
---|---|
Google. |
Implements
Google.Protobuf.IMessage<T>
Google.Protobuf.IMessage
System.IEquatable<T>
Google.Protobuf.IDeepCloneable<T>