Google\Cloud\Logging\V2\ConfigServiceV2Client::formatSinkName PHP Method

formatSinkName() public static method

Formats a string containing the fully-qualified path to represent a sink resource.
public static formatSinkName ( $project, $sink )
    public static function formatSinkName($project, $sink)
    {
        return self::getSinkNameTemplate()->render(['project' => $project, 'sink' => $sink]);
    }