Class FlightInfoCancelRequest
public class FlightInfoCancelRequest : IMessage
- Inheritance
-
FlightInfoCancelRequest
- Implements
-
IMessage
- Inherited Members
Constructors
FlightInfoCancelRequest()
public FlightInfoCancelRequest()
FlightInfoCancelRequest(FlightInfo)
public FlightInfoCancelRequest(FlightInfo flightInfo)
Parameters
flightInfo
FlightInfo
Properties
Descriptor
Descriptor for this message. All instances are expected to return the same descriptor, and for generated types this will be an explicitly-implemented member, returning the same value as the static property declared on the type.
public MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
FlightInfo
public FlightInfo FlightInfo { get; }
Property Value
Methods
CalculateSize()
Calculates the size of this message in Protocol Buffer wire format, in bytes.
public int CalculateSize()
Returns
- int
The number of bytes required to write this message to a coded output stream.
MergeFrom(CodedInputStream)
Merges the data from the specified coded input stream with the current message.
public void MergeFrom(CodedInputStream input)
Parameters
input
CodedInputStream
Remarks
See the user guide for precise merge semantics.
WriteTo(CodedOutputStream)
Writes the data to the given coded output stream.
public void WriteTo(CodedOutputStream output)
Parameters
output
CodedOutputStreamCoded output stream to write the data to. Must not be null.