Table of Contents

Class ProtobufFormattingResult

Namespace
Fluxzy.Formatters.Producers.Grpc
Assembly
Fluxzy.Core.dll
public class ProtobufFormattingResult : FormattingResult
Inheritance
ProtobufFormattingResult
Inherited Members

Constructors

ProtobufFormattingResult(string, string)

public ProtobufFormattingResult(string title, string formattedContent)

Parameters

title string
formattedContent string

Properties

FormattedContent

public string FormattedContent { get; }

Property Value

string

GrpcMessage

public string? GrpcMessage { get; set; }

Property Value

string

GrpcStatus

public int? GrpcStatus { get; set; }

Property Value

int?

HasProtoDescriptor

public bool HasProtoDescriptor { get; set; }

Property Value

bool

MethodName

public string? MethodName { get; set; }

Property Value

string

ServiceName

public string? ServiceName { get; set; }

Property Value

string