public sealed class Response : Protobuf.IMessage<AttributeContext.Types.Response>, Protobuf.IBufferMessage
This message defines attributes for a typical network response. It
generally models semantics of an HTTP response.
Inheritance
Object >
AttributeContext.Types.Response
Namespace
Google.Rpc.Context
Assembly
Google.Api.CommonProtos.dll
Constructors
Response()
Response(AttributeContext.Types.Response)
public Response(AttributeContext.Types.Response other)
Parameter
Fields
CodeFieldNumber
public const int CodeFieldNumber = 1
Field number for the "code" field.
Field Value
public const int HeadersFieldNumber = 3
Field number for the "headers" field.
Field Value
SizeFieldNumber
public const int SizeFieldNumber = 2
Field number for the "size" field.
Field Value
TimeFieldNumber
public const int TimeFieldNumber = 4
Field number for the "time" field.
Field Value
Properties
Code
public long Code { get; set; }
The HTTP response status code, such as 200
and 404
.
Property Value
Descriptor
public static Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
public Protobuf.Collections.MapField<string, string> Headers { get; }
The HTTP response headers. If multiple headers share the same key, they
must be merged according to HTTP spec. All header keys must be
lowercased, because HTTP header keys are case-insensitive.
Property Value
Parser
public static Protobuf.MessageParser<AttributeContext.Types.Response> Parser { get; }
Property Value
Size
public long Size { get; set; }
The HTTP response size in bytes. If unknown, it must be -1.
Property Value
Time
public Protobuf.WellKnownTypes.Timestamp Time { get; set; }
The timestamp when the destination
service generates the first byte of
the response.
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
Clone()
public AttributeContext.Types.Response Clone()
Returns
Equals(AttributeContext.Types.Response)
public bool Equals(AttributeContext.Types.Response other)
Parameter
Returns
Equals(Object)
public override bool Equals(object other)
Parameter
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(Protobuf.CodedInputStream)
public void MergeFrom(Protobuf.CodedInputStream input)
Parameter
MergeFrom(AttributeContext.Types.Response)
public void MergeFrom(AttributeContext.Types.Response other)
Parameter
ToString()
public override string ToString()
Returns
WriteTo(Protobuf.CodedOutputStream)
public void WriteTo(Protobuf.CodedOutputStream output)
Parameter