public sealed class ResponseMetadata : IMessage<ResponseMetadata>, IEquatable<ResponseMetadata>, IDeepCloneable<ResponseMetadata>, IBufferMessage, IMessage
Additional information returned to client, such as debugging information.
Inheritance
System.Object > ResponseMetadataImplements
Google.Protobuf.IMessage<ResponseMetadata>, System.IEquatable<ResponseMetadata>, Google.Protobuf.IDeepCloneable<ResponseMetadata>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
ResponseMetadata()
public ResponseMetadata()
ResponseMetadata(ResponseMetadata)
public ResponseMetadata(ResponseMetadata other)
Parameter | |
---|---|
Name | Description |
other | ResponseMetadata |
Properties
RequestId
public string RequestId { get; set; }
A unique id associated with this call. This id is logged for tracking purposes.
Property Value | |
---|---|
Type | Description |
System.String |