API hub v1 API - Class HttpOperationDetails.Types.HttpResponse (1.1.0)

public sealed class HttpOperationDetails.Types.HttpResponse : IMessage<HttpOperationDetails.Types.HttpResponse>, IEquatable<HttpOperationDetails.Types.HttpResponse>, IDeepCloneable<HttpOperationDetails.Types.HttpResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the API hub v1 API class HttpOperationDetails.Types.HttpResponse.

An aggregation of HTTP responses.

Inheritance

object > HttpOperationDetails.Types.HttpResponse

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

HttpResponse()

public HttpResponse()

HttpResponse(HttpResponse)

public HttpResponse(HttpOperationDetails.Types.HttpResponse other)
Parameter
Name Description
other HttpOperationDetailsTypesHttpResponse

Properties

Headers

public MapField<string, HttpOperationDetails.Types.Header> Headers { get; }

Optional. Unordered map from header name to header metadata

Property Value
Type Description
MapFieldstringHttpOperationDetailsTypesHeader

ResponseCodes

public MapField<int, long> ResponseCodes { get; }

Optional. Map of status code to observed count

Property Value
Type Description
MapFieldintlong