Class ReflectionAnswer
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
ErrorMessage
public string? ErrorMessage { get; init; }
Property Value
FileDescriptorProtos
public List<ByteString>? FileDescriptorProtos { get; init; }
Property Value
- List<ByteString>
ServiceNames
public List<string>? ServiceNames { get; init; }