Class ByteStreamReaderReadAllRequest
Reads an incoming byte stream in its entirety.
public sealed class ByteStreamReaderReadAllRequest : Google.Protobuf.IMessage<ByteStreamReaderReadAllRequest>, Google.Protobuf.IBufferMessage
- Inheritance
-
ByteStreamReaderReadAllRequest
- Implements
-
IBufferMessage
- Extension Methods
Constructors
ByteStreamReaderReadAllRequest()
public ByteStreamReaderReadAllRequest()
ByteStreamReaderReadAllRequest(ByteStreamReaderReadAllRequest)
public ByteStreamReaderReadAllRequest(ByteStreamReaderReadAllRequest other)
Parameters
Fields
ReaderHandleFieldNumber
Field number for the "reader_handle" field.
public const int ReaderHandleFieldNumber = 1
Field Value
RequestAsyncIdFieldNumber
Field number for the "request_async_id" field.
public const int RequestAsyncIdFieldNumber = 2
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasReaderHandle
Gets whether the "reader_handle" field is set
public bool HasReaderHandle { get; }
Property Value
HasRequestAsyncId
Gets whether the "request_async_id" field is set
public bool HasRequestAsyncId { get; }
Property Value
Parser
public static Google.Protobuf.MessageParser<ByteStreamReaderReadAllRequest> Parser { get; }
Property Value
- MessageParser<ByteStreamReaderReadAllRequest>
ReaderHandle
public ulong ReaderHandle { get; set; }
Property Value
RequestAsyncId
public ulong RequestAsyncId { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearReaderHandle()
Clears the value of the "reader_handle" field
public void ClearReaderHandle()
ClearRequestAsyncId()
Clears the value of the "request_async_id" field
public void ClearRequestAsyncId()
Clone()
public ByteStreamReaderReadAllRequest Clone()
Returns
Equals(ByteStreamReaderReadAllRequest)
public bool Equals(ByteStreamReaderReadAllRequest other)
Parameters
Returns
Equals(object)
public override bool Equals(object other)
Parameters
otherobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(CodedInputStream)
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
inputCodedInputStream
MergeFrom(ByteStreamReaderReadAllRequest)
public void MergeFrom(ByteStreamReaderReadAllRequest other)
Parameters
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream