class HealthCheckRequest extends Message

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

Properties

protected $service

Generated from protobuf field string service = 1;.

Methods

__construct(array $data = null)

Constructor.

string
getService()

Generated from protobuf field string service = 1;.

$this
setService(string $var)

Generated from protobuf field string service = 1;.

Details

at line 31
__construct(array $data = null)

Constructor.

Parameters

array $data

{ Optional. Data for populating the Message object.

at line 41
string getService()

Generated from protobuf field string service = 1;.

Return Value

string

at line 50
$this setService(string $var)

Generated from protobuf field string service = 1;.

Parameters

string $var

Return Value

$this