Class GrpcDecrementProductStockResponse
Assembly: Grpc.dll
Inheritance
object ← GrpcDecrementProductStockResponse
Implements
IMessage<GrpcDecrementProductStockResponse\>, IEquatable<GrpcDecrementProductStockResponse\>, IDeepCloneable<GrpcDecrementProductStockResponse\>, IBufferMessage, IMessage
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Constructors
GrpcDecrementProductStockResponse\(\)
GrpcDecrementProductStockResponse\(GrpcDecrementProductStockResponse\)
Parameters
other GrpcDecrementProductStockResponse
Fields
IsSuccessFieldNumber
Field number for the "isSuccess" field.
Field Value
OutOfStockItemsFieldNumber
Field number for the "outOfStockItems" field.
Field Value
Properties
Descriptor
Property Value
MessageDescriptor
IsSuccess
Property Value
OutOfStockItems
Property Value
RepeatedField< GrpcOutOfStockItem \>
Parser
Property Value
GrpcDecrementProductStockResponse
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
GrpcDecrementProductStockResponse
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\(GrpcDecrementProductStockResponse\)
Indicates whether the current object is equal to another object of the same type.
Parameters
other GrpcDecrementProductStockResponse
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\(GrpcDecrementProductStockResponse\)
Merges the given message into this one.
Parameters
other GrpcDecrementProductStockResponse
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.