HealthListResponse
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.
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;
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;