Class CollectionGuarantee
Inheritance
CollectionGuarantee
Implements
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Assembly: Flow.Net.Sdk.Client.Grpc.dll
Syntax
public sealed class CollectionGuarantee : IMessage<CollectionGuarantee>, IEquatable<CollectionGuarantee>, IDeepCloneable<CollectionGuarantee>, IBufferMessage, IMessage
Constructors
|
Improve this Doc
View Source
CollectionGuarantee()
Declaration
public CollectionGuarantee()
|
Improve this Doc
View Source
CollectionGuarantee(CollectionGuarantee)
Declaration
public CollectionGuarantee(CollectionGuarantee other)
Parameters
Fields
|
Improve this Doc
View Source
CollectionIdFieldNumber
Field number for the "collection_id" field.
Declaration
public const int CollectionIdFieldNumber = 1
Field Value
|
Improve this Doc
View Source
ReferenceBlockIdFieldNumber
Field number for the "reference_block_id" field.
Declaration
public const int ReferenceBlockIdFieldNumber = 3
Field Value
|
Improve this Doc
View Source
SignatureFieldNumber
Field number for the "signature" field.
Declaration
public const int SignatureFieldNumber = 4
Field Value
|
Improve this Doc
View Source
SignaturesFieldNumber
Field number for the "signatures" field.
Declaration
public const int SignaturesFieldNumber = 2
Field Value
|
Improve this Doc
View Source
SignerIdsFieldNumber
Field number for the "signer_ids" field.
Declaration
public const int SignerIdsFieldNumber = 5
Field Value
|
Improve this Doc
View Source
SignerIndicesFieldNumber
Field number for the "signer_indices" field.
Declaration
public const int SignerIndicesFieldNumber = 6
Field Value
Properties
|
Improve this Doc
View Source
CollectionId
Declaration
public ByteString CollectionId { get; set; }
Property Value
Type |
Description |
Google.Protobuf.ByteString |
|
|
Improve this Doc
View Source
Descriptor
Declaration
public static MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
|
Improve this Doc
View Source
Parser
Declaration
public static MessageParser<CollectionGuarantee> Parser { get; }
Property Value
|
Improve this Doc
View Source
ReferenceBlockId
Declaration
public ByteString ReferenceBlockId { get; set; }
Property Value
Type |
Description |
Google.Protobuf.ByteString |
|
|
Improve this Doc
View Source
Signature
Declaration
public ByteString Signature { get; set; }
Property Value
Type |
Description |
Google.Protobuf.ByteString |
|
|
Improve this Doc
View Source
Signatures
Declaration
public RepeatedField<ByteString> Signatures { get; }
Property Value
Type |
Description |
Google.Protobuf.Collections.RepeatedField<Google.Protobuf.ByteString> |
|
|
Improve this Doc
View Source
SignerIds
deprecated!! value will be empty. replaced by signer_indices
Declaration
public RepeatedField<ByteString> SignerIds { get; }
Property Value
Type |
Description |
Google.Protobuf.Collections.RepeatedField<Google.Protobuf.ByteString> |
|
|
Improve this Doc
View Source
SignerIndices
Declaration
public ByteString SignerIndices { get; set; }
Property Value
Type |
Description |
Google.Protobuf.ByteString |
|
Methods
|
Improve this Doc
View Source
CalculateSize()
Declaration
public int CalculateSize()
Returns
|
Improve this Doc
View Source
Clone()
Declaration
public CollectionGuarantee Clone()
Returns
|
Improve this Doc
View Source
Equals(CollectionGuarantee)
Declaration
public bool Equals(CollectionGuarantee other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
MergeFrom(CollectionGuarantee)
Declaration
public void MergeFrom(CollectionGuarantee other)
Parameters
|
Improve this Doc
View Source
Declaration
public void MergeFrom(CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
|
Improve this Doc
View Source
WriteTo(CodedOutputStream)
Declaration
public void WriteTo(CodedOutputStream output)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedOutputStream |
output |
|
Explicit Interface Implementations
|
Improve this Doc
View Source
IBufferMessage.InternalMergeFrom(ref ParseContext)
Declaration
void IBufferMessage.InternalMergeFrom(ref ParseContext input)
Parameters
Type |
Name |
Description |
Google.Protobuf.ParseContext |
input |
|
|
Improve this Doc
View Source
IBufferMessage.InternalWriteTo(ref WriteContext)
Declaration
void IBufferMessage.InternalWriteTo(ref WriteContext output)
Parameters
Type |
Name |
Description |
Google.Protobuf.WriteContext |
output |
|
|
Improve this Doc
View Source
IMessage.Descriptor
Declaration
MessageDescriptor IMessage.Descriptor { get; }
Returns
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Implements
Google.Protobuf.IMessage<T>
Google.Protobuf.IDeepCloneable<T>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage