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

parseSinkFromSinkName() public static method

Parses the sink from the given fully-qualified path which represents a sink resource.
public static parseSinkFromSinkName ( $sinkName )
    public static function parseSinkFromSinkName($sinkName)
    {
        return self::getSinkNameTemplate()->match($sinkName)['sink'];
    }