Ydb.RateLimiter.ListResourcesResult
*/
class ListResourcesResult extends \Google\Protobuf\Internal\Message
{
/**
* Generated from protobuf field repeated string resource_paths = 1;
*/
private $resource_paths;
/**
* Constructor.
*
* @param array $data {
* Optional. Data for populating the Message object.
*
* @type array|\Google\Protobuf\Internal\RepeatedField $resource_paths
* }
*/
public function __construct($data = NULL) {
\GPBMetadata\Protos\YdbRateLimiter::initOnce();
parent::__construct($data);
}
/**
* Generated from protobuf field repeated string resource_paths = 1;
* @return \Google\Protobuf\Internal\RepeatedField
*/
public function getResourcePaths()
{
return $this->resource_paths;
}
/**
* Generated from protobuf field repeated string resource_paths = 1;
* @param array|\Google\Protobuf\Internal\RepeatedField $var
* @return $this
*/
public function setResourcePaths($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
$this->resource_paths = $arr;
return $this;
}
}