Send feedback
Class AttributeContext.Types.Response (2.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.2.0 keyboard_arrow_down
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)
Fields
CodeFieldNumber
public const int CodeFieldNumber = 1
Field number for the "code" field.
Field Value Type Description Int32
public const int HeadersFieldNumber = 3
Field number for the "headers" field.
Field Value Type Description Int32
SizeFieldNumber
public const int SizeFieldNumber = 2
Field number for the "size" field.
Field Value Type Description Int32
TimeFieldNumber
public const int TimeFieldNumber = 4
Field number for the "time" field.
Field Value Type Description Int32
Properties
Code
public long Code { get; set; }
The HTTP response status code, such as 200
and 404
.
Property Value Type Description Int64
Descriptor
public static Protobuf.Reflection.MessageDescriptor Descriptor { get; }
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.
Parser
public static Protobuf.MessageParser<AttributeContext.Types.Response> Parser { get; }
Size
public long Size { get; set; }
The HTTP response size in bytes. If unknown, it must be -1.
Property Value Type Description Int64
Time
public Protobuf.WellKnownTypes.Timestamp Time { get; set; }
The timestamp when the destination
service generates the first byte of
the response.
Methods
CalculateSize()
public int CalculateSize()
Returns Type Description Int32
Clone()
public AttributeContext.Types.Response Clone()
Equals(AttributeContext.Types.Response)
public bool Equals(AttributeContext.Types.Response other)
Equals(Object)
public override bool Equals(object other)
Parameter Name Description other
Object
GetHashCode()
public override int GetHashCode()
Returns Type Description Int32
MergeFrom(Protobuf.CodedInputStream)
public void MergeFrom(Protobuf.CodedInputStream input)
MergeFrom(AttributeContext.Types.Response)
public void MergeFrom(AttributeContext.Types.Response other)
ToString()
public override string ToString()
WriteTo(Protobuf.CodedOutputStream)
public void WriteTo(Protobuf.CodedOutputStream output)
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-06 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]