Class GrpcOutOfStockItem
Assembly: Grpc.dll
Inheritance
object ← GrpcOutOfStockItem
Implements
IMessage<GrpcOutOfStockItem\>, IEquatable<GrpcOutOfStockItem\>, IDeepCloneable<GrpcOutOfStockItem\>, IBufferMessage, IMessage
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Constructors
GrpcOutOfStockItem\(\)
GrpcOutOfStockItem\(GrpcOutOfStockItem\)
Parameters
other GrpcOutOfStockItem
Fields
NameFieldNumber
Field number for the "name" field.
Field Value
ProductIdFieldNumber
Field number for the "productId" field.
Field Value
Properties
Descriptor
Property Value
MessageDescriptor
Name
Property Value
Parser
Property Value
MessageParser< GrpcOutOfStockItem \>
ProductId
Property Value
Methods
CalculateSize\(\)
Calculates the size of this message in Protocol Buffer wire format, in bytes.
Returns
The number of bytes required to write this message to a coded output stream.
Clone\(\)
Creates a deep clone of this object.
Returns
GrpcOutOfStockItem
A deep clone of this object.
Equals\(object\)
Determines whether the specified object is equal to the current object.
Parameters
other object
Returns
true if the specified object is equal to the current object; otherwise, false.
Equals\(GrpcOutOfStockItem\)
Indicates whether the current object is equal to another object of the same type.
Parameters
other GrpcOutOfStockItem
An object to compare with this object.
Returns
true if the current object is equal to the other parameter; otherwise, false.
GetHashCode\(\)
Serves as the default hash function.
Returns
A hash code for the current object.
MergeFrom\(GrpcOutOfStockItem\)
Merges the given message into this one.
Parameters
other GrpcOutOfStockItem
Remarks
See the user guide for precise merge semantics.
MergeFrom\(CodedInputStream\)
Merges the data from the specified coded input stream with the current message.
Parameters
input CodedInputStream
Remarks
See the user guide for precise merge semantics.
ToString\(\)
Returns a string that represents the current object.
Returns
A string that represents the current object.
WriteTo\(CodedOutputStream\)
Writes the data to the given coded output stream.
Parameters
output CodedOutputStream
Coded output stream to write the data to. Must not be null.