* Client-streaming response. * * * Protobuf type grpc.testing.StreamingInputCallResponse */ class StreamingInputCallResponse extends \Google\Protobuf\Internal\Message { /** *
     * Aggregated size of payloads received from the client.
     * 
* * int32 aggregated_payload_size = 1; */ private $aggregated_payload_size = 0; public function __construct() { \GPBMetadata\Src\Proto\Grpc\Testing\Messages::initOnce(); parent::__construct(); } /** *
     * Aggregated size of payloads received from the client.
     * 
* * int32 aggregated_payload_size = 1; */ public function getAggregatedPayloadSize() { return $this->aggregated_payload_size; } /** *
     * Aggregated size of payloads received from the client.
     * 
* * int32 aggregated_payload_size = 1; */ public function setAggregatedPayloadSize($var) { GPBUtil::checkInt32($var); $this->aggregated_payload_size = $var; } }