Table of Contents

Class ReflectionAnswer

Namespace
Virtufin.Api.Services
Assembly
Virtufin.Api.dll

Protocol-neutral result of a reflection lookup; adapted into the v1alpha/v1 response messages by the two service endpoints below. Exactly one of ServiceNames, FileDescriptorProtos, or ErrorMessage is set.

public sealed record ReflectionAnswer : IEquatable<ReflectionAnswer>
Inheritance
ReflectionAnswer
Implements
Inherited Members

Properties

ErrorCode

public StatusCode ErrorCode { get; init; }

Property Value

StatusCode

ErrorMessage

public string? ErrorMessage { get; init; }

Property Value

string

FileDescriptorProtos

public List<ByteString>? FileDescriptorProtos { get; init; }

Property Value

List<ByteString>

ServiceNames

public List<string>? ServiceNames { get; init; }

Property Value

List<string>