API Gateway v1 API - Class OperationMetadata.Types.Diagnostic (2.3.0)

public sealed class OperationMetadata.Types.Diagnostic : IMessage<OperationMetadata.Types.Diagnostic>, IEquatable<OperationMetadata.Types.Diagnostic>, IDeepCloneable<OperationMetadata.Types.Diagnostic>, IBufferMessage, IMessage

Reference documentation and code samples for the API Gateway v1 API class OperationMetadata.Types.Diagnostic.

Diagnostic information from configuration processing.

Inheritance

object > OperationMetadata.Types.Diagnostic

Namespace

Google.Cloud.ApiGateway.V1

Assembly

Google.Cloud.ApiGateway.V1.dll

Constructors

Diagnostic()

public Diagnostic()

Diagnostic(Diagnostic)

public Diagnostic(OperationMetadata.Types.Diagnostic other)
Parameter
Name Description
other OperationMetadataTypesDiagnostic

Properties

Location

public string Location { get; set; }

Location of the diagnostic.

Property Value
Type Description
string

Message

public string Message { get; set; }

The diagnostic message.

Property Value
Type Description
string