public sealed class Operation : IMessage<Operation>,
IMessage, IEquatable<Operation>, IDeepCloneable<Operation>,
IBufferMessage
Operation | Initializes a new instance of the Operation class |
Operation(Operation) | Initializes a new instance of the Operation class |
BinName | Optional bin name. |
Descriptor | |
HasBinName | Gets whether the "binName" field is set |
HasValue | Gets whether the "value" field is set |
Parser | |
Type | The operation type. |
Value | Optional bin value. |
CalculateSize | |
ClearBinName | Clears the value of the "binName" field |
ClearValue | Clears the value of the "value" field |
Clone | |
Equals(Object) | (Overrides ObjectEquals(Object)) |
Equals(Operation) | |
GetHashCode | (Overrides ObjectGetHashCode) |
MergeFrom(CodedInputStream) | |
MergeFrom(Operation) | |
ToString | (Overrides ObjectToString) |
WriteTo |
BinNameFieldNumber | Field number for the "binName" field. |
TypeFieldNumber | Field number for the "type" field. |
ValueFieldNumber | Field number for the "value" field. |