[[["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 2025-08-28 UTC."],[[["\u003cp\u003e\u003ccode\u003eRequestInfo\u003c/code\u003e is a class that stores metadata about a request, which can be used for bug reporting and feedback.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, demonstrating its capabilities in message handling and object manipulation.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains two main properties: \u003ccode\u003eRequestId\u003c/code\u003e, an opaque string identifier, and \u003ccode\u003eServingData\u003c/code\u003e, which holds data relevant to serving the request, like an encrypted stack trace.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRequestInfo\u003c/code\u003e offers methods for object manipulation like cloning (\u003ccode\u003eClone\u003c/code\u003e), comparing (\u003ccode\u003eEquals\u003c/code\u003e), merging (\u003ccode\u003eMergeFrom\u003c/code\u003e), calculating size (\u003ccode\u003eCalculateSize\u003c/code\u003e), and writing data to a stream (\u003ccode\u003eWriteTo\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThere are currently 3 versions of this available, the latest being 2.15.0.\u003c/p\u003e\n"]]],[],null,["# Class RequestInfo (2.17.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.17.0 (latest)](/dotnet/docs/reference/Google.Api.CommonProtos/latest/Google.Rpc.RequestInfo)\n- [2.15.0](/dotnet/docs/reference/Google.Api.CommonProtos/2.15.0/Google.Rpc.RequestInfo)\n- [2.10.0](/dotnet/docs/reference/Google.Api.CommonProtos/2.10.0/Google.Rpc.RequestInfo)\n- [2.2.0](/dotnet/docs/reference/Google.Api.CommonProtos/2.2.0/Google.Rpc.RequestInfo) \n\n public sealed class RequestInfo : IMessage\u003cRequestInfo\u003e, IEquatable\u003cRequestInfo\u003e, IDeepCloneable\u003cRequestInfo\u003e, IBufferMessage, IMessage\n\nContains metadata about the request that clients can attach when filing a bug\nor providing other forms of feedback. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e RequestInfo \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[RequestInfo](/dotnet/docs/reference/Google.Api.CommonProtos/latest/Google.Rpc.RequestInfo), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[RequestInfo](/dotnet/docs/reference/Google.Api.CommonProtos/latest/Google.Rpc.RequestInfo), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[RequestInfo](/dotnet/docs/reference/Google.Api.CommonProtos/latest/Google.Rpc.RequestInfo), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals)\n\nNamespace\n---------\n\n[Google.Rpc](/dotnet/docs/reference/Google.Api.CommonProtos/latest/Google.Rpc)\n\nAssembly\n--------\n\nGoogle.Api.CommonProtos.dll\n\nConstructors\n------------\n\n### RequestInfo()\n\n public RequestInfo()\n\n### RequestInfo(RequestInfo)\n\n public RequestInfo(RequestInfo other)\n\nFields\n------\n\n### RequestIdFieldNumber\n\n public const int RequestIdFieldNumber = 1\n\nField number for the \"request_id\" field.\n\n### ServingDataFieldNumber\n\n public const int ServingDataFieldNumber = 2\n\nField number for the \"serving_data\" field.\n\nProperties\n----------\n\n### Descriptor\n\n public static MessageDescriptor Descriptor { get; }\n\n### Parser\n\n public static MessageParser\u003cRequestInfo\u003e Parser { get; }\n\n### RequestId\n\n public string RequestId { get; set; }\n\nAn opaque string that should only be interpreted by the service generating\nit. For example, it can be used to identify requests in the service's logs.\n\n### ServingData\n\n public string ServingData { get; set; }\n\nAny data that was used to serve this request. For example, an encrypted\nstack trace that can be sent back to the service provider for debugging.\n\nMethods\n-------\n\n### CalculateSize()\n\n public int CalculateSize()\n\n### Clone()\n\n public RequestInfo Clone()\n\n### Equals(RequestInfo)\n\n public bool Equals(RequestInfo other)\n\n### Equals(object)\n\n public override bool Equals(object other)\n\n**Overrides** \n[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object))\n\n### GetHashCode()\n\n public override int GetHashCode()\n\n**Overrides** \n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode)\n\n### MergeFrom(CodedInputStream)\n\n public void MergeFrom(CodedInputStream input)\n\n### MergeFrom(RequestInfo)\n\n public void MergeFrom(RequestInfo other)\n\n### ToString()\n\n public override string ToString()\n\n**Overrides** \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\n### WriteTo(CodedOutputStream)\n\n public void WriteTo(CodedOutputStream output)"]]