Google\Cloud\Dev\Snippet\Parser\Snippet::identifier PHP Method

identifier() public method

This identifier is deterministic and will remain constant unless the snippet is modified or moved.
public identifier ( ) : string
return string
    public function identifier()
    {
        return $this->identifier;
    }