class HealthListResponse extends Message

Generated from protobuf message grpc.health.v1.HealthListResponse.

Methods

__construct(array $data = null)

Constructor.

MapField
getStatuses()

statuses contains all the services and their respective status.

$this
setStatuses(array|MapField $var)

statuses contains all the services and their respective status.

Details

at line 34
__construct(array $data = null)

Constructor.

Parameters

array $data

{ Optional. Data for populating the Message object.

at line 46
MapField getStatuses()

statuses contains all the services and their respective status.

Generated from protobuf field map<string, .grpc.health.v1.HealthCheckResponse> statuses = 1;

Return Value

MapField

at line 57
$this setStatuses(array|MapField $var)

statuses contains all the services and their respective status.

Generated from protobuf field map<string, .grpc.health.v1.HealthCheckResponse> statuses = 1;

Parameters

array|MapField $var

Return Value

$this