Show / Hide Table of Contents

    Class HealthCheckResponse

    Inheritance
    Google.Protobuf.IMessage<HealthCheckResponse>
    HealthCheckResponse
    Implements
    Google.Protobuf.IBufferMessage
    Namespace: Grpc.Health.V1
    Assembly: Grpc.HealthCheck.dll
    Syntax
    public sealed class HealthCheckResponse : Google.Protobuf.IMessage<HealthCheckResponse>, Google.Protobuf.IBufferMessage

    Constructors

    HealthCheckResponse()

    Declaration
    public HealthCheckResponse()

    HealthCheckResponse(HealthCheckResponse)

    Declaration
    public HealthCheckResponse(HealthCheckResponse other)
    Parameters
    Type Name Description
    HealthCheckResponse other

    Fields

    StatusFieldNumber

    Field number for the "status" field.

    Declaration
    public const int StatusFieldNumber = 1
    Field Value
    Type Description
    System.Int32

    Properties

    Descriptor

    Declaration
    public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
    Property Value
    Type Description
    Google.Protobuf.Reflection.MessageDescriptor

    Parser

    Declaration
    public static Google.Protobuf.MessageParser<HealthCheckResponse> Parser { get; }
    Property Value
    Type Description
    Google.Protobuf.MessageParser<HealthCheckResponse>

    Status

    Declaration
    public HealthCheckResponse.Types.ServingStatus Status { get; set; }
    Property Value
    Type Description
    HealthCheckResponse.Types.ServingStatus

    Methods

    CalculateSize()

    Declaration
    public int CalculateSize()
    Returns
    Type Description
    System.Int32

    Clone()

    Declaration
    public HealthCheckResponse Clone()
    Returns
    Type Description
    HealthCheckResponse

    Equals(HealthCheckResponse)

    Declaration
    public bool Equals(HealthCheckResponse other)
    Parameters
    Type Name Description
    HealthCheckResponse other
    Returns
    Type Description
    System.Boolean

    Equals(Object)

    Declaration
    public override bool Equals(object other)
    Parameters
    Type Name Description
    System.Object other
    Returns
    Type Description
    System.Boolean

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    MergeFrom(Google.Protobuf.CodedInputStream)

    Declaration
    public void MergeFrom(Google.Protobuf.CodedInputStream input)
    Parameters
    Type Name Description
    Google.Protobuf.CodedInputStream input

    MergeFrom(HealthCheckResponse)

    Declaration
    public void MergeFrom(HealthCheckResponse other)
    Parameters
    Type Name Description
    HealthCheckResponse other

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    WriteTo(Google.Protobuf.CodedOutputStream)

    Declaration
    public void WriteTo(Google.Protobuf.CodedOutputStream output)
    Parameters
    Type Name Description
    Google.Protobuf.CodedOutputStream output

    Implements

    Google.Protobuf.IBufferMessage
    Back to top Generated by DocFX