Google\Cloud\Logging\Sink::name PHP Method

name() public method

Example: echo $sink->name();
public name ( ) : string
return string
    public function name()
    {
        return $this->name;
    }